Jani Simomaa

Results 15 comments of Jani Simomaa

https://github.com/locationtech/jts/issues/777#issuecomment-957982515 Any plans on merging this PR?

I've also got the dump file if that is of any help?

I created a PR that should fix this issue as PDFBox v3 has been released

Hi @Zyie, could you review this PR? Thanks!

Any comments if this actually is a bug and can be fixed with the solution below: ```javascript function insertBefore(parent, child, beforeChild) { invariant(child !== beforeChild, 'pixi-react: PixiFiber cannot insert node...

It seems like the development of this project halted after it [become an official PixiJS package](https://github.com/pixijs/pixi-react/commit/99ce714981584928e0ae9e3e30f5e9d451c7c10b). It would be nice to get some kind of a comment from the PixiJS...

Hi @Zyie Thank you for a quick response! Nice to hear that this React package is still maintained and will be brought up to speed with the v8! I'll submit...

Hi @Zyie please see this PR: https://github.com/pixijs/pixi-react/pull/470 Thanks

I also encountered this with the following configuration: ```terraform locals { controller_ips = ["1.1.1.1"] controller_names = ["controller01"] } resource "flexkube_pki" "pki" { etcd { peers = zipmap(local.controller_names, local.controller_ips) servers =...

> Hi > > Thank you for PR. Do you need help to make all tests pass? > > In addition, did you test other algorithm for binary table? I'm...