Benoit 'BoD' Lubek
Benoit 'BoD' Lubek
Hi! I see that a similar issue was logged [here](https://github.com/jason0x43/alfred-slack/issues/3) but I'm not sure I'm hitting the same. Basically `slu` is returning "No results". Here's what I see in the...
I'm getting `[ERROR]: No Workspaces were found with this cookie` no matter what I do. Looking at the source it looks like it's trying to find the `xoxs` token by...
Maybe I'm just too old / going blind, but I really find the images in the gallery too small to be appreciated in all their glory. Maybe it could be...
For instance, an attribute "addedInVersion" could be added on tables, and the tool would generate CREATE TABLE statements when upgrading from version n-1 to n. Another one "deletedInVersion", to delete...
This will bring several advantages: - easier to get the tool, and to get the latest version than manually downloading it - easier than using command line to start the...
For instance, `dataPoint.icon()` will not return `partly-cloudy-day` but `"partly-cloudy-day"`. This is because of the way the `void update(JsonObject dp)` method is coded. This takes all the fields in the Json...
On the [doc for the Main dispatcher](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-dispatchers/-main.html) it says: - _"On JS and Native it is equivalent to the Default dispatcher."_, which unless I'm mistaken is no longer true with...
Replace our (beloved?) `dependencies.gradle` with the more modern [version catalog](https://docs.gradle.org/current/userguide/platforms.html).