Results 296 issues of Victor Gaydov

**This should be done after https://github.com/roc-streaming/roc-java/issues/57** When the library is initialized, we need to retrieve versions of native lib and go bindings, and check the following invariant: * major versions...

good first issue
help wanted

What do we need: - [ ] We should port sender and receiver examples that we already have for C API to Java. - [ ] Examples should be buildable...

category: documentation
good first issue
help wanted

For some reason, when there is a crash in native code, the backtrace does not show symbols in frames in native codes. Neither in console output, nor in gdb when...

good first issue
help wanted
category: build system

roc-toolkit 0.2.3 added two new functions: * roc_sender_set_reuseaddr * roc_receiver_set_reuseaddr See [API reference](https://roc-streaming.org/toolkit/docs/api/reference.html) for description. We should add two corresponding methods to bindings: * Sender.setReuseaddr(bool) * Receiver.setReuseaddr(bool) Comments should be...

good first issue
help wanted
api

We should add at least one integration test in Java that creates a sender, a receiver, transfers samples, and checks that they were transferred correctly. Such an integration test for...

good first issue
help wanted
category: tests

Hello! Currently there is no error checking in decoder, e.g. in [`DecodeToInt64()`](https://github.com/mattheath/base62/blob/master/base62.go#L138): ``` idx = strings.IndexRune(e.encode, v) ... c = int64(idx) * ... ``` `strings.IndexRune()` could [return `-1`](https://golang.org/pkg/strings/#IndexRune) here. Would...

Hi, I would like to package full-ack for Gentoo. Could you please tag a new release? The latest one seems to be a bit outdated.

Unfocus tag when clicking on focused tag again.

enhancement
ui

- [ ] Render checkboxes in markdown - [ ] Track progress and store in model and db - [ ] Render progress in record and calendar

enhancement
ui
storage
models

- [ ] Edit title -> leave it empty -> switch to another day -> return -> title is restored, but should be empty instead. - [x] Don't limit title...

bug
ui