silentbob
silentbob
**Type:** Feature **Description:** This PR allows to update the SSL certificate without restarting the server. In the current version, the certificate is read from disk only at the start of...
Accept a function as `options.name` to be able to specify the templates name based on the name of the input file
when using gulp pug like this ``` return gulp.src('./client/templates/*.pug') .pipe(data(function(file) { return { name: `__${path.basename(file.path, '.pug')}` }; })) .pipe(pug({ client: true, ... })) ``` the options returned from the gulp-data...
When I add a new target to my .atom-build.json and then do "Packages -> Build -> refresh targets" the new target does not appear in the list of available targets....
Yet another try to fix issue #527 in a more general way
I'm using angular 9, thus I installed ``` npm install @ctrl/ngx-codemirror@3 codemirror ``` which installed `@crtl/[email protected]` and `[email protected]` Then I included the module like described in the docs, ie I...
When I use pict2cam all exif data on the selected image is lost ... - Android 10 - pict2cam: 1.0.67 **Steps to reproduce** 1. set pict2cam as default camera app...
resolves issue #40 Exited with error 1 (at least on windows systems, I don't have other systems at hand to test)
I use gulp to (among others) compile typescript using the browserify package. If there is a compile error gulp-control just displays "exited with code 1" wheras if I use gulp...