Viktor Szathmáry
Viktor Szathmáry
### Version 1.86.10 ### What part of the binding has gaps? implot ### What is missing? The `yref` parameter is declared as `int` in `PlotShaded` methods, but should be `double`.
**Describe the bug** When accessing files in local filesystem with `:` in their name, a `java.net.URISyntaxException` is thrown. **To Reproduce** ``` apache drill> SELECT * FROM dfs.`/foo/meta_2022-12-19_16:00:00.csv`; Error: VALIDATION ERROR:...
Would be nice to have an `asFloat` method, similar to `asDouble`
#### Describe the feature Facilitate processing multiple available messages from a websocket in a batch. A possible solution is to provide a read completion event which indicates that all currently...
**Classification** * I have an idea - am looking for teammates! **Project Idea** Build UI components and an Ethereum smart contract that supports donation matching. A charity (and others) should...
Performance of string handling methods, such as `ImGui.text` or `ImGui.calcTextSize` etc could be improved by avoiding copying using JNI `GetStringCritical` instead of `GetStringUTFChars`. This copying can be quite an overhead...
Create an Augmint transfer dialog that publishes signed `delegatedTransfer` messages to an IPFS pubsub topic.
We should only worry about zero ETH balance at recipient if it's a plain address. ``` const code = web3.eth.getCode(address); const isPlainAddress = code === '0x'; ```