Adam Nash
Adam Nash
yeah, Hobbits isn't quite a first-class Kaitai environment yet, but it's getting there. Let me know what capabilities or niceties of Veles you think I should try to port/implement in...
this might require making the symbol mapping parameter more expressive so that symbol ranges and masks can be used instead of 1-to-1 symbol-to-color mappings.
You can split displays, but it's not intuitive or easy to discover right now. I need to add it back to the view menu. From the user docs: Displays can...
making the splitting more intuitive and/or adding the split actions into the view menu would be nice
I think the bit offset shows when hovering, but yeah, it would be nice for the top offset to always show up, and it would be nice to be able...
the webserver could be written in Python by leveraging the Python bindings that will be created for #23
oh, wow, thanks for pointing this out. I will try to make the license compliant ASAP
I added a warning in the license as a stopgap until a different FFT library can be used. The good news is that you *can* build the program and most...
pocketfft seems like a popular choice (numpy uses it), and they have a C++11 API (on the cpp branch) : https://gitlab.mpcdf.mpg.de/mtr/pocketfft/-/tree/cpp pffft claims to be fast and might be sufficient...
For a format as simple as YAML, it almost seems easier to just write a "mini-IDE" from scratch. That's probably dumb, but I might enjoy working on something like that...