Bogdan Popa
Bogdan Popa
Thanks for digging into this! Unfortunately, I haven't had time to look into this, but I'll try to take a look this weekend.
Re. your first example, I would extract helper functions to help reduce the indentation: ```racket #lang racket/gui/easy (require racket/dict racket/function) (struct food^ (name checked?) #:transparent) (define (set-food^-checked? f checked?) (struct-copy...
Hard to help here without a minimal example. It seems unlikely that Dramatiq itself is retaining this data, so I'd look at any custom middleware you might have or if...
I just set up a fresh copy of Windows 10 on a machine and ran into this issue. In my case, the problem was that the LetsEncrypt root CA cert...
If someone contributes support for them, I'll add them, but otherwise nope!
This would be a breaking change as-is. So, we either need to guard this behavior behind a flag, or we need to add a fallback on the lookup side that...
Closing for now, but feel free to open a new PR if you feel like taking one of the approaches mentioned in the previous comment (or some other change that...
What do you mean when you say AST printer? A pretty printer? If so, something like that isn't planned and it would be a welcome contribution, but I'd urge you...
If you're up for it, feel free to add GitHub Actions.
There is a way to do this as of https://github.com/Bogdanp/dramatiq/pull/536