Oskari Groenroos

Results 36 issues of Oskari Groenroos

The `hero.styl` file calculates colours for the gradient used in the background of the hero component. At the moment, these colours are subtly different between the two flavours of Bulma....

discrepancy
help wanted
minor-impact

The original Sass-based Bulma (mostly) uses named colours (such as `white`, `whitesmoke`, and `black`). For consistency, Bulma Stylus should follow suit. Currently, Stylus automatically renders with the shortest HEX representation...

no-impact
blocked

_"The following new files will be published the first time"_ list of files does not take into account `.npmignore`'s [precedence](https://docs.npmjs.com/cli/v7/using-npm/developers#keeping-files-out-of-your-package) over `.gitignore` when a file is excluded in the latter...

**What**: Closes #2597 **Why**: A value of `url(data:image/svg+xml)` without `'` or `"` produces a parse error `illegal unary "%", missing left-hand operand` - however, unquoted style is acceptable CSS3 syntax,...

It's handy having the subcategory included in the 'full' JSON, but putting it in the category string means it's much more difficult to separate the emojis into separated categories on...

enhancement
help wanted

Jump from 12.0.0 to 12.1.0 seems to have lost the `keywords` property in the JSON; is there a way to get that back, so that the emojis remain more searchable?

I realise this is not directly available on either data source ([1](https://unicode.org/emoji/charts/emoji-list.html), [2](https://unicode.org/Public/emoji/12.0/emoji-test.txt)) this script is based on, but it would be handy to include in the JSON which version...

Could (perhaps a third flavour of) a JSON file be generated that has filtered out the `component`, `unqualified` and `minimally-qualified` entries, leaving only those marked `fully-qualified`? In real-world use cases,...

enhancement
help wanted

With static site generators like [Jekyll](https://jekyllrb.com/docs/front-matter/) or [Eleventy](https://www.11ty.dev/docs/data-frontmatter/) and others, it's common for a single file to have a YAML document to provide metadata, followed by the content document in...

After upgrading all my dependencies, I get the following error: $ et -w -c resources/assets/element/element.scss -o resources/assets/element/theme/ ⠙ watch element theme events.js:183 throw er; // Unhandled 'error' event ^ Error:...