shazz
shazz
it would be great to have a specific logger directive which supports f-string like arguments like: ```` !log("Current Bank selected: {VIC.BANK} in iteration {i}") ```` Workaround using a plugin: ````...
As a workaround, a js plugin works well but as you implemented the python style for loop style using range(), could be nice to also support backwards loop like ````python...
Currently, only ".asm" files are recognized to be c64jasm source files, which conflicts with a lot of other c64 and mostly any assembly vscode extensions. Could you just add also...
While the C64 Basic interpreter was also a code editor, it would be great to add to snakeware a code editor to load/write/save programs. Not sure what is easier... use...
Hi, Snakeware is really a great idea! I guess having a full network support will be a pain but at least to support local wheel installation would be great. I...
Hi, I try to compile some existing OpenCL kernels (tested on NVIDIA GPUs) and during the compilation, I have this error: ```` [E] Thu Jul 30 11:45:43 2020: Compiler threw...
Hi! I tried to run pocl with CUDA support on my TX2 but I got a segfault, any idea ? Anything I can test to figure out why? - Summary:...
Hi, I'd like to retrieve, during the evaluation the detailed architecture of the ensemble and its sub network. Using ```python def ensemble_architecture(result): """Extracts the ensemble architecture from evaluation results.""" architecture...
Hi, I don't know if this is an `iroha` or a `iroha-python` issue but in brief, I was using `send_blocks_stream_query` to monitor some transactions using a separate thread and to...
Hi, I hope you'll see this issue this time :D (no worries) In my game using pygase I had the feeling it was a little too fast compared to the...