Rick Button

Results 33 comments of Rick Button

I highly recommend making workspacer ignore CS:GO (or any other game for that matter). I have not tested workspacer with any games, so YMMV greatly. I'm also nervous to get...

Yeah, I experience this sometimes too, which sucks. It is almost certainly because the message pump is suddenly left waiting for the workspacer process to response to an in-flight event,...

Are you running VSCode as an administrator? This generally happens to me when I attempt to run a program as admin, because non-admin processes (workspacer) can't send messages to admin...

yeah, workspacer currently follows the "xmonad" style of tiling window manager philosophy, where the WM is 100% responsible for laying out windows for you, given some algorithm (the layout engine)....

I've added some more logging to diagnose this. Will check in next time it happens.

this is because the flashing event is getting fired when you focus or click on the desktop (progman/explorer). This should be getting filtered out, but isn't, should be a simple...

This is a great idea! Currently, it would be rather hard, because I am not inspecting window contents, only listening for WinEvent hooks, and telling windows to move/resize. However, this...

This is partially completed in 0.8.3 (only for windows that request focus in a workspace that isn't attached to a monitor), but still needs a ton of work in order...

The current support for types in the playground is a bit (a lot) of a hack, it just intercepts the program string before it is sent to the language server...

I don't have a strong opinion on what `String(record)` should output, I think that a static string or a JSON-ified version seem reasonable to me. On `Symbol.toStringTag`, If the prototype...