Anatolii
Anatolii
I wanted to resume discussion on creation of web-components with create-elm-app. Desired goal: use zero-configuration setup to build a web-component rather than app. In order to achieve this goal my...
I created a job running every minute, then I deleted it, now stats endpoint and UI show that I don't have jobs, but I still see requests coming every minute...
Replace app.enable('quiet') with two options: 1. switch logging between file and stdout 2. log level tuning (enable controller logs, mailer logs, etc)
replace .live with .on
In jugglingdb-http adapter restPath may contain some params to substitute before sending request, such as ``` set('restPath', '/users/{userId}/posts'); ``` where {userId} will be substituted from post.userId. - [ ] change...
``` javascript app.use('/some-path', anotherApp); ``` Should be handled on server side on compound compilation time. It should update anotherApp routes to be prefixed with '/some-path', so that pathTo helpers will...
Automatic generation and publishing of a new package version when new feather-icon arrives. ### Current state of things When new icon being added to feathericons.com, somebody should run `yarn run...
Thanks for the great tool! Would be great also to play sound when clicking on fingering block.
I have been using `uiprogress` to track the progress of a github action workflow run and noticed that when I use `Set` elapsed time is not being updated, leading to...