Thomas Willheim
Thomas Willheim
Hey @thiagobustamante I'm trying to generate swagger docs for some typescript that looks like: ```ts export interface DesignJson { assemblyMethod: { [key: string]: AssemblyMethod }; ...etc } export interface AssemblyMethod...
Hey @thiagobustamante and whoever else maintains this! Thanks again for the awesome tool! So.. I was generating swagger json using swaggerGen: Here are some of the types: ```ts import {...
Hey there, Just wondering if the maintainers are still active on this repo? We're using it in several places in our apps so have a vested interest in keeping it...
@ngraef I'm adding an example response to one of my Get Routes like so: ```ts @Response(200, "Response example", "example String here") ``` However when debugging swaggerGen, I get the following...
Hey there! This is definitely one of my favorite atom packages. So well executed! I have been using vscode recently and was wondering if you knew if it were even...
Hey there, I think the title says most of it: `import './style.css'` goes to `import './style'` Anyway to make that stop from happening? Other than that, amazing tool!
Hey @jurassix , I know we talked a while back on some thread about adding this to sublime and you said you were more interested in adding it to vscode....
Hey there, I'm using a newish m1 macbook. I am seemingly not able to edit this file in CutePeaks: [example1.ab1.zip](https://github.com/labsquare/CutePeaks/files/7332830/example1.ab1.zip) Here's what the file menu looks like:  Other files...
``` var obj = { 'bracket:string': 'This string must be accessed with brackets' } obj['bracket:string'] //'This string must be accessed with brackets' access(obj, "['bracket:string']") //undefined ``` It doesn't look like...
Hey there, I'm getting the following error trying to start my app: ``` /Users/tnrich/Sites/lims/app-proxy/node_modules/bindings/bindings.js:126 err = new Error( ^ Error: Could not locate the bindings file. Tried: → /Users/tnrich/Sites/lims/app-proxy/node_modules/deasync/build/deasync.node →...