Sam
Sam
Let me know what he says! Law is weird, so it could go either which way depending on any number of factors. On Mon, Sep 17, 2018 at 10:00 PM,...
This was actually fairly easy. Only took a few hours - and I have it dynamically installing my python requirements too. No more rebuilding images for this guy. (: 0....
For what it's worth, I'm willing to take a crack at implementing this.
Hack-y as in "I dynamically altered the imports of a CLI tool to fix a bug in it and make it usable as a library" :) They're definitely API-wise compatible...
If you need to find N nodes nested in each other, you can do it with N queries and some magic dust. Let me show you two generic ways to...
I was hitting this also, but to progress this along a bit ;) let me leave a bit more info: ``` Virtualenv Python: 3.12.0 Implementation: CPython Path: C:\Users\x\AppData\Local\pypoetry\Cache\virtualenvs\x-O5vkSaiN-py3.12 Executable: C:\Users\x\AppData\Local\pypoetry\Cache\virtualenvs\x-O5vkSaiN-py3.12\Scripts\python.exe...
As an aside, it took me embarrassingly long to realize that I could use an absolute path for the python executable in 'env use'. ``` Description: Activates or creates a...
As an aside, this is my first pull request on GitHub to a broader community project, so let me know if there's anything I can do to polish this up.
Before we merge I think we should add some unit tests for the transcoding case, the new cache and maybe beef up some test cases in the non-transcoding case (e.g....
I gotta look back into this a bit more extensively. I've noticed many subtle and not so subtle issues with my attempt at solving this and have to go back...