Christof Schulze

Results 106 comments of Christof Schulze

Thanks for being open about it. In all fairness towards the initial feedback, I only set up the default board and did not customize it. It was only after the...

tbh I quite like that this is just a whiteboard. This allows the user to open their favorite chat app in the window next to it while not diluting development...

@Tmktahu How did your project go? Did you ever get zooming/panning to work?

zooming is great to get an infinite whiteboard however it mey lead to the content being too small. So to make an infinite whiteboard usable, a panning feature is required.

with master (not with version 1.6) you could build a command similar to ``` find . -type f ./savedBoards -mtime +15 -exec rm -f {} \; ``` to delete savedboards...

I am also affected by this using the weed theme. is it possible to use the settings from the theme to devise a pattern?

As another workaround, you could use pre-processing hook as described in the docs and process every inbound document in a way that creates a copy of each document that is...

it isn't. snapcast is designed to be fed by a player. Clients need to play synchronously. So when being fed a chunk of data on the input pipe, it must...

it is possible, complex and error-prone because the algorithm you describe makes the assumption that latency is constant which it isn't. If you look at the characteristics of wifi, you...

this is nice, thank you for preparing this. I rebased and tested and I can see it working. Edit: I did remove the comment on the UI as I noticed...