strawberry-choco
strawberry-choco
Asking for help. # Problem description Is it possible to use percentages to layout? For example, I want to have two views, one left and one right, whereas the left...
The package on [npm](https://www.npmjs.com/package/vscode-css-languageserver-bin) is two years old. For people like me who installs packages from npm, it would be pleasurable to have a new release there, to take advantage...
I use the `vuepress-plugin-typedoc` plugin to generate the needed files for vuepress. The thing is I have a mono repo with packages inside them, which are independent of each other...
After changing some code in my Javascript file and re-compiling the code, the minified version of it does not get updated even though the debug version does. My gulp-file: ```var...
This fixes #260 . I am not sure if we can or should update stylelint directly to 16, since its release was quite recent. Thus, I updated only to 15...
This updates all dependencies to the latest and adds typings for autocompletion. Eslint has been updated too so maybe release major version next.
Openapi generator is a [fork of swagger codegen](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/qna.md) from the founding members. It supports more clients per default instead of via [another extension repo](https://github.com/swagger-api/swagger-codegen-generators). Maybe consider switching to it/set it...