Andreas Möller

Results 15 issues of Andreas Möller

I figured out restoring the cache is very slow on MacOS. I have created a test case with some node_modules for a React Native application. The following action is used:...

area:compression

1. Enable rep0st plugin from p0weruser 2. Open https://pr0gramm.com/new/3702287 3. Klick on "rep0st?" Expected: Some rep0st pictures or none of them Actual: Same upload is marked as rep0st ![Unbenannt-2](https://user-images.githubusercontent.com/35029021/75069211-04a51280-54f1-11ea-8e30-e7f2f1a0a733.jpg)

Gibt ja jetzt die Autobann Funktion auf dem pr0. Das p0weruser sollte die Kommentage bzw. Tags vor dem Absenden prüfen und so einen Autobann verhindern. Autobann verhindern bei Kommentaren: *...

Auto reload chat when a new chat message arrives.

Setup: * TypeScript * eslint + no-for-loop I use the no-for-loop rule to auto fix my code. My code iterates through a **string** value. The autofix changes my code wrong...

bug
help wanted
types

There is a wrong autofix for the `explicit-length-check` rule. My code: ```ts if (!foo.length > 0) { ... ``` Code after autofix: ```ts if (foo.length === 0 > 0) {...

bug
help wanted

It would be great to have an option where you can decide whether you want to use dark themes or not. Currently, the splash screen is generated from the icon...

I do have the following code example. The API key is not valid. I expect this component to get an ERROR status in case the API key is invalid. But...

status: will not fix