Rongcui Dong
Rongcui Dong
I did a very quick dive into the code of the extension. I don't know if this will be practical, but is it possible to use a mutex in `FossilExecutable`...
I can give it a try. That said, I think SQLite people are very conscious of backwards compatibility, so a question about old version should be fine.
So far 2.25 has not shown an error yet
This still happens sometimes: ``` 2025-03-02 11:19:06.237 [info] fossil branch current: 10ms 2025-03-02 11:19:10.370 [info] fossil cat -r current -- rayda/src/rayda.ads: 6ms 2025-03-02 11:19:11.378 [info] fossil update --dry-run: 11ms //...
Could you just add a random delay or something that quickly reduces the likelihood of encountering this problem?
This has a few problems: - It only works for menuitem, so it can't be shared with other sources, like a button - Accelerator key events have nil events, so...
Probably #137
Is this second command documented anywhere? I didn't get this from the quick start documentation.
Unfortunately my full yml contains a private container, but I will put it down here anyways: ```yaml version: "3.6" services: postgres: image: postgres:14 restart: always volumes: - db_data:/var/lib/postgresql/data environment: POSTGRES_PASSWORD:...
In fact, Hasura cannot start up at all if I mount an empty metadata directory. I have tried using the default (non-migration) image and without mounting the volumes. It gave...