William Casarin
William Casarin
> No, Primal doesn't broadcast the original note on reply. @jb55 are you broadcasting the root note as well as the note that is being replied to? not the root,...
On Mon, Apr 15, 2024 at 09:46:24AM GMT, alltheseas wrote: >## user story > >As a nostr app dev who has strong preferences on app specific choices, I would love...
ideally we would fix it instead
On Tue, Jul 04, 2023 at 05:20:20PM -0700, neil saitug wrote: >Is that ok if it’s encased in quotes? I should have read the underlying >routine… you would need to...
On Tue, Jul 04, 2023 at 07:09:40PM -0400, niftynei wrote: >turn the type from int to string -> print directly to CLN > >Closes: https://github.com/jb55/lnsocket/pull/22 >--- > commando.c | 7...
On Thu, Nov 30, 2023 at 11:32:51AM -0800, neil saitug wrote: >> Is this still a number? > >I think any string is valid now? Yeah it definitely breaks the...
On Tue, Jul 04, 2023 at 06:30:50PM -0400, niftynei wrote: >diff --git a/go/lnsocket.go b/go/lnsocket.go >index 7947866..7083e09 100644 >--- a/go/lnsocket.go >+++ b/go/lnsocket.go >@@ -57,7 +57,9 @@ func (msg *CommandoMsg) Encode(buf *bytes.Buffer,...
yes this is the problem, it can only be used in a vanilla-js context atm
On Thu, Jul 21, 2022 at 10:12:43PM -0700, Aaron wrote: >Let me know if there is anything I can do to help with getting this working with JS bundlers. At...
yes this will be easy to add and why there is a generate_key step. I planned on having a set_key function as well. I haven't had the need for it...