Results 32 issues of Tomas Kafka

Hello, I can see this in a console of a `webreaper/damselfly:dev` (the latest version from yesterday), Damselfly stops responding to requests. This happened after trying to create admin user (I've...

Hello, I would love to have an option to only show text, so that I could keep the system battery icon (which shows battery consuming apps). Thanks for considering!

The code from example doesn't work for me, but when I add the `new` operator to kdbush, it starts working: ``` var index = kdbush(points, (p) => p.lon, (p) =>...

question

(Obligatory intro - Inject is awesome, thank you!) Hello, I develop an app that shares view code amon iOS and WatchOS extension targetys in a library. The library has set...

Running Brigadier produces this error: ``` Traceback (most recent call last): File "", line 339, in File "", line 168, in main File "", line 24, in status LookupError: unknown...

I am developing a weather forecasting smartwatch watchface, and I'd love to be able to give my users a way to enter the location manually. I thought of plus codes,...

For Apple, purchases are sorted by `purchase_date` (latest one goes first) ([here](https://github.com/voltrue2/in-app-purchase/blob/develop/lib/apple.js#L279)), and then deduplicated by `original_transaction_id` ([here](https://github.com/voltrue2/in-app-purchase/blob/develop/lib/apple.js#L306)). This might seem innocent enough, but when the user upgrades eg. from...

**Describe the bug** I did `yarn upgrade` of mjml dependencies, and suddenly all `` turned into `` in the output. Is this an intended change? Will this shorthand alt attribute...

**Describe the feature you'd like** I would like to have an option to sign into server running on https (on my NAS) with self-signed certificate. Currently I cannot continue signing...

enhancement