Alexey
Alexey
- Gems should be sorted in an alphabetical order within their section of the Gemfile. - Final newline missing. Maybe we should listen to him?
In case of any mistakes in the template body between `{{}},` I don't get any errors in the editor but Snipsnap VS code extension won't generate any files. I suggest...
I can rename folders but files in Snipsnap editor UI.
Let say, in snipsnap template we got `hello.js` file and the same file locally. Then we try to "Create from Template". Currently, snipsnap will replace the file. I believe it...
This case turned into a more difficult task as Docker API doesn't have "run" from the box. So we should: * Create container with custom command we have from "docker...
As discussed on slack, I'd also suggest having a look at whether we can generate typescript types for the extension using something like https://github.com/OneOfOne/struct2ts or https://github.com/tkrajina/typescriptify-golang-structs. This would definitely improve...
This goes for all of the functions that take an options object: Should we provide some "sane" defaults in this case if a user omits the options object from the...
Maybe we should allow the user to configure this by supplying a config object as well and not strictly enforce config through env vars? I'm thinking that if an object...