cyberquarks

Results 7 issues of cyberquarks

There's an audio playback delay on Chrome but using Firefox seems to be okay. Not sure if this is a bug or something.

It's not possible to do SSE when using Restlet, this is a major drawback. Modern Java frameworks support SSE to the least: https://jooby.io/#server-sent-events

Module: Restlet API

I tried to convert a VS code repository: ``` > code2idea https://github.com/enkia/enki-theme.git Fetching repo Trace: Error: ENOENT: no such file or directory, scandir 'C:\Users\cyberquarks\AppData\Local\Temp\code-theme-converter\repo\themes' at Object. (C:\Users\cyberquarks\AppData\Roaming\npm\node_modules\code-theme-converter\dist\idea\convert.js:88:21) at Generator.throw ()...

I managed to run a test for Google FlatBuffers, here: https://github.com/cyberquarks/flatbuffers-demo-teavm/blob/main/src/test/java/MyGame/Sample/FlatbuffersTest.java but it throws this error: ``` Running MyGame.Sample.FlatbuffersTest Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:...

For an object: ```java @JsonPersistable public class NestedObject { @JsonPersistable public static class Foo { private Bar bar = new Bar(); public Bar getBar() { return bar; } public void...

When trying to run Precheck: ``` .\PreChecks.ps1 WARNING: Computer is a laptop. Laptop dedicated GPU's that are partitioned and assigned to VM may not work with Parsec. WARNING: Thunderbolt 3...

Is Restlet in auto-pilot now? Meaning it is stable not going to be developed for innovation and modern technologies as it continuously lags behind other Java frameworks, which are now...