Scott van Looy
Scott van Looy
I'm running the latest strider, installed following the instructions and running through apache which handles the SSL portion of things. However, something's not quite right with fonts: `/styles/styles.css` first lines:...
Hi, Keyup events seem to not work in Firefox mobile on Android - the issue is described here: http://stackoverflow.com/questions/14194247/key-event-doesnt-trigger-in-firefox-on-android-when-word-suggestion-is-on Basically, adding an "input" event to the "keyup" event works. Line...
Just upgraded the dependencies in an old project and tried re-running the browserify portion. common-shakeify v1.1.1 Node 16.16.0 OSX Arm ```javascript b = browserify(options).plugin(commonShakeify, {}); b.transform('babelify', { presets: ['@babel/preset-env'], sourceMaps:...
``` hi hi target ``` This should work and doesn't, causes an exception. I can create a PR to fix if you're interested?
So I'm running gulp to process SASS, and I just updated this dependency from `14.1.0` to `15.0.0` and now when I try and run gulp I get an error. An...
### Describe the bug I have some purely visual components that take no props and simply render SVGs. I've added the config as described here: https://storybook.js.org/docs/react/essentials/controls#hide-nocontrols-warning To hide the warning...
So I'm not sure if this is a bug or this is me just not understanding how to work the yaml file but... I have a codebase I just pushed...
### Describe the bug Using preset advanced, my css `counter-set` name gets minified away ### Expected behaviour Correct minification. ### Steps to reproduce In playground with Preset Advanced. https://cssnano.co/playground/#eyJpbnB1dCI6IlxuICAuY29oLWxpc3QtY29udGFpbmVyIHtcbiAgICBjb3VudGVyLXNldDogY3MtbmJyO1xuXG5cbiAgICAuY29oLWxpc3QtaXRlbSB7XG4gICAgICBjb3VudGVyLWluY3JlbWVudDogY3MtbmJyO1xuXG4gICAgICAmOjpiZWZvcmUge1xuICAgICAgICBjb250ZW50OiBjb3VudGVyKGNzLW5iciwgZGVjaW1hbC1sZWFkaW5nLXplcm8pO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4iLCJjb25maWciOiJjc3NuYW5vLXByZXNldC1hZHZhbmNlZCJ9 ###...
Hi, I'm trying to get `codeSuggestionsFromComments` to work. The documentation is a little confusing as to what it is supposed to do, but I was expecting it would leave comments...
I would love for the path_to_data option to be able to accept an array of strings as well as a string as it can inside of the data.json files. I'm...