Jacob jacob
  • Joined on 2023-09-07
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-05-03 21:18:14 -04:00
10bceb55b8 chore: cargo lock
e219edb64b chore: move some dependencies to the workspace
da321db40b chore: remove unnecessary entries from .gitignore
cff48691ef feat(python-utils): a type that validates as the None Python type
089e96b99f chore(home-assistant): implement the revised light protocol
Compare 11 commits »
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-04-22 16:35:02 -04:00
de3ab27414 docs: readme and pull request template outlining how to contribute to this project while upholding the Unlicense
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-04-22 01:53:00 -04:00
c95d2f8d99 chore(home-assistant): no longer depend on chrono-tz
6e366a9c51 fix(home-assistant); activate arbitrary-value's needed pyo3 feature
d1daa0bc01 chore(entrypoint): no longer depend on chrono and chrono-tz
Compare 3 commits »
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-04-22 01:38:13 -04:00
cc51a262ae chore: Unlicense
78e4be3fd9 chore: allow the Unlicense
fb0ad50954 chore: allow some licenses
fb8fb38611 chore: init for cargo-deny
Compare 4 commits »
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-04-22 01:04:36 -04:00
61bb3519ca chore: resolve advisory that backoff is unmaintained
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-04-22 00:50:53 -04:00
536743a15d chore: depend on fewer tokio features because the dependencies that need them are declaring them themselves
2c8ece1168 fix: make the light protocols return a Send future, resolving the warning that async fn in trait definitions is discouraged
18a0776edb chore: update dependencies
1ca8acd21e style(arbitrary-value): rearrange dependencies
f8b269b6ce chore: extract python_utils and home-assistant to their own crates
Compare 13 commits »
jacob pushed to main at jacob/impersonation-game 2025-04-19 15:34:11 -04:00
d5705f7648 feat+fix: more emojis to break up walls of text
jacob pushed to main at jacob/impersonation-game 2025-04-17 00:23:43 -04:00
0625fd2fea feat: entire game (except the additional round I haven't designed yet, ability to change settings) implemented and ready for playtesting
jacob pushed to main at jacob/impersonation-game 2025-04-12 12:50:54 -04:00
adf44b66f8 chore: gitignore .env to prevent accidental commits
eba8822825 feat: implement a Discord bot using the Gateway API that listens for and responds to commands
492fe68c09 chore: add many useful crates as dependencies
Compare 3 commits »
jacob pushed to main at jacob/impersonation-game 2025-04-11 18:20:05 -04:00
52bbcbdb52 chore: gitignore the .history folder
3fbe49d8a7 chore: switch to Cargo workspace
Compare 2 commits »
jacob pushed to main at jacob/impersonation-game 2025-04-11 18:17:00 -04:00
1f442fdf5c chore: initial commit
jacob pushed to main at jacob/impersonation-game 2025-04-11 18:14:35 -04:00
d930286adc chore: cargo init
jacob pushed to main at jacob/impersonation-game 2025-04-11 18:13:36 -04:00
140231055e chore: cargo init
jacob created repository jacob/impersonation-game 2025-04-11 18:12:26 -04:00
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-04-02 16:32:10 -04:00
ead3c6e4a9 feat: implement IntoPyObject for HomeAssistant
04f9aa24cf feat: implement IntoPyObject for EntityId
70dda580ee chore: take Python<'_> as a parameter instead of &Python
7b2ebc5fe9 feat: initial store implementation
Compare 4 commits »
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-03-17 21:49:41 -04:00
a25079c813 chore: upgrade to pyo3 0.24 now that pyo3-async-runtimes supports it
c127e478b8 feat: tracing to the Home Assistant logger
Compare 2 commits »
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-03-17 15:48:41 -04:00
2a99e67d7c feat: log the datetime the crate was built to prevent confusion
530a73d00e chore: enable pyo3's chrono-tz feature (so that datetimes with a dynamic timezone implement IntoPyObject)
8099e5b8cd feat: HassLogger
70c2380d0c feat: IntoPyObject implementations for arbitrary types
25f1554870 fix: allow numbers in object IDs
Compare 6 commits »
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-03-13 16:16:46 -04:00
916b53d242 chore: clean up unused imports
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-03-13 16:15:53 -04:00
28ad5d7345 feat: static Attributes type
jacob pushed to main at jacob/smart-home-in-rust-with-home-a… 2025-03-13 16:02:42 -04:00
d9960a1650 chore: version 0.2.0 (bumping it makes me feel like I'm making progress)
95b7f38fc1 feat: static Event and Context types
Compare 2 commits »