Carter Green

Results 10 comments of Carter Green

Apparently the packages were deleted from the AUR, but the git repos remain. I updated the PKGBUILDs for both and pushed them up

Hmm. Doesn't seem to be an issue with `*.sty` files, and that extension is also absent from `filenames` in the Pygments `TexLexer`.

Thank for the feature request. We'll consider adding this in the future behind a feature flag. We'd also accept a PR

Hi @Sadaf-A, Thank you for your interest. You're welcome to submit a PR

Hi, We have a [roadmap item](https://roadmap.databento.com/b/n0o5prm6/feature-ideas/add-support-for-merging-dbn-files-in-client-libraries-and-cli) for supporting merging DBN files in the CLI and client libraries. You can create a memory-efficient stream by chaining iterators over the separate DBNStores...

Support for merging was added in eb536e76ad92b90d75186f18148c1cbe509207f9. This will be included in the next release (0.26.0)

what are you trying to achieve with (de)serializing those enums? Are you serializing to a format other than CSV or JSON?

and you don't want to write to disk as DBN? Currently only enums with string conversion have `Serialize` and `Deserialize` implemented, though it would be straightforward to add string conversion...

Can you share some code where you're seeing this issue?