-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: William Casarin <[email protected]>
- Loading branch information
Showing
8 changed files
with
663,066 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,262 @@ | ||
[ | ||
{ | ||
"issue": { | ||
"url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2", | ||
"repository_url": "https://api.github.com/repos/damus-io/nostrdb-rs", | ||
"labels_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/labels{/name}", | ||
"comments_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/comments", | ||
"events_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/events", | ||
"html_url": "https://github.com/damus-io/nostrdb-rs/issues/2", | ||
"id": 2133977381, | ||
"node_id": "I_kwDOK58y785_Mekl", | ||
"number": 2, | ||
"title": "Expose `tags` and `sig` methods for `Note`", | ||
"user": { | ||
"login": "yukibtc", | ||
"id": 117721214, | ||
"node_id": "U_kgDOBwRIfg", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/117721214?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/yukibtc", | ||
"html_url": "https://github.com/yukibtc", | ||
"followers_url": "https://api.github.com/users/yukibtc/followers", | ||
"following_url": "https://api.github.com/users/yukibtc/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/yukibtc/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/yukibtc/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/yukibtc/subscriptions", | ||
"organizations_url": "https://api.github.com/users/yukibtc/orgs", | ||
"repos_url": "https://api.github.com/users/yukibtc/repos", | ||
"events_url": "https://api.github.com/users/yukibtc/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/yukibtc/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"labels": [], | ||
"state": "open", | ||
"locked": false, | ||
"assignee": null, | ||
"assignees": [], | ||
"milestone": null, | ||
"comments": 1, | ||
"created_at": "2024-02-14T10:07:21Z", | ||
"updated_at": "2024-02-19T21:22:36Z", | ||
"closed_at": null, | ||
"author_association": "NONE", | ||
"active_lock_reason": null, | ||
"body": "Hey, I've started implementing the `NostrDatabase` trait for `nostrdb`, to allow to use it with the `nostr-sdk` (or sub-crate) but I noticed that the `Note` struct doesn't have `tags` and `sig` methods. \r\n\r\nhttps://github.com/rust-nostr/nostr/pull/292", | ||
"reactions": { | ||
"url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/reactions", | ||
"total_count": 0, | ||
"+1": 0, | ||
"-1": 0, | ||
"laugh": 0, | ||
"hooray": 0, | ||
"confused": 0, | ||
"heart": 0, | ||
"rocket": 0, | ||
"eyes": 0 | ||
}, | ||
"timeline_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/timeline", | ||
"performed_via_github_app": null, | ||
"state_reason": null | ||
} | ||
}, | ||
{ | ||
"issue": { | ||
"url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2", | ||
"repository_url": "https://api.github.com/repos/damus-io/nostrdb-rs", | ||
"labels_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/labels{/name}", | ||
"comments_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/comments", | ||
"events_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/events", | ||
"html_url": "https://github.com/damus-io/nostrdb-rs/issues/2", | ||
"id": 2133977381, | ||
"node_id": "I_kwDOK58y785_Mekl", | ||
"number": 2, | ||
"title": "Expose `tags` and `sig` methods for `Note`", | ||
"user": { | ||
"login": "yukibtc", | ||
"id": 117721214, | ||
"node_id": "U_kgDOBwRIfg", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/117721214?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/yukibtc", | ||
"html_url": "https://github.com/yukibtc", | ||
"followers_url": "https://api.github.com/users/yukibtc/followers", | ||
"following_url": "https://api.github.com/users/yukibtc/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/yukibtc/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/yukibtc/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/yukibtc/subscriptions", | ||
"organizations_url": "https://api.github.com/users/yukibtc/orgs", | ||
"repos_url": "https://api.github.com/users/yukibtc/repos", | ||
"events_url": "https://api.github.com/users/yukibtc/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/yukibtc/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"labels": [], | ||
"state": "open", | ||
"locked": false, | ||
"assignee": null, | ||
"assignees": [], | ||
"milestone": null, | ||
"comments": 1, | ||
"created_at": "2024-02-14T10:07:21Z", | ||
"updated_at": "2024-02-19T21:22:36Z", | ||
"closed_at": null, | ||
"author_association": "NONE", | ||
"active_lock_reason": null, | ||
"body": "Hey, I've started implementing the `NostrDatabase` trait for `nostrdb`, to allow to use it with the `nostr-sdk` (or sub-crate) but I noticed that the `Note` struct doesn't have `tags` and `sig` methods. \r\n\r\nhttps://github.com/rust-nostr/nostr/pull/292", | ||
"reactions": { | ||
"url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/reactions", | ||
"total_count": 0, | ||
"+1": 0, | ||
"-1": 0, | ||
"laugh": 0, | ||
"hooray": 0, | ||
"confused": 0, | ||
"heart": 0, | ||
"rocket": 0, | ||
"eyes": 0 | ||
}, | ||
"timeline_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/2/timeline", | ||
"performed_via_github_app": null, | ||
"state_reason": null | ||
}, | ||
"comment": { | ||
"user": "jb55", | ||
"created_at": "2024-02-19T21:22:35Z", | ||
"updated_at": "2024-02-19T21:22:35Z", | ||
"body": "On Wed, Feb 14, 2024 at 02:07:33AM -0800, Yuki Kishimoto wrote:\n>Hey, I've started implementing the `NostrDatabase` trait for `nostrdb`,\n>to allow to use it with the `nostr-sdk` (or sub-crate) but I noticed\n>that the `Note` struct doesn't have `tags` and `sig` methods.\n\nnot sure when I will get to this, I imagine soon since I will need to\naccess tags in notedeck.\n\n" | ||
} | ||
}, | ||
{ | ||
"issue": { | ||
"url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1", | ||
"repository_url": "https://api.github.com/repos/damus-io/nostrdb-rs", | ||
"labels_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/labels{/name}", | ||
"comments_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/comments", | ||
"events_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/events", | ||
"html_url": "https://github.com/damus-io/nostrdb-rs/issues/1", | ||
"id": 2069818738, | ||
"node_id": "I_kwDOK58y7857Xu1y", | ||
"number": 1, | ||
"title": "Usage missing in docs", | ||
"user": { | ||
"login": "eznix86", | ||
"id": 26553194, | ||
"node_id": "MDQ6VXNlcjI2NTUzMTk0", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/26553194?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/eznix86", | ||
"html_url": "https://github.com/eznix86", | ||
"followers_url": "https://api.github.com/users/eznix86/followers", | ||
"following_url": "https://api.github.com/users/eznix86/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/eznix86/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/eznix86/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/eznix86/subscriptions", | ||
"organizations_url": "https://api.github.com/users/eznix86/orgs", | ||
"repos_url": "https://api.github.com/users/eznix86/repos", | ||
"events_url": "https://api.github.com/users/eznix86/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/eznix86/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"labels": [], | ||
"state": "open", | ||
"locked": false, | ||
"assignee": null, | ||
"assignees": [], | ||
"milestone": null, | ||
"comments": 1, | ||
"created_at": "2024-01-08T06:46:35Z", | ||
"updated_at": "2024-01-08T08:11:36Z", | ||
"closed_at": null, | ||
"author_association": "NONE", | ||
"active_lock_reason": null, | ||
"body": "It would be nice if we had some usage docs for this lib.", | ||
"reactions": { | ||
"url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/reactions", | ||
"total_count": 0, | ||
"+1": 0, | ||
"-1": 0, | ||
"laugh": 0, | ||
"hooray": 0, | ||
"confused": 0, | ||
"heart": 0, | ||
"rocket": 0, | ||
"eyes": 0 | ||
}, | ||
"timeline_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/timeline", | ||
"performed_via_github_app": null, | ||
"state_reason": null | ||
} | ||
}, | ||
{ | ||
"issue": { | ||
"url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1", | ||
"repository_url": "https://api.github.com/repos/damus-io/nostrdb-rs", | ||
"labels_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/labels{/name}", | ||
"comments_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/comments", | ||
"events_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/events", | ||
"html_url": "https://github.com/damus-io/nostrdb-rs/issues/1", | ||
"id": 2069818738, | ||
"node_id": "I_kwDOK58y7857Xu1y", | ||
"number": 1, | ||
"title": "Usage missing in docs", | ||
"user": { | ||
"login": "eznix86", | ||
"id": 26553194, | ||
"node_id": "MDQ6VXNlcjI2NTUzMTk0", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/26553194?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/eznix86", | ||
"html_url": "https://github.com/eznix86", | ||
"followers_url": "https://api.github.com/users/eznix86/followers", | ||
"following_url": "https://api.github.com/users/eznix86/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/eznix86/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/eznix86/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/eznix86/subscriptions", | ||
"organizations_url": "https://api.github.com/users/eznix86/orgs", | ||
"repos_url": "https://api.github.com/users/eznix86/repos", | ||
"events_url": "https://api.github.com/users/eznix86/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/eznix86/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"labels": [], | ||
"state": "open", | ||
"locked": false, | ||
"assignee": null, | ||
"assignees": [], | ||
"milestone": null, | ||
"comments": 1, | ||
"created_at": "2024-01-08T06:46:35Z", | ||
"updated_at": "2024-01-08T08:11:36Z", | ||
"closed_at": null, | ||
"author_association": "NONE", | ||
"active_lock_reason": null, | ||
"body": "It would be nice if we had some usage docs for this lib.", | ||
"reactions": { | ||
"url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/reactions", | ||
"total_count": 0, | ||
"+1": 0, | ||
"-1": 0, | ||
"laugh": 0, | ||
"hooray": 0, | ||
"confused": 0, | ||
"heart": 0, | ||
"rocket": 0, | ||
"eyes": 0 | ||
}, | ||
"timeline_url": "https://api.github.com/repos/damus-io/nostrdb-rs/issues/1/timeline", | ||
"performed_via_github_app": null, | ||
"state_reason": null | ||
}, | ||
"comment": { | ||
"user": "jb55", | ||
"created_at": "2024-01-08T08:11:36Z", | ||
"updated_at": "2024-01-08T08:11:36Z", | ||
"body": "On Sun, Jan 07, 2024 at 10:46:45PM -0800, Bruno Bernard wrote:\n>It would be nice if we had some usage docs for this lib.\n\nIts a bit vague right now because the library is in early development\nand things are likely to change. Definitely once things start to\nsolidify a bit.\n\nI've only just barely begun to use it for damus android/notedeck and notecrumbs.\n" | ||
} | ||
} | ||
] |
Oops, something went wrong.