Henry Schreiner
Henry Schreiner
Using https://pyodide.org/en/stable/console.html because it's handy:  (Edit: chopped off the answer by mistake)
Guessing this is for Day 14 of AoC? :) If that's the case, you probably need `iter_rows_mut`/`iter_cols_mut`, as you probably want to mutate the contents. I did this by creating...
By the way, FTGL is used in CERN's ROOT framework. https://github.com/root-project/root or https://root.cern - I believe they may maintain a vendored copy there.
I'd second this, hit the same issue.
No, the first version of Python to support Apple Silicon was 3.8. That just _barely_ supported ARM, as it was hitting the 1.5 year support window for new features as...
See #472
Personally, I think two changes would really help: If there was some way for download-artifact to extract multiple artifacts into a single directory, and if there was some way to...
The problem with repeating the action over and over is that for a normal matrix for coverage or wheel builds, there might now be dozens of artifacts (one per Python...
~~Folder name should be `aiojobs_stubs` not `aiojobs-stubs` (must be importable). The outer folder name can be anything, but the inner one must be importable.~~ (I was corrected later, but to...
Ahh, I hadn't thought about that before, but it makes sense. Shouldn't pypa/distutils or pypa/setuptools also check for `__init__.pyi` and avoid the warning for that case too? Edit: Actually, that's...