Jacob Magnusson
Jacob Magnusson
Would be nice to see something happen with this. I don't know how to version control my files without having them on the filesystem...
Perhaps this project could be used as a base https://github.com/colthreepv/express-raml-store. Works fine for me.
This problem still seems to be here, even when using `openapi-spec-validator==0.2.4`: ``` ❯ pip install PyYAML==3.13 openapi-spec-validator==0.2.4; python -c "import yaml import openapi_spec_validator d = yaml.load('''openapi: '3.0.0' info: title: Minimal...
What @Nilstrieb mentions sounds like something that should warrant a new release asap... Right?
`FuzzyFileNav` doesn't seem to recurse directories by default, so it would still require a lot of keypresses to get to a directory a number of levels down the hierarchy. (I've...
That's why you have `folder_exclude_patterns` and `file_exclude_patterns` in your Sublime project file. The built-in quick panels become immensely powerful when filtering out folders like `node_modules` and `__pycache__` with this feature.
I've never written a Sublime plugin so I wouldn't know if that would be the case. There's only one way to find out 😀 In my mind it would be...
It would probably look a lot cleaner to just show an empty input box in the second dialog for the user to enter the filename in. The row beneath would...
This is such a nice solution that improves ergonomics a lot, thank you for this @Virgiel 👍 From my somewhat limited testing I haven't noticed any issues. @LouisGariepy when do...
Great to hear @LouisGariepy 👍 Btw I would love to see an equivalent of `StringSql` implemented for number types as well (i32, i64 etc). This would be very useful when...