Alexander Vassbotn Røyne-Helgesen

Results 36 issues of Alexander Vassbotn Røyne-Helgesen

For windows users, the warning regarding native extensions is a bit annoying and native extensions are not so required. `Warning: Native modules not compiled. UTF-8 validation disabled.` Add an option...

I've upgraded to the latest `html-sketchapp` in hope that this would pave the way for new features. Currently I want to be able to store colors as shared styles, and...

I am currently using the [sw-precache-webpack-plugin](https://github.com/goldhand/sw-precache-webpack-plugin) with this config: (yes, another project, this is just to show the config, since some of the configuration options are passed to `sw-precache` +...

Is there a possibility to add a max dept to check for vulnerabilities in node dependencies? This would narrow the scope for vulnerability checking, since the probability that dependency x...

enhancement

## **BEFORE YOU SUBMIT** please read the following: * [x] **I'm submitting a support request** **webpack version:** ^3.5.5 **sw-precache-webpack-plugin version**: ^0.11.4 **Please tell us about your environment:** Windows 10 with...

## Background > I originally started this issue for a feature request, but I see now that this might be a bug. I've updated the title to reflect this. In...

bug

After fiddling with the PRs for #140, I came across something that might be an inconsistency in the code. Running: gren changelog --include-messages=all --override Generates `CHANGELOG.md` (with all releases) these...

With this line in a custom format: {{#if prop.comment}}{{{commoncomment prop.comment}}}{{/if}} I get: ```bash [20:53:17] Starting ''... [20:53:17] '' errored after 38 ms [20:53:17] Error in plugin 'gulp-theo' Message: Missing helper:...

Currently, I have to do this for each target: ```js theo .convert({ transform: { type: 'web', file: './src/dt/primary.yml' }, format: { type: 'styl' } }) .then(styl => { fs.writeFileSync('./src/primary--.styl', styl);...