Christophe de Dinechin
Christophe de Dinechin
Interesting that the problem only occurs on DM32. On DM42, you can terminate the entry with ENTER, not R/S. On DM32, neither ENTER nor R/S seem to work. Need to...
I asked @smdavid about the reason for this behaviour. He answered that there may be two things to look into, the keymap definition given by keymap.bin and the application-level alpha...
There is a temporary workaround. When you need to create a new file for state saving purpose, you can use the `STO` command. For example: ``` 42 "/state/savefile.48s" STO ```...
Interestingly, this has limits. `xroot(3;8)` then `EVAL` shows `2`. `xroot(3;216)` then `EVAL` still shows `xroot(3;216)`, and you need `->NUM` to get a numerical value, which is decimal `6.`. So it...
Thanks a lot. Your comment is highly appreciated!
Now, I wonder if this is a bug, in the sense that I want the pattern to be configurable, and `Foreground` is as good a choice as any. Either that,...
> Yeah from my perspective increasing the coverage of the darwin CI tests is okay, but I understand the point about Dan not being able to debug if there are...
@burgerdev The description states "_and adds a CI step to ensure it keeps building in the future_". I do not see the additional CI step in the changed files. I'm...
This is a known issue, which should be solved in the next release.
There was a race condition between the `application:didFinishLaunchingWithOptions:` notification and the creation of the `ViewController`. This should be fixed in `i0.9.6`, submitted to Apple for review.