Pasha Finkelshteyn
Pasha Finkelshteyn
There is an awesome `.eqp on` command in the default `sqlite3` shell. It works like this: ``` sqlite> .eqp on sqlite> select distinct book.id, (select coalesce(json_group_array(json_array(v0, v1, v2, v3, v4,...
When I send a letter from one account to another in the same mail in a box, it goes to spam. It looks like it should be somehow whitelisted.
It looks like spam filters should be tuned/fixed somehow. Or there should be some tool to tune it
### SQLDelight Version 1.5.3 ### SQLDelight Dialect sqlite:3.25 ### Describe the Bug With following SQL ```sql SELECT DISTINCT substr(trim( CASE WHEN last_name IS NOT NULL THEN (last_name || ', ')...
### Description Currently, fonts used in CodePane are hardcoded into the themes. ### Proposal I propose to support customizing of them may be the same way we can customize other...
Now doubled navbar disappeared, but the status page does not load as expected, for example here: https://asm0dey.github.io/status/
**Describe the bug** Uptime CI Takes enormously long to run and fails sometimes **To Reproduce** I have my own corn, which trigger workflow run every 5 minutes (because GitHub is...
For example this presentation https://github.com/asm0dey/kotlin-spark (rendered version is here: https://asm0dey.ru/p/kotlin-spark/) won't open in any browser on iOS, but opens in any other OS/browser combination.
On version 1.5 with java 15, I've got the following error on OPML import: ``` SEVERE: Could not dispatch event: SubscriptionImportedEvent{user=User{id=fa63dcbf-3642-40f9-be03-ebd19cb0f33f, username=asm0dey}, importFile=/tmp/reader_opml_import15619541884854815570.tmp} to handler [wrapper public void com.sismics.reader.core.listener.async.SubscriptionImportAsyncListener.onSubscriptionImport(com.sismics.reader.core.event.SubscriptionImportedEvent) throws...
Currently there is no way to call several joins in chain. (ON condition fails to work with types) It makes code much less readable because of hard-to-read variables names.