Alexei Kireev

Results 12 comments of Alexei Kireev

Well, yeah, except I'm not from Iran, I have just learned about this special case while trying to get Posix TZ strings for all Olsen time zone names out there...

I have made the changes I think are necessary for DST start / end expressed in Julian days to work (both Jn and n - not taking and taking leap...

Best learning resource I have seen. Fantastic job, thank you!

> I definitely agree we should have documentation on the ZON format itself, not just the schema of `build.zig.zon` - reopening for this. In the meantime, since there's no documentation...

> You should think of a `.zon` file as a struct initialization. So yes, it does. And it does in the exact same way zig does. Thank you. I have...

I can confirm that this issue is still present on 0.11.0-dev.1580+a5b34a61a It is not present on Linux, appears to be Windows-specific (as are .pdb files?). The build itself succeeds, but...

> I like this proposal and have often wanted this exact thing - ("release a release-fast build for the speed but keep certain less expensive runtime safety checks enabled like...

Well, async exercises do work with current stable Zig (0.10.1), so maybe just mention that in their comment sections, at the top of their source files.

> For users of Ubuntu 22.04LTS (jammy), no such easy workarounds exist, as no precompiled wheels exist for PyQT5, and `pip install PyQT5 --no-binary :all:` crashes, even with 64G RAM....

@athrvvvv I have removed iui and ui modules I had installed, then installed iui with `v install IsaiahPatton.iui`. Then I had to replace `import iui as ui` with `import isaiahpatton.iui...