ratcash

Results 18 issues of ratcash

Building fails: ``` Running transaction Installing : file-5.11-33.el7.x86_64 1/2 su: cannot open session: Permission denied [SEVERE] The su command is not configured properly or the oracle user does not have...

documentation

Disruptor is a high-performance IPC and buffering solution. Using Disruptor may yield an even higher performance and lower latency. https://lmax-exchange.github.io/disruptor/

Sicne this board has a li-pol charger, i was wondering, if it's possible to retrieve the charge status (charging/not charging) and also, how to retrieve the current battery percentage/level using...

Flyweights are mutable by nature. However, sometimes it is quite handy to make them 'frozen' or immutable. For this reason, we could be adding a method like `copy()` like below...

code ported to work with @ChubbyAnt 's master branch. Tested on Manjaro Linux with a 5.6.12 kernel on a Thinkpad with a Samsung 970 EVO Plus.

Netbeans 11 has not built-in support for gradle. It would be great if you could make this plugin play nice with Netbeans 11 and release a build for the plugin...

Setting up an Aeron client (1.44.1) instance with `.useConductorAgentInvoker(true)` and pass it to Archive, like: ```java Archive.launch( new Archive.Context() .aeron(aeron) ... ) ``` may results in the following exception: ```...

### Description original ticket: https://issues.apache.org/jira/browse/NETBEANS-6041 Given a test class like: ```java import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; public class SampleTest { @Test public void testMyMethod1() { System.out.println("write this"); } @Nested class NestedClass...

Gradle
Maven
kind:feature
tests