Brad Jones
Brad Jones
I have the following config: - **AWS_VAULT_BACKEND**: "pass" - **AWS_VAULT_PASS_CMD**: "gopass" - **AWS_VAULT_PASS_PREFIX**: "aws-vault" - **AWS_VAULT_PASS_PASSWORD_STORE_DIR**: "$env:USERPROFILE\\.password-store" After v6.4.0, on Windows 10, I can no longer use this setup. It...
Thoughts on adding a new array option type. Which would then be an array of one of the existing types. Given the following example task definition: ```yaml run-p: private: true...
This might already be possible but I couldn't see any docs or obvious entrypoint CLI tool to do this? Can WASM be used with node??? Say I have a JS/TS...
About to start work on a custom block that parses Markdown. A little surprised no one has not done this yet???
Hasn't been any releases since August. Will omnisharp-atom ever work with .net core 1.1 and future versions? Or has it been abandoned in favor of Visual Studio Code?
see: http://php.net/manual/en/function.htmlspecialchars.php I have a case where I would like to use the _double_encode_ flag. I understand why you probably don't want to in most cases. As how would you...
Wanted to re look at this https://github.com/moby/buildkit/issues/609 now that we have `docker buildx bake`. I am trying to determine if `bake` has ultimately been built to solve this issue or...
Re: https://github.com/dotnet/project-system/issues/2670#issuecomment-1765914052 Yes FWIW my project includes a `Properties/launchSettings.json` file & Visual Studio can launch the project just fine. ```json { "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl":...
Looks like the package **"loophole"** has not been saved to the package dependencies list. I navigated to `.atom\packages\json-schema` and ran `npm install loophole` and this appears to fix the issue....
Hi Matt, Love your work. Building my first C# app ever so it's nice to be able to use a familiar IDE. Just one thing, as cool as the "references"...