Pebaz

Results 46 comments of Pebaz

Hi @SekouDiaoNlp! Happy New Year to you as well! I'm doing great! Just enjoying the new year as things start to pick back up after the holidays. You? > I...

Furthermore, I here's one more idea that might simplify the code a bit: > For extension modules (single Nim files alongside Python code), generate a temporary folder for them and...

Hi @SekouDiaoNlp, I'm doing great! I agree, I also have been experimenting on another branch and am working towards what I believe to be Nimporter 2.0.0, but as of yet...

Fantastic, I'll keep this thread updated as well!

@SekouDiaoNlp Just an update on my progress with the Nimporter 2.0.0 experiment. I have verified it to work! Now all I need to do is finish testing and polish it...

@SekouDiaoNlp Have you had a chance to take a look at the [Release Candidate](https://github.com/Pebaz/nimporter/releases/tag/v2.0.0rc) for Nimporter 2.0.0?

Ran into this also, the `$env:PYTHONUTF8=1` trick worked for me, although it would be awesome if it could "just work" ™️. It might not be useful, but it looks like...

Hi @Iapetus-11, from what I understand, this doesn't affect Linux users and there's a workaround on MacOS listed above, but Windows still suffers from this I believe. Since most people...

True that, yeah `multiprocessing` works since it's presumably using IPC with different processes so they each load their own version of the Nim extension dynamic library. I'm sure this has...

@Iapetus-11, if you're interested, I've got an in-progress complete rewrite of Nimporter that I've needed someone to help test: https://github.com/Pebaz/nimporter/releases/tag/v2.0.0rc The reason I haven't merged it so far is because...