notplants
notplants created branch testserve in PeachCloud/peach-workspace 2022-07-18 12:43:01 +00:00
notplants pushed to testserve at PeachCloud/peach-workspace 2022-07-18 12:43:01 +00:00
b503fca8ce testserve
notplants merged pull request golgi-ssb/golgi#51 2022-07-16 05:57:37 +00:00
Change sbot::init to not panic and instead return an error
notplants pushed to main at golgi-ssb/golgi 2022-07-16 05:57:37 +00:00
3c37297018 Merge pull request 'Change sbot::init to not panic and instead return an error' (#51) from no-panic into main
b24f2e4a06 Combine Sbot and SbotInit errors
48beb4a2e5 Merge branch 'main' of https://git.coopcloud.tech/glyph/golgi into new-rexport
e9667a57be Change sbot::init to not panic and instead return an error
Compare 4 commits »
notplants deleted branch no-panic from golgi-ssb/golgi 2022-07-16 05:57:37 +00:00
notplants pushed to wait-for-sbot at PeachCloud/peach-workspace 2022-07-15 09:37:09 +00:00
03ac890793 Cargo fmt
notplants pushed to wait-for-sbot at PeachCloud/peach-workspace 2022-07-15 09:35:51 +00:00
bc0c0fca7f Sequential match statements
notplants commented on pull request PeachCloud/peach-workspace#131 2022-07-15 09:26:16 +00:00
Add wait-for-sbot to peach-config

if you only want to unwrap Ok, then i'd use an if let

nice to have clarity on when to use this, that makes sense!

i removed sbot_is_running and instead used a break to exit the loop.…

notplants pushed to no-panic at golgi-ssb/golgi 2022-07-15 09:17:15 +00:00
b24f2e4a06 Combine Sbot and SbotInit errors
notplants commented on pull request golgi-ssb/golgi#51 2022-07-15 09:13:20 +00:00
Change sbot::init to not panic and instead return an error

in this case I separated them initially because the Sbot error type said "sbot returned an error response", which is not technically what these sbot intialization errors are. so I changed that…

notplants commented on pull request golgi-ssb/golgi#51 2022-07-15 09:07:32 +00:00
Change sbot::init to not panic and instead return an error

Agreed I like having fewer variants too. Even having more generic error types, and using the string "message" within the error for giving more details, could even help debug, such that the the…

notplants commented on pull request PeachCloud/peach-workspace#132 2022-07-15 09:01:09 +00:00
Update go-sbot systemctl commands (remove --user)

LG!

notplants commented on pull request PeachCloud/peach-workspace#131 2022-07-12 11:33:15 +00:00
Add wait-for-sbot to peach-config

thanks @mikey! much appreciated. I will comment in more detail later, but I've learned a bunch from these comments, thanks.

notplants created pull request golgi-ssb/golgi#51 2022-07-12 11:14:48 +00:00
Change sbot::init to not panic and instead return an error
notplants created branch no-panic in golgi-ssb/golgi 2022-07-12 11:13:59 +00:00
notplants pushed to no-panic at golgi-ssb/golgi 2022-07-12 11:13:59 +00:00
48beb4a2e5 Merge branch 'main' of https://git.coopcloud.tech/glyph/golgi into new-rexport
e9667a57be Change sbot::init to not panic and instead return an error
Compare 2 commits »
notplants pushed to wait-for-sbot at PeachCloud/peach-workspace 2022-07-12 10:29:51 +00:00
fc50bb5ee5 Cargo fmt
notplants created pull request PeachCloud/peach-workspace#131 2022-07-12 10:21:43 +00:00
Add wait-for-sbot to peach-config
notplants pushed to wait-for-sbot at PeachCloud/peach-workspace 2022-07-12 10:19:06 +00:00
29f5ad0e84 Wait for sbot is working
cb09d6c3e9 Wait for sbot
Compare 2 commits »
notplants created branch wait-for-sbot in PeachCloud/peach-workspace 2022-07-12 10:19:04 +00:00