Results 613 comments of Victor Gaydov

Regarding shipping libroc.so (in addition to libroc_jni.so). We could build a self-sufficient version of libroc.so (using --build-3rdparty option) with no external dependencies except libc and ship it in JAR as...

Since the JAR publication wont be easy, I suggest to start with publishing AAR and online documentation and then continue working on JAR. I've created a separate issue for AAR:...

@MatteoArella Makes sense.

After this task, we should not forget to update doc links in README.

We're thinking about gradually migrating from jni to jffi: https://github.com/roc-streaming/roc-java/issues/109. It seems that the hot path (writing and reading frames) won't have any performance downsides. If we would migrate, creating...

We can use ccache or cache build results of libroc as a whole, by commit hash. The latter likely would be easier to set up.

@PoulasthaMukherjee Hi, This is not actually a [help wanted](https://github.com/roc-streaming/roc-java/labels/help%20wanted) task, but if you feel confident about what should be done here, the help is appreciated! Otherwise, you're welcome to check...

Currently colors can't be configured. There is also no support for dark themes yet. There is an issue to make tag colors configurable: #6. As for font & background colors,...

Let's just rename this one.

All colors are now defined in models::ColorScheme. To resolve this issue, we should somehow detect system theme colors and use them here. Or maybe just detect that we're running on...