raul pushed to main at raul/golang-exercises 2024-04-15 09:00:49 +02:00
313d22fd64 Add select-buttons exercise
raul pushed to main at raul/golang-exercises 2024-04-15 08:30:14 +02:00
7c73e03d60 Practicing methods
raul pushed to main at raul/mini-chat 2024-04-14 10:13:21 +02:00
3759701e22 Update README.md
raul pushed tag v1.0.4 to raul/mini-chat 2024-04-14 10:07:52 +02:00
raul pushed to main at raul/mini-chat 2024-04-14 10:05:02 +02:00
2a3bd788f8 Merge pull request 'Final PR' from testing into main
cec33907b7 Removed currentUsers view
c85fa5b031 Fixed catastrophic memory leak in client
ca10bc4284 Implement Gocui UI into mini-chat client
75dac0ccef Attempt to clean up server codebase
Compare 10 commits »
raul merged pull request raul/mini-chat#1 2024-04-14 10:05:00 +02:00
Final PR
raul created pull request raul/mini-chat#1 2024-04-14 10:00:08 +02:00
Final PR
raul pushed tag v1.0.3 to raul/mini-chat 2024-04-14 09:56:35 +02:00
raul pushed to testing at raul/mini-chat 2024-04-14 09:49:28 +02:00
cec33907b7 Removed currentUsers view
raul pushed to testing at raul/mini-chat 2024-04-14 09:30:02 +02:00
c85fa5b031 Fixed catastrophic memory leak in client
raul pushed tag v1.0.2 to raul/mini-chat 2024-04-14 09:11:56 +02:00
raul pushed to testing at raul/mini-chat 2024-04-13 13:12:05 +02:00
ca10bc4284 Implement Gocui UI into mini-chat client
raul pushed to testing at raul/mini-chat 2024-04-13 13:08:46 +02:00
75dac0ccef Attempt to clean up server codebase
raul pushed to testing at raul/mini-chat 2024-04-13 13:07:55 +02:00
678244d289 Update dependencies
raul pushed to testing at raul/mini-chat 2024-04-12 12:00:41 +02:00
c4fb5606f6 Testing sending messages to server from client
6599c66abb Add ui.go file
Compare 2 commits »
raul pushed to testing at raul/mini-chat 2024-04-12 08:56:01 +02:00
39c2dde016 Update dependencies
raul pushed to main at raul/golang-exercises 2024-04-12 08:37:51 +02:00
3921e103a5 Add "Connected users" view
raul pushed to main at raul/golang-exercises 2024-04-12 08:22:10 +02:00
ae2477dc77 Clean up tcell exercise
raul pushed to main at raul/golang-exercises 2024-04-11 15:19:33 +02:00
ac3ded6e9a Add error handling to WASD inputs
raul pushed to main at raul/golang-exercises 2024-04-11 08:42:18 +02:00
3eacb27315 Added wasd-game exercise