Joel Mun
Joel Mun
I was reading through the book and I found that it's been almost 1 or 2 years since the last substantial commit was done on [this documentation on Number](https://github.com/basarat/typescript-book/blob/master/docs/javascript/number.md). If...
Hello, thank you for making this awesome library! I just have a question related to **the usage of this library with Storybook.** I am using svelte with storybook, and it...
Hi, thank you for your great work on this project. I just want to suggest a very minor improvement. I want to use `TaskFunctionArguments` like so: ```ts await cluster.task(async ({...
Hi, thank you for creating such a great tool. I've got this command: ```bash ffuf -t 100 -w domains.txt:D -w wordlist.txt:W -u https://D/W -o output.csv -of csv -mc all ```...
Hi, thank you for writing such a useful library. I got one little thing to suggest so I dropped by here. I have upgraded with the following versions by running...
#### Description When `notion-client` sometimes encounters an error after requesting Notion pages, it prints the error with `console.log` or `console.error`. While it may be a good idea to print them...
### Description `isInstance` type definition could be improved. Currently the type definition is as follows: ```ts export declare function isInstance(object: unknown, targetTypeConstructor: new (...args: any[]) => any): boolean; ``` However...
Hi, I'm looking into the 'tx' RPC method at https://xrpl.org/tx.html#tx but I can't find whether meta field contained in the response is always missing until the corresponding transaction is validated...
**Is your feature request related to a problem? Please describe.** Hi, I'm Joel from @zkLend. As you might already know, the current version of Starkgate frontend and backend does not...
Hi, thank you for writing such a useful library. I got one little thing to suggest so I dropped by here. I have upgraded with the following versions by running...