Zacharias Knudsen

Results 60 comments of Zacharias Knudsen
trafficstars

I made a pull request for this (#115) a couple of years ago.

[`BigInt` support has landed in Safari.](https://caniuse.com/bigint) Any thoughts on the PR?

@MeghaB no I am only using the reCAPTCHA and Firebase JS SDK. Following the [phone auth docs](https://firebase.google.com/docs/auth/web/phone-auth) this is the simplest implementation I could come up with. ```js const recaptchaRef...

Thanks, good catch! We definitely need an assert there.

This will be covered when v4 is released. Thanks!

Oh that's bad. I should probably remove the latest releases from pgxn until I figure out how to locate and migrate existing data. Any ideas?

Status on this is I have been unable to find a way to migrate data from pass-by-reference to pass-by-value. We have kept the release up, however, which means updating could...

Yes those are exactly the things I need. The only problem was that I couldn't figure out a way to install `h3Index.h` alongside `h3api.h`, and I would like to support...

Unless it is on by default I cannot assume existence of `h3Index.h` even if `h3` is already installed on the system. For example on Arch Linux `h3` might have been...

Would you accept a PR moving some of the macros into `h3api.h`?