Soni L.

Results 395 comments of Soni L.
trafficstars

ideally something along the lines of: `setup.py`: ``` runpy_scripts={"ganarchy": "ganarchy"} ``` `ganarchy/__main__.py`: ``` import ganarchy.cli import ganarchy.cli.debug # import other ganarchy.cli.* modules etc ganarchy.cli.main() ``` but idk how the setup.py...

nonono, no `__main__` generator. it should install in the PATH (or equivalent) the following script: `ganarchy` (shell script in PATH): ``` #!/usr/bin/env python -m ganarchy ``` or equivalent. no `if...

this is for existing `__main__.py` that can already be used from `python -m`.

I mean, I think you should see if an entry on the dropdown equals the input, and autoselect it?

ping @keithw @sbc100 (tests have also been upstreamed, tho wabt is currently a bit out of date on spec tests)

we figured having the check in the same function is what caused the issue in the first place. further, different contexts may give different meanings to the alignment flags, so...

If this is indeed the most active and most used fork of LuaJIT then perhaps also consider the idea of a project commit. Ideally that project commit would go as...

How about you leave that for the IC itself, while the die just tells where things are? (alternatively enable bundled I/O on 16x16 boards) Option 1, the die is not...