5
3
[-] sboulema@programming.dev 8 points 6 months ago

Yes there are a lot of web apps that generate whatsapp conversation, so fairly easy to do

[-] sboulema@programming.dev 29 points 6 months ago

Screenshot of whatsapp messages

Not clear if the leak is the real deal or some photoshop work...

52
submitted 6 months ago* (last edited 6 months ago) by sboulema@programming.dev to c/formula1@lemmy.world

This design allows the team to move the inboard end of the suspension leg to better suit the requirements it needs for the optimum set-up around each track.

Most teams do have some level of freedom in this area, but we are usually talking about millimetres rather than the many centimetres of freedom that the solution on the W15 affords Mercedes.

[-] sboulema@programming.dev 7 points 7 months ago

r/tv_bunny has a lot of good UK downloads. I use it mainly to watch QI :p

[-] sboulema@programming.dev 8 points 9 months ago

I selfhost Snippetbox. Real easy, limited in features but does the job!

[-] sboulema@programming.dev 7 points 11 months ago
1

Released a new Visual Studio extension: Mjml Visualizer!

https://github.com/sboulema/MjmlVisualizer

Do you work with MJML (https://mjml.io/) in Visual Studio? This is the extension for you! It adds a debug visualizer that will show the MJML string, the HTML string and a rendered preview of the HTML.

1
  • Reauthentication flows are now working as expected when using the "Windows authentication broker" as the default authentication mechanism.
  • Linux C++ Cross Platform with cmake - No Caching of realpath command
  • Error Running Test Case using MS Fakes on arm64(UnitTestIsolationException)
  • Error while using Visual Studio 2022 Schema Compare while comparing an Azure SQL DB schema with a VS Database Project
[-] sboulema@programming.dev 10 points 1 year ago

Wow, thanks for the tip!

1

"A Visual Studio extension that checks and notifies about available updates for the installed NuGet packages for the open solution."

This time no fancy new features, but a complete refactor of the project structure which will keep the extension easy to maintain.

Thanks goes to @tomenglert

1

FEATURES:

New Data Source: azurerm_mobile_network_attached_data_network (#22168) New Resource: azurerm_graph_account (#22334) New Resource: azurerm_mobile_network_attached_data_network (#22168)

ENHANCEMENTS:

dependencies: bump go-azure-sdk to v0.20230720.1190320 and switch machinelearning, mixedreality, mariadb, storagecache, storagepool, vmware, videoanalyzer, voiceServices and mobilenetwork to new base layer (#22538) dependencies: move azurerm_bastion_host and azurerm_network_connection_monitor over to hashicorp/go-azure-sdk (#22425) dependencies: move azurerm_network_watcher_flow_log to hashicorp/go-azure-sdk (#22575) dependencies: move mysql resources over to hashicorp/go-azure-sdk (#22528) dependencies: move storage_sync resources over to hashicorp/go-azure-sdk (#21928) dependencies: updating to API Version 2022-08-08 (#22440) postgres - updating to API Version 2023-03-01-preview (#22577) data.azurerm_route_table - support for the bgp_route_propagation_enabled property (#21940) data.azurerm_servicebus_* - add deprecation messages for the resource_group_name and namespace_name properties (#22521) azurerm_cdn_frontdoor_rule - allow the conditions.x.url_path_condition.x.match_values property to be set to / (#22610) azurerm_eventhub_namespace - updates properly when encryption is enabled (#22625) azurerm_logic_app_standard - now exports the auto_swap_slot_name attribute (#22525) azurerm_mysql_flexible_server_configuration - the value property can now be changed without creating a new resource (#22557) azurerm_postgresql_flexible_server - support for 33554432 storage (#22574) azurerm_postgresql_flexible_server - support for the geo_backup_key_vault_key_id and geo_backup_user_assigned_identity_id properties (#22612) azurerm_spring_cloud_service - support for the marketplace block (#22553) azurerm_spring_cloud_service - support for the outbound_type property (#22596)

BUG FIXES:

provider: the Resource Providers Microsoft.Kubernetes and Microsoft.KubernetesConfiguration are no longer automatically registered (#22580) data.automation_account_variables - correctly populate missing variable attributes (#22611) data.azurerm_virtual_machine_scale_set - fix an issue where computer_name, latest_model_applied, power_state and virtual_machine_id attributes were not correctly set (#22566) azurerm_app_service_public_certificate - poll for certificate during read to get around an eventual consistency bug (#22587) azurerm_application_gateway - send min_protocol_version and correct policy_type when using CustomV2 (#22535) azurerm_cognitive_deployment - remove upper limit on validation for the capacity property in the scale block (#22502) azurerm_cosmosdb_account - fixed regression to default_identity_type being switched to FirstPartyIdentity on update (#22609) azurerm_kubernetes_cluster - the windows_profile.admin_password property will become Required in v4.0 (#22554) azurerm_kusto_cluster - the engine property has been deprecataed and is now non functional as the service team intends to remove it from the API (#22497) azurerm_maintenance_configuration - tge package_names_mask_to_exclude and package_names_mask_to_exclude properties are not set properly (#22555) azurerm_redis_cache - only set the rdb_backup_enabled property when using a premium SKU (#22309) azurerm_site_recovery_replication_recovery_plan - fix an issue where the order of boot recovery groups was not correctly maintained (#22348) azurerm_synapse_firewall_rule - correct an overly strict validation for the name property (#22571)

[-] sboulema@programming.dev 6 points 1 year ago

I download audio and video to seperate files, decrypt the files and then remux together...

[-] sboulema@programming.dev 10 points 1 year ago

That would work. For example I download on my laptop but decrypt using a key/cdm from my tablet.

1

Summary of What's New in this Release of Visual Studio 2022 version 17.7 Preview 4

  • Fixes "Waiting for debugger" message on emulator when trying to debug .NET MAUI Android apps.
  • Fixing an issue with symbol loading when debugging MAUI projects.

Developer Community Highlights

  • TestExplorer unable to run GoogleTest tests since the "support" of namespaces in VS 17.6 preview 3
  • Blank Solution project template missing
  • Pylance language server isn't starting in VS due to a "Node.js was not found" error.
  • diagsession fails to load with Specified part does not exist in the package. (0x80131509)
  • Not running compatible code on the thread in Android MAUI
  • Xamarin.android not working, debug mode
  • .NET MAUI Android app: "Waiting for Debugger"
  • Unable to deploy Azure Functions app
  • MAUI Android .NET 8 Crash
1

Starting with Visual Studio 17.7 Preview 3, you can now enable a preview of our modernized Extension Manager that highlights extension details and helps you more easily discover the extensions you’ll love.

1

New Features feat(insights): enable insights by default COMPASS-7000

Bug Fixes fix: use value from the evt.target to fix index creation COMPASS-6981 fix(compass): cap number of log files to 100 MONGOSH-1449 fix(compass-components): case sensitive index key badges COMPASS-6510 fix(compass-query-bar): map project to projection before emitting open-explain-plan event COMPASS-6995 fix(compass-components): use mod for hotkey so windows uses ctrl instead of windows key COMPASS-6777 fix(explain-compat): handle missing execution stats in raw explain

1

FEATURES:

New Data Source: azurerm_communication_service (#22426)

ENHANCEMENTS:

dependencies: updating to v0.20230712.1084117 of github.com/hashicorp/go-azure-sdk (#22491)
dependencies: updating to v0.20230703.1101016 of github.com/tombuildsstuff/kermit (#22390)
provider: the Resource Providers Microsoft.Kubernetes and Microsoft.KubernetesConfiguration are now automatically registered (#22463)
automation/dscconfiguration - updating to API Version 2022-08-08 (#22403)
azurestackhcl - updating to API Version 2023-03-01 (#22411)
batch - updating to use API Version 2023-05-01 (#22412)
datafactory - moving azurerm_data_factory and azurerm_data_factory_managed_private_endpoint over to hashicorp/go-azure-sdk (#22409)
elastic - updating to API Version 2023-06-01 (#22451)
kusto - updating to API Version 2023-05-02 [GH-22410
managedapplications - migrate to hashicorp/go-azure-sdk (#21571)
privatedns: updating to API Version 2020-06-01 (#22470)
storage - updating to Data Plane API Version 2020-08-04 (#22405)
network - application_security_group and private_endpoint now use hashicorp/go-azure-sdk (#22396)
voiceservices: updating to use API Version 2023-04-03 (#22469)
Data Source: azurerm_kubernetes_cluster - add support for the internal_ingress_gateway_enabled and external_ingress_gateway_enabled properties (#22393)
azurerm_batch_account - support for the network_profile block (#22356)
azurerm_container_app - the min_replicas and max_replicas propertiesnow support a maximum value of 300 (#22511)
azurerm_dns_zone - can now use the host_name property with dns_zone for soa_record creation (#22312)
azurerm_kubernetes_cluster - add support for the internal_ingress_gateway_enabled and external_ingress_gateway_enabled properties (#22393)
azurerm_site_recovery_vmware_replication_policy_association - update validation to correctly handle case (#22443)

BUG FIXES:

azurerm_automation_dsc_configuration - fixing an issue where content_embedded couldn't be deserialized (#22403)
azurerm_data_factory_dataset_cosmosdb_sqlapi - fix incorrect type/error message during read (#22438)
azurerm_data_factory_dataset_mysql - fix incorrect type/error message during read (#22438)
azurerm_data_factory_dataset_postgresql - fix incorrect type/error message during read (#22438)
azurerm_logic_app_workflow - prevent crash when access_control is empty block (#22486)
azurerm_vpn_server_configuration - prevent a potential panic when setting deprecated variables (#22437)
1
Terraform 1.5.3 (github.com)

1.5.3 (July 12, 2023) BUG FIXES:

core: Terraform could fail to evaluate module outputs when they are used in a provider configuration during a destroy operation (#33462)

backend/consul: When failing to save state, consul CAS failed with transaction errors no longer shows an error instance memory address, but an actual error message. (#33108)

plan renderer: Fixes crash when rendering the plan if a relevant attribute contains an integer index specified as a string. (#33475)

view more: next ›

sboulema

joined 1 year ago
MODERATOR OF