Stephen Friedrich

Results 16 issues of Stephen Friedrich

If you want to offer the user a list of encodings, it would be nice to get that list out of icon-lite rather than hardcoding it.

feature

After adding iconv-lite to my small preact app, the minified js bundly grew by about 300KB. Is there a way to selectively bundle a few encodings (utf-8, iso-8859-*) and fetch...

feature

When I review a file and press "C" then in the latest IDEA EAP all I get is a small popup with an incomplete error message ![bild](https://user-images.githubusercontent.com/717179/119959125-fa9b7a80-bfa3-11eb-8804-976be602f31e.png) Luckily, the context...

bug

IDEA is clever enough to open projects correctly even if they are in the WSL2 file system (using the \\wsl$\.., path prefix). For git operations it then directly uses the...

bug

I always assumed this was just IDEA itself, that was acting up. Dragging a toolwindow button to reorder them quite often just does not work. After dropping it, the button...

question

I have configured the my upload field to accept MS Word files: `` Unfortunately that prevents upload files with upper case characters in the extension like some.DOC or another.Doc. (For...

If the notification is done on some element that is in a container which has overflow-hidden, then probably only part of the notification will be visible. I propose an option...

When I refactor-rename a field (and its getter) using IDEA, then the mapping annotation is changed incorrectly. For example when I rename a field from foo to bar, then the...

bug
help wanted

It would be great if the plugin could highlight incorrect mappings with an error directly in the editor. An inspection would be a good way to implement that I think....

I have tried a lot of different configuration settings to be able to load my templates like so: ``` import myTemplateUrl from './hello-angular2-template.thtml'; angular .module('pd') .component('helloAngular2', { templateUrl: myTemplateUrl, });...