Guillaume Maudoux

Results 102 comments of Guillaume Maudoux

Hi, I have investigated this and it appears that sway sends the right information, but kanshi does not react to that, because of the check below. Removing that check makes...

Well, I guess it depends on what we want. Do we want kanshi to apply configs only when a new config matches, or do we want it to enforce the...

Using kanshi + sway relaod is broken. You can call kanshi (and kill it afterward ) after each sway reload to force update it's config. Seems like a good fix...

Found a very effective solution, that may not prove as temorary as expected (hear: It could become the official solution). ``` exec_always pkill kanshi; exec kanshi ``` It ensures a...

The same technique can be used to launch swayidle (in case of parameters change) and waybar (if you use it).

GitHub uses websockets to detect multiple tabs from the same user/browser. This could be used to implement a simple locking mechanism, or preventing multiple editor tabs.

We had a nice discussion about this after the 1252 exam. Mostly TA want to run grading tests separately from the tests that produce feedback for users. In may case,...

Would it still be possible to define options using configuration.yaml, or would this be removed ? A configuration fully in DB is not shareable, cannot be exported and re-imported in...

@aszlig I fixed according to your comments. I had troubles with {setS,s}ourceRoot and fixed some code in buildGame. I am also not too sure about coreutils and uname invocations made...

@aszlig Wanna have a second look at this one ?