Rachael Sexton

Results 70 comments of Rachael Sexton

This is what I'm running into as well. I would like to be able to work _around_ the fact that e.g. `typing.Sequence.mro()` will give me a sane list of the...

Since a lot of folks use lsp in emacs (e.g. doom emacs), this could "solve" #454 for the time being, until someone works on expanding a major mode for it...

We may want to merge this with #537 and #539 , possibly #454. Also unsure if maybe a few of us could get together and figure out the best way...

@evhub based on preliminary investigation, I think this is possible with something like [pygls](https://github.com/openlawlibrary/pygls), perhaps even able to write the lang server _in coconut_, since it's a python superset. >...

Is [this](https://docs.python.org/3/library/tempfile.html) the type of temporary directory you had in mind? I've used the functionality for things like automated matplotlib/pdf processing before (based on [this](https://github.com/Wookai/paper-tips-and-tricks/blob/2f6ee986edf6eb81ca53a868406e7d57401e877a/src/python/plot_utils.py#L92) Not sure where functionality is...

I wish I knew how to help with this! If there are any crash-course places to learn how to contribute on this front, this is a big reason I keep...

Just wanted to add that the workaround seems to have limitations, though I have not yet had time to fully investigate the root cause: https://github.com/usnistgov/cv-py/issues/1

@bdewilde, so I haven't forgotten about this, but it hasn't been high on my todo list while I could just use gensim as a preprocessor and output the needed .txt...

Hi @cosmicBboy, just wanted to chime in here; coming from a data science side, I've been using pydantic a lot lately to model the observations themselves, esp. when there are...

@yukinarit Just found this library, since I am looking into [beartype](https://github.com/beartype/beartype) and want to use that, and figured there must be non-pydantic libraries with good (de)serialization options that interop with...