mateli

Results 46 comments of mateli

Unfortunately the only example in Java is the old Stanford project I linked to. There are the Google Native client and I also believe that MoonLight use similar technology, but...

Most Linux hardware support OpenMAX with recent versions of Mesa 3D. Mesa previously only implemented support for VAAPI but now has OpenMAX support as well. Using OpenMAX probably works a...

@RafaelOliveira I added the separate issues #1055 #1056 which is the only reliable way to play or record video on Raspberry pi. The other option is software playback but the...

As a quick and dirty solution can't we utilize emscripten/binaryen? Perhaps by generating a C file for emscripten to compile?

Yes. It is highly dependent on the C api however what is a good C api for C applications is not always a good API for high level applications. Call...

For me personally this has a hard dependency on browser support. My most relevant use case is that I need custom handling of enter keypress in a web form. This...

Also while native open file dialogs are useful remember that on some platforms they're horrible. And in an enterprise environment the last thing you want is for users to notice...

Will Mach still run in browsers that only support native WGPU?

I figured out that it were mainly a DataTable/DataFrame problem as neither support DateOnly and will convert them to DateTime. This is the solution for me: First I created a...

Also the new DateOnly datatype is missing in bot serialization and deserialization.