Joakim Lemb
Joakim Lemb
Just had the same issue, had to reboot the server to make zed stop doing config_sync continuously. From the daemon.log file: Apr 8 23:15:03 server01 systemd[1]: Starting Snapshot ZFS Pool......
Workaround in HCL format, based on @tpaul1611 example above. ``` # https://learn.microsoft.com/en-us/rest/api/sql/server-automatic-tuning/update?view=rest-sql-2021-11-01 resource "azapi_resource_action" "example" { resource_id = "${azurerm_mssql_server.example.id}/automaticTuning/current" type = "Microsoft.Sql/servers/automaticTuning@2021-11-01" method = "PATCH" body = jsonencode({ properties =...
The Azure REST api should support specifying the URI parameter $top for this query: https://docs.microsoft.com/en-us/rest/api/dns/zones/list $top query integer int32 The maximum number of DNS zones to return. If not specified,...
Added a pull request for this: https://github.com/Neilpang/acme.sh/pull/1910/commits/12956679e73e615882fc556518fba00c2d07baf4
SmartSystemMenu is not able to minimize it to tray at all. (It creates a tray icon though)...
Thanks for taking a look at it anyway. Hopefully Microsoft will add native minimize to tray support to the application eventually...
Anyone got this working with PHPipam 1.5.2 and AzureAD? The documentation is not good enough for this to be a straight forward setup, I'm currently stuck at a 403 forbidden...
@gnilronm I'm not sure what was wrong but I just redid the entire config and made sure it matched yours, and it works now. Thank you. Can't figure out JIT...
> Can you explain the reason for needing blocksize 24? Or any of the other odd sized blocksizes like 3,6,12, etc? Same reason as I would use blksize=32 vs blksize=16,...
That makes sense, thanks for the detailed answer, I didn't consider the performance relation with SIMD optimization and block sizes, but having the data correctly aligned to match those CPU...