tazle

Results 10 issues of tazle

It appears that when an Observable produced using RxJavaCallAdapterFactory gets adapted to a Single with `toSingle()`, the resulting Single doesn't obey Single's contract of throwing *OnErrorNotImplementedException* if the Single emits...

Hi, You seem to have vendored some commons-lang3 code under https://github.com/networknt/json-schema-validator/tree/master/src/main/java/com/networknt/schema/format, presumably for a good reason. The code is licensed under Apache-2.0 license, so to distribute it, or its derivative...

Example code: ``` arrayExtractedFromValue = value.getArray(); if (doSomeChecks(value) && arrayExtractedFromValue[0] == 1) { doStruff(); } ``` ``` private static boolean doSomeChecks(MyType value) { return value.getArray().length > 0; } ``` SEO...

We noticed that the woodstox binary JARs include (parts of?) several projects that do not seem to be licensed under the Apache-2.0 license. The [comments in pom.xml](https://github.com/FasterXML/woodstox/blob/woodstox-core-6.2.6/pom.xml#L100-L128) make me wonder...

pr-welcome

Hello. Currently it's rather difficult to know if compilation succeeded or failed - one would have to parse the output, which makes using jcoffeescript in a build scripts rather difficult....

The network used (172.12.8.0) is not a private network according to RFC 1918. The example should use a private network instead.

It seems that whoever owned demon.fi has let it expire, and it has been acquired by some casino-oriented domain squatter. The blog post links (to clb.demon.fi) in README.txt are therefore...

net_rabbitmq_basic_return increases refcount on the callback passed in, but nothing ever decreases it.

After some trial and error, I managed to build something that looks like `pyheap_dump` using `make dist` under *pyheap/*. However, when I run it, I get: ``` $ python3 dist/pyheap_dump...