Sebastian Pietras

Results 6 issues of Sebastian Pietras

As far as I understand, Bazel by default [provides an embedded JDK]( https://docs.bazel.build/versions/master/bazel-and-java.html#configuring-the-jdk) (or at least some rules to get it), so we don't have to have one locally. ```rules_jvm_external```...

type: feature request

If I understand correctly, `useEffect` without any dependencies will be fired on each rerender. If that's the case then we would do unnecessary calls to Kratos, because `useEffect` will be...

Methods that use `_stream_unary` work correctly when I use any iterable that is not empty. However, I noticed that when I try to pass any empty iterable (an empty list...

bug

- `_stream_unary` now sends request first, so even if iterable is empty, the request is sent - Added tests to check if `stream_unary` and `stream_stream` methods work with empty iterables...

There is now React 17 and even 18, but the constraint is still for 16: https://github.com/ShavaShav/react-native-midi/blob/2e7f925022e9d316ffaa196c7d54907e360332d5/package.json#L29

Now we have only one test: it's calling the rules with standard arguments and checks if all packages were installed correctly. But as we grow, new arguments are added to...

feature
cleanup