James Webber
James Webber
> It's just a Cargo dependency, but in CPython I don't think it downloads the sqlite library automatically so idk. I'm fairly sure that on Windows CPython includes the sqlite...
Ah yes you're right. My attempts to work with Python on Windows, a long time ago, are coming back to me 😂 It looks like they have subprojects in the...
I'll +1 this issue, I would like this to work as well. My tool has a bunch of universal required arguments (e.g. input directory) and then different tasks have some...
Just saw the paper and was intrigued, and this issue was top of my mind. Calling Python from Seq is great, but calling Seq from Python would be even better...
After a search I found [this comment](https://github.com/seq-lang/seq/issues/153#issuecomment-796921274) so I guess you support _both_ syntax? At the very least I would recommend updating your docs and examples to encourage the python...
> (as for myself, I think that deprecating print statement is one of the saddest Python decision ever made...) I still type `print ` via muscle memory sometimes, but I...
It looks like my coverage report is counting the lines _in_ tests as part of coverage (including one miss, somehow). See e.g. [here](https://codecov.io/gh/czbiohub/bcl2fastr/pull/73/src/src/common/write_fastq.rs#L517) if you scroll down to the lines...
^ I think that's just GitHub having issues today
This is a very old issue but I'll +1 it just for the signal boost. My use-case is that I'm trying to build a Docker image with minimal dependencies, and...
how's this?  I can open a PR with the svg, it's moderately easy to edit. I also have a full grid so I tweak it. Also I don't think...