Sebastian Macke

Results 7 issues of Sebastian Macke

Correct handling of the input is a very difficult task in Javascript. At the moment, jor1k supports two input devices. 1. A terminal input 2. A opencore-keyboard device. Between 1....

enhancement

One of the main applications of jor1k is teaching. It would be therefore nice to add a status-screen with statistics about syscalls, page faults, exceptions, network usage, filesystem usage, and...

enhancement

In future there will be several projects based on jor1k. It is therefore mandatory to add a proper start page. Also an own website like www.jor1k.com would be more better...

enhancement

Following code creates a file and truncates it to 1MB. After that it tries to read the first 1MB. However, read command returns 0 bytes read, which is obviously wrong....

Following code write 1MB to the file "test" and immediately checks for the file size via fstat. The result should be 1MB, but is actually 0. However, when I start...

If I have read the given function correctly `wgpu_swap_chain_get_next_texture` the equivalent of the Javascript code should be the following. `swapChain.getCurrentTexture().createDefaultView();` So the spec says, that you should initially return a...

question

# Description # ---------- With enabled managed executor option `--threadlifetimeseconds=60` we often get the exception in the logs ``` org.glassfish.api.invocation.InvocationException: No invocation on invocation stack. Expected invocation: [email protected] componentId=my-service_/ type=SERVLET_INVOCATION...

Status: Accepted
Type: Bug