Will Nayes

Results 13 comments of Will Nayes

React avoids caught exception issues in debug with its [`invokeGuardedCallbackImpl`](https://github.com/facebook/react/blob/master/packages/shared/invokeGuardedCallbackImpl.js). I can understand that including this sort of mechanism might bloat the package. (Well, it could be included for non-minified...

I think it makes sense to want to style different kinds of windows in different ways, but I imagine this being done in "user land" rather than implementing a new...

I've been trying this out and I haven't been able to get it to work yet. I think it should be possible to just style the `.winWrapper` with border-radius and...

I had luck with the [picom](https://wiki.archlinux.org/title/picom) compositor. xcompmgr as mentioned above seemed to cause a lot of tearing/artifacts, but picom so far from what I've seen has made things better...

Closing this issue, since this seems to work well with picom.

I prototyped a bit of the implementation of the [System Tray Protocol Specification](https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-latest.html) in 47dfad7f138ac485b22e75d1901147507ad1c372, but it seems like any app I tried is not actually using this protocol. It...

That kind of layering would only be possible by involving additional browser windows. I didn't make an API to support that yet, but it sounds interesting.

Here's an article that describes how this sort of thing might be possible: https://pietrasiak.com/creating-multi-window-electron-apps-using-react-portals The "`ChildWindow`" described in that article would probably be something that would live in the [react](https://github.com/wnayes/bond-wm/tree/main/packages/react)...

I would eventually get around to implementing it I think, but would also accept a PR for it.

I looked for quite a while, but I haven't been able to figure out how to get these tray icon windows to display with transparency. I can alter the background...