Alex Leung
Alex Leung
There should be an internal map from item reference to item's index, remove the item, then heapify. Current implementation searches through the entire heap array for the element.
**Is your feature request related to a problem? Please describe.** Trying to write client code which queries a graphql server whose resolvers and types were defined using `type-graphql`. _I'm building...
### Submitting - [ ] Bug - [x] Question - [x] Suggestion - [ ] Other ### Details I would like a way to programmatically stop the server. Usually this...
It would be nice if the Deno standard library had QUIC protocol support out-of-the-box, implemented in Rust underneath. QUIC will likely be the UDP-based alternative to TCP used as the...
## Environment data `dotnet --info` output: ``` .NET Command Line Tools (2.0.2) Product Information: Version: 2.0.2 Commit SHA-1 hash: a04b4bf512 Runtime Environment: OS Name: Windows OS Version: 10.0.15063 OS Platform:...
- [x] Review the documentation: https://clerk.com/docs - [x] Search for existing issues: https://github.com/clerkinc/javascript/issues - [x] Go through package changelog files. - [ ] Provide the Frontend API key from your...
There are circumstances where we want to validate use input and only allow the input string to be added to the multivalue if the user input is valid. Perhaps in...
I instruct Zombie to visit a page which has the following code: ``` fetch('http://localhost:8000/', { body: body, method: 'post', headers: new Headers({ 'Content-Type': 'text/plain' }) }).then(function (res) {return true; });...
I've written an npm CLI for setting up a repo like this one. Anyone who sees it please try it out and give me some feedback! https://www.npmjs.com/package/@isomorphic-typescript/ts-monorepo
I noticed the default cache size is 100. What's the rationale there? Shouldn't this be able to potentially hold thousands of entries without any notable impact on memory? https://github.com/tcollinsworth/axios-cached-dns-resolve/blob/e5d90cf3e024f80e3e19a9e6a5555653f9000898/axios-cached-dns-resolve.js#L19 Separately,...