brunnerh

Results 100 issues of brunnerh

It would be nice to have an option to add additional names for icons or only rename them (if the icon name should be different than the file name). Can...

Input is this triangle: ![image](https://user-images.githubusercontent.com/834235/115569997-09fd1900-a2be-11eb-8885-df72e29a203e.png) ```svg ``` Output is slanted: ![image](https://user-images.githubusercontent.com/834235/115569920-f487ef00-a2bd-11eb-95b3-be89eafa3844.png) From the SVG font: ```svg ``` Maybe the transform (rotation) was not applied correctly for some reason, though i...

When the list buffer command is invoked, the items can only be selected by index. It would be helpful if the contents could be searched as well, maybe only enabled...

enhancement

See https://github.com/revolist/svelte-datagrid/issues/4

technical

- Show favorites in tree view, click inserts into active document. - Ideally have buttons/options for inserting as hex/decimal. - Save tree state?

enhancement

- Move folders and favorites to other folders - Reorder characters in entries

enhancement

**Describe the issue** - The header elements cannot be focused via the keyboard through Tab. Sortable headers should be focusable and behave as if the user clicked on them upon...

feature
pro

**Describe the bug** When inserting a script in the HTML with `type="module"`, the auto preprocessor will try to load a transformer for it (`./transformers/module`), which of course does not exist....

question
needs-more-feedback

### Clear and concise description of the problem Currently in Svelte access to the Swiper API is done via an event: ```svelte let swiper; swiper = e.detail[0]}>... ``` ### Suggested...

feature request

Properties will be inherited in `RadioButton` unless the respective property is set there. Fixes #1036. Not the prettiest code, though.