Colin Atkinson
Colin Atkinson
If there's still any interest in this, I'd definitely be willing to help with TypeScript definitions. I need them for a project I'm working on so I'm going to at...
Hey just wanted to check whether the implementation described above (this crate provides a `PersistentFederationQueue` trait, applications implement their own storage solution) is generally accepted as the way forward. I...
So in my case I'm already pulling in a different persistent distributed queuing system. While I haven't yet written a prototype of this part (so everything below should be considered...
Ah there may have been a misunderstanding on my part -- I was assuming that bring-your-own-queue was referring to being able to implement a `PersistentFederationQueue`, and that the persistent queue...
It looks like there was a partial fix in 0.17.4 (issue: https://github.com/reviewdog/reviewdog/issues/1696, PR: https://github.com/reviewdog/reviewdog/pull/1714). That said, the bump PR is still outstanding (https://github.com/reviewdog/action-actionlint/pull/123), and based on the issue comments it...
Also possibly worth mentioning: I did try using `typebox==0.28.9` (the version in this repo's `package.json`), but the error is present with that version as well.
I've also run into this, also on an NVMe drive. The "fix" of downgrading to 2.0.3 seems to work for me as well. Is this the currently recommended workaround, or...
Python 3.14 is now out: https://www.python.org/downloads/release/python-3140/ As such, might make sense to add wheel builds for it at the same time.