Joona Heikkilä

Results 10 issues of Joona Heikkilä

I've enabled Google Drive in Dillinger. I noticed that when saving a document with "Save to Google Drive", the file was not showing up in Google Drive, but Dillinger was...

The text of the notification popup is invisible because the text is of the same colour as the background. ## Sample code This Hello World extension example can be used...

workbench

In the schematic for [stm8blue](https://tenbaht.github.io/sduino/hardware/stm8blue/), the pin 3 of the P1 pin header is labeled as _VCAP_. At least on my board, this pin is connected as in the [overview...

**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEAzKmC8AOnpgPSmbGaYA8AKgDQB8AFAJQFObueYCMAbhAMQEAA4wAlumSgAhgCcFEAO4AFRQjTIQcgDYq5AT20iARgrlgA1nBgBlOQFs4AGUlQ4ybPrRxzljZ29mJWHgDmyDAKAK7+IH5OklGx8XAAHmJwCpIusPp02VCKknDaSD56fiJoEXpwAIoxEPDevvEAVmjp9nWNza0V7SIAjgNwaspi5bpoALSecAAmy8Ig0XKSehEAwhBOTnI6+nprtVDh9QCCMNGSZjHwatnunm1V8QAWME56AOqfSTwNChMBwexaIGSABuQKMOjAaFMIGhcQAklAVrB7GAchIrpj7DAjPV3tUQGJlH4-pYxDpKWVstCvCIPH4FDBJnJwocyfFQgp2TpiVk0LjJBI1pSPDA-pIljBPsgABwABhECjgY0kmq5PKOQw+IhgcjMcoVSqQACYRDE-HRTeVKuS4E4zMsVktXHILjFuXAAGIQBSHW4RY6PCAgAC+0aAA) ```sh --parser typescript ``` and ```sh --parser babel-ts ``` **Input:** ```tsx const fn = // () => () => 1; ``` **Output:** ```tsx const fn =...

type:bug
lang:typescript
area:idempotency

We operate a IRCTelegram bridge, and have noticed that we get a lot of unnecessary file uploads from user avatars. We don't really need the avatar images at all, as...

enhancement
telegram

When compiling native node dependencies with `-fsanitize=address` to enable AddressSanitizer, there appears to be warnings originating from lmdb-js. For example, when using [a project](https://github.com/paavohuhtala/saituri-9000) that uses `parcel`'s watch mode: ```sh...