Deon
Deon
Hi, I'm encountering a similar if not the same issue. I am trying to format an Azure P30 managed disk into 10 partitions of 50GB each. What I am finding...
The solution is to add "-Dsonar.search.javaAdditionalOpts=-Dnode.store.allow_mmapfs=false" to app_command_line site config in the azure web app. This will disable mmapfs bypassing the check.
Hi @owenrumney, We use `terraform.workspace` as a key to map variables. Instead of passing in a tfvars file, we just bake everything into variables.tf. We purposely omit default as a...
I amc creating an ansible playbook to automate the steps needed for HTTP challenge. I am still working out how the playbook should be structured but it is the best...
I ended up using ansible as an orchestrator. It applied one config to do the http challenge and then applied another config once the challenge completed. The only problem I...
In march I deployed a working hubot running on Azure App service connected to Microsoft Teams. In my testing I discovered a bug in this adapter when combined with a...
I've been looking at getting correlation working correctly for service bus triggers in our environment. It appears using the startOperation string overload is the intended way to support non-http trigger...
This project hasn't been upgraded yet to .NET 6. You need to use the .NET 5 SDK. If you spin up a codespace it automatically provisions a .NET 5 environment....
You probably didn't have the codespaces feature enabled on your account. The link works for me. GitHub enabled codespaces to be free for everyone a few weeks ago. You can...
I'm running `nix develop` on pop_os, I get the same error ``` error: builder for '/nix/store/d6z2g77dcn18kc7d5p7wa3igmqh2f7ln-rustlings.drv' failed with exit code 101; last 10 log lines: > patching sources > Executing...