Jason T
Jason T
I've started working on this, and am extending the concept a bit to allow for "oneOf" vs. "anyOf" type of grouping. That is, you can specify exactly one property gets...
Not on purpose, but very possibly. Let me see if I can de-fubar it...
@sgwatgit - awesome, glad to help!
I didn't realize anybody was still looking at this. I've updated to include pathMappings and the built-in Docker localhost aliases.
Did a re-merge with master and the CI/CD checks seem to be happier
FWIW, I'm using dotnet and Visual Studio for .NET Core applications. I wanted to execute my unit tests and generate a coverage report, with log files going into `.results/log` and...
> I am running into the same issue with AWS's SAM CLI. It copies the files to a folder inside /tmp/ before running esbuild. The source maps then end up...
@jacobduba thanks for the reply. For now, I'll stick with calling esbuild from package.json, using nodemon to rebuild upon changes. For AWS SAM and VSCode users, I got the debugger...
For anybody else running into this, I was able to get this to work by doing the following in `tsconfig.json` (per this [SO post](https://stackoverflow.com/a/44046969/4790186)): In tsconfig.json: ```jsonc { "compilerOptions": {...
I ran into something similar with connecting to Aurora directly. Try adding `;Pipelining=False` to your connection string and see if that helps.