Richik SC

Results 24 comments of Richik SC

@ThadHouse Oh, thanks. That makes sense. Looks like the C++ extension works on M1 and runs its language server under Rosetta: https://github.com/microsoft/vscode-cpptools/issues/6713 but ARM-native support is in progress: https://github.com/microsoft/vscode-cpptools/issues/6595

You mention wasm-pack working flawlessly on M1 if installed via cargo or compiled from source. I run into the issue described at #907 when running wasm-pack compiled from source on...

It looks like actually by default, Swagger will apply security schemes defined in the `security` block to all routes globally, *unless overridden on a per-route basis*. `express-jsdoc-swagger` correctly declares the...