Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
smark pushed to main at pomodoro/GoTomato 2024-10-30 06:38:01 +00:00
83a3a3b052 doc: add and improve comments
smark commented on issue pomodoro/GoTomato#11 2024-10-29 22:47:22 +00:00
Is client.Mutex still needed?

Momentan wird die Funktion nur im Broadcast aufgerufen:

		for _, client := range Clients {
			err := client.SendMessage(websocket.TextMessage, jsonMessage)
			if err != nil {
				log.Err…
smark opened issue pomodoro/GoTomato#11 2024-10-29 22:46:45 +00:00
Is client.Mutex still needed?
smark opened issue pomodoro/GoTomato#9 2024-10-29 22:20:42 +00:00
Make timer.Start() a goroutine
smark opened issue pomodoro/ChronoTomato#10 2024-10-29 20:41:16 +00:00
Add comments to code and models
smark commented on issue pomodoro/ChronoTomato#1 2024-10-29 19:22:46 +00:00
Application does not exit on websocket close

fixed by f1071f3

smark closed issue pomodoro/ChronoTomato#1 2024-10-29 19:22:46 +00:00
Application does not exit on websocket close
smark pushed to main at pomodoro/ChronoTomato 2024-10-29 19:22:30 +00:00
f1071f33c6 feat: update keyboard handling to use new library
smark pushed to main at pomodoro/GoTomato 2024-10-29 19:21:06 +00:00
d83acc77b2 refactor: rename HandleConnections to HandleConnection
smark pushed to main at pomodoro/ChronoTomato 2024-10-29 19:14:53 +00:00
ea9f57964e feat: update keyboard handling to use new library
smark pushed to main at pomodoro/ChronoTomato 2024-10-29 18:42:03 +00:00
5f65b9aa56 fix: make ServerMessage channel unbuffered
7459379950 doc: remove outdated TODO comments
Compare 2 commits »
smark pushed to main at pomodoro/GoTomato 2024-10-29 17:49:33 +00:00
cb1ef6c897 refactor: rename HandleConnections to HandleConnection
smark pushed to main at pomodoro/GoTomato 2024-10-29 17:46:54 +00:00
b8823acc97 refacor: replace shared.Message with shared.State
smark pushed to main at k8s/baseline 2024-10-29 10:44:52 +00:00
7cf38b8ec6 chore: update dependency k3s-io/k3s to v1.31.2+k3s1
smark deleted branch renovate/k3s-io-k3s-1.x from k8s/baseline 2024-10-29 10:44:52 +00:00
smark merged pull request k8s/baseline#175 2024-10-29 10:44:51 +00:00
chore: update dependency k3s-io/k3s to v1.31.2+k3s1
smark pushed tag v0.0.4 to pomodoro/GoTomato 2024-10-29 10:07:13 +00:00
smark pushed to main at pomodoro/GoTomato 2024-10-29 10:07:07 +00:00
5750ec96cb refactor: update version output
d69a4bec10 format: use group style variable declaration to define cli flags
e2ab19066d format: update import statements order for consistency
3a6be4c187 feat: update settings handling for pomodoro configuration
f0d7dc80fc feat: update protocol version handling
Compare 6 commits »
smark opened issue pomodoro/GoTomato#8 2024-10-28 10:00:07 +00:00
Only accept positive integers for PomodoroConfig
smark pushed to main at pomodoro/GoTomato 2024-10-28 09:42:10 +00:00
f0ba6396b7 refactor: update version output