Yurii Rashkovskii

Results 150 issues of Yurii Rashkovskii

And we're using the same name for es4j for naming maven artifacts and package names, which might make it more difficult to assign proper naming to other solutions. Proposed solution...

In Kotlin, `as` is a reserved keyword, and leads to this: ```kotlin @JvmField var X = SimpleIndex.`as` { o: TestEntity -> o.x } ``` as opposed to ```kotlin @JvmField var...

It is, however, still very desirable to detect parameter names. `@ParameterName` is one possible workaround, but it is a bit verbose. Proposed solution: In some cases, it might be possible...

Querying for things like: * latest (as in, biggest TIMESTAMP) event for a certain scope (say, reference=R1) * sum/avg/max/min for a certain scope (say, reference=R1) is quite expensive as it...

enhancement
help wanted
optimization

In certain aspects, we are starting to outgrow cqengine, the indexing engine behind es4j and one day we'll likely need our own indexing engine. cqengine was a great way to...

enhancement
help wanted

According to a report by @bsrk, and subsequent verification, Scala does not support static fields in classes. It does have companion objects, however, since Scala does not consider it a...

help wanted

Writing tests for es4j-powered apps is always a little bit of a hassle. To list a few issues: - making sure every test gets the proper clean slate setup -...

help wanted

When using something like a remote SQL database for indexing, we often rely on the fact that we might not be consuming the entire ResultSet to achieve a better performance...

optimization

This makes it very to make a mistake when configuring the bridge and have failing transactions as a result. Solution: use `eth.estimateGas` call for every transaction Configuration values for `gas`...

in progress