Syed Gillani

Results 7 issues of Syed Gillani

Hi, Sorry for opening such and issue. However, I was interested if its possible to generate Morton code for n-dimesnsions using the precomputed tables. That is, generating such tables for...

enhancement

Hi, I was testing it with the Yahoo finance website, however, it's unable to get the text. For example, this post data is not parsed and I get the empty...

Hi, I'd love to use this awsome library with the native graalVM support. Currently I'm fixing the similar issue as described [here](https://github.com/oracle/graal/issues/1074). Following are my error logs: ```Error: No instances...

Hi, Even if there is TLS options available in `kafka.ConsumerConfig`. It's not taken into account for sarama config. This requires a patch in `newConsumerBuilder` and `buildOptions` function: `if config.TLSConfig !=...

Hi, By looking at the code, it seems quite an interesting project. However, the lack of documentation and examples makes it quite impossible to use. Can you please update the...

enhancement

Hi, I can send the Data Push join message and receive and parse its response correctly with correct mic. However, when it tries to save the session I get the...

Hi, It's quite an interesting and useful library. In the low-level world we need to play with bits and bytes. Therefore, it'd be nice to have a Blob comparison support...