Idan Sheinberg
Idan Sheinberg
Using Edimax AC600 USB on Dell XPS 9560, I'm getting the final errors when trying to load the driver: ``` 8812au: loading out-of-tree module taints kernel. [ 246.069510] 8812au: module...
When using `TransactionalIndexedCollection` and running queries using `retrieve(...)`, one needs to save the `ResultSet` in a temporary variable so we can close it later, otherwise the `readLock` remains held. We...
Your following extension `NonBSGenericDatumWriter` of `GenericDatumWriter` ignores proper support for AVRO's `LogicalType.Decimal` (not calling `Conversions.DecimalConversion`) when dealing with `BigDecimal` types. A possible fix (inside `NonBSGenericDatumWriter`) might be: ```java case BYTES:...
Today, QF/J supports only fix width encoding US-ASCII or ISO-8859-1 Charset in order to both ensure compatibility with QF bindings in other languages, and to allow for an expected behavior...
The current curator version is obsolete by now. sever New ZK versions have been out for several years. Any plans of upgrading the driver? I'm willing to provide a PR,...
Hi I'm aware of https://github.com/puniverse/comsat/issues/7 However , I also found this https://github.com/circlespainter/quasar-redis-example @circlespainter / @pron amazing work. What is the plan to merge the 'redis' branch to the master and...
Hello I've recently implemented SSI read support as a set of FIRMATA extension messages. I was wondering if that's something that could be of interest to the community/maintainer of this...
Hi. First of all, thank you for all of your hard work and effort in putting this library together. A few things: 1) Is this project alive and actively maintained?...
So, first of all, let me begin by acknowledging all of your hard work and effort in maintaining this library. Amazing stuff :clap: To the point, it seems GeometryFixer algorithm...
Hi all We are using Tegola in front of PostGIS, and encounter empty tiles, from time to time. While it can be debated whether or not empty tiles should be...