Davis Tibbz

Results 13 issues of Davis Tibbz

- added my Udemy clone with live demo link. Fully functional

**Preconditions** (Any important steps we need to know) Saving JAVA Serialized Objects to redis. **Steps to reproduce** (How to reproduce what you found step by step) Simply create a Java...

bug

Can you make the GUI version cross platform? You could use the Fyne framework (written in go). Single page destop app. Checkout https://fyne.io

- Added some screenshot of the demo - Create specific extra CmakeFile for building macOS app bundle - Add build instructions in README.md - @abodelot Please review and merge if...

replace previous Make workflow, to now using CMake workflow

https://github.com/motyar/golangSocketChat/blob/7afef5bc7b2833cf409df07fbf6ff93e6181c50b/ws.go#L43 If the client disconnects, the app goes to infinite loop printing the above line. The solution is to add `return` after line 43. ```go //Broadcast message to all for...

- list all tech / major libs used. - list license - give direct links to the frameworks used - give links to references - make the page look cute

Remove it from global var

Awesome project! I noticed you are using git submodules to fetch dependencies inside vendor Dir. Sadly, This takes huge amounts time and disk-space because it forces user to download entire...