upstream backend changes from jocalsend - #1
Merged
Merged
Conversation
See https://git.kittencollective.com/nebkor/joecalsend for a full TUI application using it.
nebkor
commented
Aug 9, 2025
| chrono = "0.4" | ||
| directories = "6" | ||
| figment = { version = "0.10", features = ["toml", "test", "env"] } | ||
| julid-rs = { version = "1", default-features = false, features = ["serde"] } |
Contributor
Author
There was a problem hiding this comment.
ditching UUIDs for Julids means that things like sessions are sortable
Owner
|
Hi, thank you for taking the time to make a PR. This looks great, I appreciate the support for my very badly put together library. |
Contributor
Author
my pleasure, thanks for putting something together in the first place! I made a couple other changes in my fork that aren't here, that made a big difference:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds:
native_notifications; events are sent over MPSC channels that any front-end UI can react to as they wish)See https://git.kittencollective.com/nebkor/joecalsend for a full TUI application using it.
I know this is a massive change, so feel free to turn it down :) I needed to make most of these changes to support my TUI client already, so my needs are met (I've effectively forked your original code; this is the cleaned-up version of that, stripped of the frontend stuff I added).
I will also note that I did not use any AI for this.