René Stalder
René Stalder
When trying to use `extends` with a job defined in locally included yml file, glci 0.4.1 tells me, `Can't extend job '.docker_build': job doesn't exist.`. Simplified example: docker.yml ```yml .docker_build:...
When I format a liquid file with the formatter provider by vscode-liquid, the formatter changes single quotation marks of the HTML markup code to double quotations, all the time. The...
In case this is possible from the data we can gather from the geolocation apis, it would be cool to include the country code in the data. This would allow...
It would be easy to make some kind of CLI menu with gulp-prompt, helping with the configuration and scaffolding parts of a project.
Notes and ideas for a more enhanced version - [ ] Replace Stylus with PostCSS & cssnext - [ ] Replace browserify with webpack and babel - [ ] Modularized...
Gulp task to rename the theme. User should input a slug and name. - Slug: used as names in package.json, bower.json and as theme folder name on output. - Name:...
At the moment, the watcher continues running, but does no watch newly added files.
Add a core config to util which is loaded in any case with default configs. This solves the problem of missing configuration parameters on updates if the developer doesn't replace...
Browsersync have got a new API since v2.6.0. It enables to inject custom reloading which makes it possible to reload on database changes. ``` /* PHP pseudo codez */ add_action(...