haphut
haphut
**Describe the bug** When pinching, the map often pans unexpectedly and sometimes at considerable speed. The user gets confused about why the map moved and what the viewport ends up...
The current Neon onboarding starts by a suggestion to import my data. Yet as far as I can see, all of the current Neon documentation guides developers to use unencrypted...
denoland/setup-deno@v1 was published recently and is used in the README.md of the action: https://github.com/denoland/setup-deno/blob/4a4e59637fa62bd6c086a216c7e4c5b457ea9e79/README.md We should use it, too.
The C++ client does not seem to use the property `type`. Yet [it has been marked as required](https://github.com/apache/pulsar-client-node/blob/f696d2fd958b702122ca7a21f84642ea855ec25d/index.d.ts#L180). Please verify whether it is actually required and make it optional if...
First off, thank you for all the development you do on Pulsar! :smile: ### Motivation When combining data from two Consumers by event timestamps and the topics have significant backlog,...
I'd like to do something like this: ```js const values = cache.keys().map((key) => cache.get(key)); ``` Based on the documentation, I expect: - that `values` does not contain any `null`s if...