Jille Timmermans

Results 73 issues of Jille Timmermans

https://github.com/quasarframework/quasar-ui-qmarkdown/commit/556ff29af89b57aa58b74525506476fb405ddd6f made it skip the anchor expanding when we're in SSR mode. However, that means that a later check will mark it as an external link (which adds the external-link...

Just a shower thought: Could resize2fs issue TRIM commands for all the "released" space after shrinking? That would allow GCP Persistent Disk to safely allow shrinking if and only if...

Currently avo only seems to support block comments with Comment(). Having the ability to add inline comments would be great. They could e.g. be used to explain what more complex...

### Version 1.27.0 ### What happened? It looks like sqlc doesn't understand parameters in the ON clause of a LEFT JOIN for a DELETE query. It does work for a...

bug
:books: mysql
:wrench: golang
:computer: linux

### Version 1.27.0 ### What happened? I tried changing sqlc-version.txt to v1.27.0 on play.sqlc.dev ### Relevant log output ```shell sqlc generate failed. 500: Internal server error ``` ### Database schema...

bug

Partial decoders can greatly benefit from being able to skip over (large) arrays and maps faster. Currently this process requires iterating through all (keys and) values of the map/array recursively,...

Links like https://databaseci.com/docs/migra seem broken. (I get NXDOMAIN from cloudflare)

condchan seems to be no longer maintained and has a race condition (https://gitlab.com/jonas.jasas/condchan/-/issues/1) that's not been fixed in two years. Note that you currently are not affected by the race...