clbr

Results 23 issues of clbr

When installing 0.8.1 using the recommended way, "python3 setup.py build; sudo python3 setup.py install", it keeps failing when trying to import it, with a NotADirectoryError. File "/usr/local/lib/python3.7/dist-packages/astor-0.8.1-py3.7.egg/astor/__init__.py", line 24, in...

Do you know if anybody's made a version that runs without node.js? Running on any http server would make it easier to self-host. Specifically, I'm looking to use caffeine on...

I'm using Blender 2.72 and the latest iqe_import_two.py (from 2013 Jun) to import Ryzom assets from your bitbucket repo. The models show up fine, but no textures get loaded. They...

This allows easy integration into benchmarking scripts; previously you'd need to kill it with a signal and then try to find the line. The endless benchmarking mode is still supported,...

I was getting corrupted output randomly, and decided to run armips under valgrind. It blew up in over 20 places: ``` ==2141== Memcheck, a memory error detector ==2141== Copyright (C)...

```asm jal func li r1, 132768 ``` A sub-16bit li expands into one line and so is fine. A bigger one uses two lines, meaning the execution is now buggy,...

Would be nice to have C-like enums, or if that's too complex, simple increasing numbers.

The branch convenience macros are said to use sltu etc. This means they clobber a register, and the docs do not say which. This is a problem for RSP and...

Whether the larger-than-byte data entries are aligned or not is not mentioned in the docs at all. It appears they are unaligned. If this is intentional, can we get new...

I'm missing the .repeat directive, as found in ca65 for example. https://www.cc65.org/doc/ca65-11.html#ss11.83 It allows to repeat a block, optionally replacing the block index in each iteration. This saves typing and...