cyberquarks

Results 15 comments of cyberquarks

@mbk2787 I think the right approach to be able to play multiple videos in each separate canvases (for example for live streaming or video conferencing apps) without the "flickering" issues...

I don't think jsmpeg supports MP4, it's a MPEG-1 decoder

@greenrobot Hello, Would this work with ObjectBox? ```java class Hub { List schedules; } ``` ``` class Schedule { String day; LocalTime opens; LocalTime closes; } ```` And then query...

@greenrobot-team can ObjectBox work on a server environment? And can it work on a clustered environment for high-availability?

@linisme looking at the code linked by @greenrobot-team it shows that the "sync" codes there are for your client app, the server implementation is still unknown. Here's a code from...

@PokingUrsa is it the website/web app public?

Yes I think what Kotlin have now is Ktor, to me it looks like Vert.x @j209 TeaVM/Flavour at first looks unusual but the more you use it, considering it TeaVM...

@shannah are you still encountering the errors?

@PokingUrsa have you tried `std:if condition`? Not sure if all EL is documented by I just usually use sourcegraph to find some examples from the repo: https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/konsoletyper/teavm-flavour%24+std:if&patternType=literal