Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
smark pushed to smark/bubbletea at pomodoro/ChronoTomato 2024-10-31 11:11:58 +00:00
41e03785ee remove duplicate code + formatting
c41bafd6e1 fix remote quitting
Compare 2 commits »
smark created branch smark/bubbletea in pomodoro/ChronoTomato 2024-10-31 10:11:28 +00:00
smark pushed to smark/bubbletea at pomodoro/ChronoTomato 2024-10-31 10:11:28 +00:00
6cdaacf231 split into separate files
e442f16fb4 feat: use bubbletea framework
Compare 2 commits »
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 18:32:33 +00:00
9656db5335 feat: downgrade sendClientCommand() from method to function
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 16:44:58 +00:00
f19ab81dc8 doc: add and improve comments
smark opened issue pomodoro/ChronoTomato#11 2024-10-30 10:40:10 +00:00
Try to reconnect if server is gone
smark pushed to main at pomodoro/GoTomato 2024-10-30 10:31:01 +00:00
dd9490bb3b feat: bump version to v0.0.6
e7618b19ef feat: validate client settings and improve logging
Compare 2 commits »
smark released v0.0.6 at pomodoro/GoTomato 2024-10-30 10:30:39 +00:00
smark commented on issue pomodoro/GoTomato#8 2024-10-30 10:30:22 +00:00
Only accept positive integers for PomodoroConfig

closed by e7618b1

smark closed issue pomodoro/GoTomato#8 2024-10-30 10:30:22 +00:00
Only accept positive integers for PomodoroConfig
smark pushed tag v0.0.6 to pomodoro/GoTomato 2024-10-30 10:30:09 +00:00
smark commented on issue pomodoro/ChronoTomato#10 2024-10-30 10:04:17 +00:00
Add comments to code and models

closed by 3d633e6

smark closed issue pomodoro/ChronoTomato#10 2024-10-30 10:04:17 +00:00
Add comments to code and models
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 10:03:52 +00:00
3d633e6309 doc: add and improve comments
smark commented on issue pomodoro/GoTomato#7 2024-10-30 09:26:50 +00:00
Use Channels instead of shared.Message object

Das ist ein unlösbares Problem. Wir akzeptieren, dass wir eine globale Variable haben und es (aktuell) keine bessere Implementierung gibt.

Um das etwas zu verschönern, wurde shared.Message

smark closed issue pomodoro/GoTomato#7 2024-10-30 09:26:50 +00:00
Use Channels instead of shared.Message object
smark pushed to main at pomodoro/GoTomato 2024-10-30 09:20:48 +00:00
f4fd37c551 feat: update logging for client connect and disconnect
0ee955189c feat: update client management to use local address as identifier
Compare 2 commits »
smark pushed to main at pomodoro/GoTomato 2024-10-30 09:19:49 +00:00
f8a047abdf feat: update logging for client connect and disconnect
89751ee7ea feat: update client management
ebb58a4489 feat: rename Client model to WebsocketClient
Compare 3 commits »
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 08:52:47 +00:00
6187122b81 feat: refactor client methods
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 08:33:09 +00:00
480f1c0cdd feat: improve config file handling