Lumina Scheiderich

Results 15 issues of Lumina Scheiderich

Dupe of #49 & #51, but with reproduction: https://github.com/samsch/test-dazzle I forked and modified the build to fix this. https://github.com/samsch/dazzle/tree/1.4.0-cjs There's no real need to build with Webpack for CommonJS modules,...

It would be great to see this image updated to latest versions. Right now that looks like - Ubuntu 16.04 - Nginx 1.10 - Lua nginx module 0.10.7 Lua is...

### RFC Right now, Parcel will attempt to bundle all files referenced in `` or `` tags in your html. I think it would be useful to have a way...

:raising_hand_woman: Feature
HTML Preprocessing
✨ Parcel 2

## 🐛 Bug report The tooltip component needs to default to allowing the user to hover over the popup without it being dismissed. https://www.w3.org/WAI/WCAG21/Understanding/content-on-hover-or-focus.html ### Current behavior Currently, when you...

bug

It appears that translations in a `resources/lang/en.json` file (used for translations keyed by the default text) are ignored by the generator.

feature
hacktoberfest
help wanted

The linked JSS interface in the README is not a usable npm package, released, or maintained. https://github.com/oliviertassinari/react-with-styles-interface-jss/issues/3 Perhaps a note should be added to readme to state as such? It's...

Reproduction repo: https://github.com/samsch/css-modules-transform-scss-no-error Preprocessor errors are swallowed and ignored. Specifically, [errors thrown](https://github.com/samsch/css-modules-transform-scss-no-error/blob/master/config/preprocessScss.js#L13) from the function exported from the `preprocessCss` [option file](https://github.com/samsch/css-modules-transform-scss-no-error/blob/master/.babelrc.js#L7) don't cause the build to fail. Additionally, if a...

I'm not really seeing any purpose for including jquery, jquery-migrate, or jquery.appear. Are these just a leftover or something?

Here -> https://styled-components.com/docs/advanced#style-objects Same stuff the example could clear up with some tweaks: ``` backgroundColor: 'red', // or 'background-color': 'red', ``` ``` // does stuff like this work? backgroundColor: props...

Having highlights a line or two before or after the cursor is usually more distracting than helpful. Could the option to disable highlighting of the current line be extended with...