Aurel Branzeanu
Aurel Branzeanu
What file is missing? I had such an issue with application.scss file missing - just renamed and edited the application.css accordingly.
@WebFreak001 , I have the same issue trying to debug a Crystal project. launch.json: ``` { "version": "0.2.0", "configurations": [ { "name": "Debug", "type": "lldb-mi", "request": "launch", "target": "./bin/${workspaceFolderBasename}", "cwd":...
The vscode tasks have no such property as id or name. Also, CodeLLDB is working from the start with the minimal debug configuration.
Works with GDB (gdb 8.3 on High Sierra)!
Tried to run with the fix of `parent.name if parent` - no success. The log now says: ``` [2022-08-04 11:55:22 +0000 frontend-75f56499fc-scqbc (1)] DEBUG : Creating Ruby Agent worker thread....
Resolved the issue setting the `thread.tracing` to false .
> Thanks for letting us know about this issue. Having thread tracing enabled isn't expected to have that kind of impact on reporting, so it's possible there may be a...
@LeFnord , also it would be good to have access to initial add_swagger_documentation options. I mean, we put there security definitions which later could be taken into account on scopes...
Yep, we have the possibility to specify the Security Definitions (SD) in the add_swagger_documentation hash. They're just in place to define what definitions and scopes are allowed on the API...