Bogdan Popa
Bogdan Popa
I no longer use Datastore and I'm in the process of de-Google-ifying my work/life so this project is now in life support mode until a new maintainer steps up. If...
I'm very out of the loop when it comes to Django development, so this project could really use some love from someone who uses both Dramatiq and Django a lot....
Also tweak parameters and adjust `place-tcp-listener` implementation for recent web-server changes[1]. [1]: https://github.com/racket/web-server/pull/121
While working on `for/list/concurrent`, I noticed some issues with `for/async`: * it doesn't support break clauses, * ~~touching the futures isn't tail recursive, and~~ * the form returns a result...
**Is your feature request related to a problem? Please describe.** Often, when I'm developing small GUIs for local use (eg. in [Racket](https://racket-lang.org/)), I'd like for them to be floating. But,...
The availability of the iconv procedure varies with different build settings, so I believe the ICONV macro should be used here instead. With this change in place, I'm able to...
### Bug description When using a web component-based form field inside a form, the field is dropped during submission. ### Reproduction project https://glitch.com/edit/#!/little-nickel-citrus ### Steps to reproduce the behavior: 1....
This adds support for canceling Postgres queries according to [53.2.8. Canceling Requests in Progress](https://www.postgresql.org/docs/current/protocol-flow.html#id-1.10.5.7.10). I don't love the `connect&attach` stuff, but I wanted to minimize the number of changes, and...
I set up a notification handler on a pg connection, then made that connection `LISTEN` on a channel and I expected the handler to get called whenever something got published...