Adrian

Results 8 issues of Adrian

Sorry if its an obvious fix, but I can't seem to find a config issue. Relevant to the `zig-pkg` branch. Steps to reproduce: ``` $ zig build $ ./zig-out/bin/groovebasin info:...

Hi, the custom added keys should be moved as rarely as possible, as I've developed muscle memory for their locations. If the answer is to start depending more on the...

```roc app [Model, server] { pf: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.10.0/BgDDIykwcg51W8HA58FE_BjdzgXVk--ucv6pVb_Adik.tar.br" } import pf.Http Model : {} server = { init: Task.ok {}, respond } respond = \_, _ -> dbg "req" {...

bug
high priority

I ran into ``` thread 546199 panic: switch on corrupt value Unwind error at address `:0x10c36e3` (error.AddressOutOfRange), trace may be incomplete /home/adrian/.cache/zig/p/httpz-0.0.0-PNVzrGu3BgAIRvYiWsbvVbzUyZg1-rzoT71hVSeLCHz7/src/worker.zig:564:49: 0x125efa3 in run (httpz.zig) .recv => |conn| switch...

The hp 48gx has trouble recovering from a shut down state. Which would be tolerable, if it didn't automatically shut down after some time. ![Screenshot from 2024-01-05 11-16-45](https://github.com/gwenhael-le-moine/x48ng/assets/146006794/2ca633a5-1cb6-4336-8226-dfc07a9153d8)

bug
help wanted

```asm st J a RESB 0x1000 a J st END 0 ``` When this program is assembled the J 1003 doesn't fit into 11 bits, and so Sic.asm is forced...

Something takes up a lot of memory (4.2GiB)! I suspect it has something with JSUB & JRET, but am not sure. Why are JSUB & RSUB tracked in java anyway?

``` Exception in thread "Timer-1" java.util.EmptyStackException at java.base/java.util.Stack.peek(Stack.java:103) at java.base/java.util.Stack.pop(Stack.java:85) at sic.sim.vm.Machine.popJSUB(Machine.java:340) at sic.sim.vm.Machine.execSICF3F4(Machine.java:210) at sic.sim.vm.Machine.execute(Machine.java:318) at sic.sim.Executor.timerTickUntil(Executor.java:70) at sic.sim.Executor$1.run(Executor.java:117) at java.base/java.util.TimerThread.mainLoop(Timer.java:572) at java.base/java.util.TimerThread.run(Timer.java:522) ``` I don't wanna debug this,...