empathicqubit

Results 11 issues of empathicqubit

I'm having a problem with Android where the DecSync folder will only be updated once. I think the problem may have started because I updated my Chromebook to the latest...

I know that Alpine is popular in Docker because it's super-slim, but it's not binary-compatible with Ubuntu because of musl, so it's less likely to work with tools prepackaged for...

A couple of suggestions: - [x] A command to run others whenever execution stops. Something like `tracecmds command ; command ; command ; ...`. It would only function when `trace...

For reference: https://www.thice.nl/wp-content/uploads/2015/05/sdk83pguide.pdf , page 27 gives an overview of the variable types. I think this will be useful if it's correctly implemented, because they can exist across page boundaries...

enhancement
classiclib

The MI2 interpreter doesn't escape backslashes in the response which, you guessed it, causes problems with Windows. Now all filenames are escaped. Also fixed another colon scan problem in the...

A few notes: * There is a new switch: `-gdb-port `. I had to change the argument parsing to allow options with additional parameters. * When `-gdb-port` is set, the...

If it's done from the CLI, it will wait until all the CLI files are sent to the calculator. ![key-playback](https://user-images.githubusercontent.com/32425208/213845965-ae9f4236-89c4-45b7-803e-81cd07dc80ac.gif)

> The csyms error occurs because there are no C files in the project. will you fix this in next release? _Originally posted by @beamrider66 in https://github.com/empathicqubit/vscode-cc65-debugger/issues/112#issuecomment-1135919323_

**Describe the bug** When typing Japanese with mozc keyboard, the suggestions vanish. This makes the keyboard unusable as Kanji can't be typed. **To Reproduce** 1. Install mozc 2. Search for...

bug