Pavlo Remyhailo

Results 8 issues of Pavlo Remyhailo

I was thinking about more advanced queries and metadata, and some of them, along with some existing, are playing nicely with more traditional SQL syntax, but it could complicate writing...

**Describe the bug** Relevant stack trace snippet: ``` Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 6200 out of bounds for length 6200 at org.graalvm.visualvm.lib.jfluid.server.ProfilerRuntimeCPUFullInstr.methodEntry(ProfilerRuntimeCPUFullInstr.java:180) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:662) ``` Observed when connecting to local Spring...

bug

As soon as AudioSink converts `float` samples to `short`, can't all processing be rewritten using integer numbers to increase performance, or there is something that forces to use floats?

enhancement

I'm now working on implementing multistage multirate decimator, decimation selection and factorization are almost ready, will commit them soon, but I need to clarify how your pipeline exactly works right...

While developing the fork, I'm using libraries released under [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0) (right now it's GreenRobot's EventBus and will be using Dagger soon). The problem is, that Apache License...

If `FX.dicontainer` is set only from application entry point then it's not initialized upon View launch leading to `AssertionError` in delegates. It would come in handy to have an ability...

I can see from README, how to use token, it looks obvious, but I can't understand, how to save token from response header of my auth request. There is a...