Nirmal Thacker
Nirmal Thacker
**Is your feature request related to a problem? Please describe.** I'd like to be able to use thunderhub to teach/onboard folks onto bitcoin lightning network. Using real sats is far...
Like this project a lot Interested in: 1. Set a character length for the generated words 2. Ignore or generate specific prefix/suffix words Can you point me to the code...
I have recently started hitting the below segmentation fault on a 3 node consul-alerts cluster, often. I am using consul-alerts version 0.5.0 It is unclear what might be causing it...
1. Start sparrow with -n signet -l DEBUG, there is currently one unconfirmed txn that is waiting indefinitely in the mempool since its fee is lower than allowed. This is...
License?
Hi, whats the License on this project?
This is really well implemented. One feature request I can see here is microphone access to talk with participants.
Hi, thanks for making this library - pretty cool! I'm trying to modify the llama3-70b notebook to llama3-8b and hit the out of range when setting the layer ranges to...
The SDK could benefit from some convenience methods that encapsulate common usage patterns, such as: ``` // Localize a simple key-value map async localizeSimpleMap( map: Record, params: Z.infer ): Promise...
For long-running operations, the SDK could support the standard Abort Controller API to allow consumers to cancel operations: ``` async localizeText( text: string, params: Z.infer, progressCallback?: (progress: number) => void,...
In `config.ts`, when validation fails, error messages could be more descriptive to help users troubleshoot configuration issues. The error handling in the `parse` method could provide more context about what...