Matej Drobnič

Results 162 issues of Matej Drobnič

**Before submitting the issue, please read:** If wallabag can't parse / extract content for a given link, please first read the documentation about it: http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that We have a lot of...

Site Config

* KOReader version: 2022.03.1 (I know it's not the latest, I have not updated yet. But from what I can see, there are no timer-related changes in the latest version's...

Plugin
help-wanted

**Describe the bug** Whenever I start `redshift-gtk`, tray icon is just blank square. Screen becomes red normally and right click menu also works normally. I'm running i3 + polybar for...

It seems like ktlint creates its tasks eagerly some time after initializing them lazily. Running `./gradlew :samples:kotlin-ks:help -Dorg.gradle.internal.tasks.stats` example from https://github.com/JLLeitschuh/ktlint-gradle/pull/186 will show that ktlint tasks were created: ``` Task...

bug

Do you think it would be possible to add an option to save every calculation to history? e.g. when I type some calculation and close Rofi (without explicitly saving it),...

(This request is meant for all mautrix bridges but I could not find common base) Currently, if anything goes wrong with the bridge, error is printed into logs. Unless I'm...

enhancement

![yt](https://cloud.githubusercontent.com/assets/507922/7492534/2dd25d92-f3f9-11e4-9c4d-21de590bf0ee.png) When page loads player will be in center like normal, but second after it will move to the left side (like on the pic). Interacting with player (playing, pausing)...

bug

Run this test code: ```kotlin val suspendFunction : suspend () -> Unit = mock() runBlocking { suspendFunction.invoke() } runBlocking { verify(suspendFunction).invoke() } ``` It should succeed (function was invoked, so...

type:question

I would like to have a minimal card with only temperature and up/down buttons. Is there a way to hide those entries? ![image](https://user-images.githubusercontent.com/507922/107870521-5b8dbf80-6e99-11eb-82ff-fc88c96d475c.png) Preferably, card would even collapse when those...