Leonidas Loucas

Results 18 comments of Leonidas Loucas

I ran into a similar issue in [Floskell](https://github.com/ennocramer/floskell) and opened [Numeric Litaral Issues in HSE](https://github.com/haskell-suite/haskell-src-exts/issues/455), but it was blocking me so I submitted [HexFloatLiterals in HSE](https://github.com/haskell-suite/haskell-src-exts/pull/456) and building on it...

Not the original author, but I'd be interested in the ability to opt in to the latter for a particular async schedule personally. > it runs immediately, and the next...

``` (test-7) ➜ tools-3 git:() ✗ uv --version uv 0.1.2 ``` ``` (test-7) ➜ tools-3 git:() ✗ uv pip compile --verbose --index-url https:///artifactory/api/pypi/virtual-pypi/simple --no-cache --no-deps

For nltk 3.6 this is what i get ``` (assets-3.10.11) ➜ nltk-3.6 git:() ✗ rg -i requires nltk-3.6.dist-info nltk-3.6.dist-info/README.md 7:Language Processing. NLTK requires Python version 3.5, 3.6, 3.7, 3.8, or...

I can confirm the with version 0.1.7 It has solved the issue for me!

As far as ive seen the python devs are not really interested in deepcopy or pickle for generators (in the few forum posts ive seen). Obviously I'd be all for...

#7 seems to work for the example. I wont be able to try it against more robust testing till tomorrow or Monday, but it seems to hold up for now....

I seem to be getting a SEGV with both the deepcopy code above and the cloudpickle.loads/dumps pair on a generator simulating a List Monad(essentially forking the computation via copy). Not...

Sorry been busy with work, haven't been able to compile down a nice test case, I'll see if I can get to it soon! On Wed, Jun 12, 2019, 06:40...

I will be travelling into the start of July so its unlikely ill have time to make a good test case before then. Ill try to do so , otherwise...