kernelkind

Results 51 comments of kernelkind

User can input a login key: - pubkey (bech32 or hex) - private key (bech32 or hex) - nip05 address After inputting a valid key, the user can see a...

Will be closed by https://groups.google.com/a/damus.io/g/patches/c/Q2MoZyuIiLs/m/zjYzGqCLAAAJ

@jb55 see https://github.com/damus-io/notedeck/issues/867

> isn't this just a duplicate of #137 ? yeah pretty much, I wanted to generalize the issue a bit but I didn't want to hijack it because then your...

I don't think we need a bookmarks button in the side bar, just make it a new column. I don't think nostrdb supports replaceable events yet FYI, but this should...

Local bookmarks that aren't stored in ndb would technically work I think, but I wouldn't suggest doing it that way. It would be best if they were stored in ndb,...

is this fixed? I can't find any notes in the future

The thing in the pink box is the back button to the previous view. @robagreda maybe we need to think of a better design so this is more obvious to...

I added the following to `.config/semgrep.yaml`: ``` - id: ban-unwrap languages: - rust message: 'Using .unwrap() is banned. Consider using .expect() instead.' patterns: - pattern: $X.unwrap() severity: WARNING ``` Here...

> Could we enforce this within certain subdirectories? Yep, super easy with `semgrep`