Tony Crisci

Results 49 issues of Tony Crisci

Thanks for your work creating dbus-native. I have created a fork of the project called [dbus-next](https://github.com/acrisci/node-dbus-next) with many bugfixes and enhancements that I believe fixes many of the issues on...

Changes from my fork, [dbus-next](https://github.com/acrisci/node-dbus-next). I use some ES6 stuff like destructuring and classes which might require bumping the required node version up to 6.0. But other than that, no...

`BigInt` is a native way to represent 64 bit integers (dbus type `x`) in node. Available since version 10.8.0. https://node.green/#ESNEXT-candidate--stage-3--BigInt https://developers.google.com/web/updates/2018/05/bigint Do you see any issues with that?

Hi, wondering if you would be interested in making some tweaks to your theme format to make them compatible with [i3-style](https://github.com/acrisci/i3-style) format like we talked about. I think it would...

enhancement

Improve render quirks and support configuration-free mpris widget suitable for use with multiple media players. The widget polls for mpris players. When it finds one, it subscribes to events and...

Now that we're making some breaking changes to the database between major version bumps, it would be nice to have a way to automate migrating the database either by a...

It would be neat if skippy-xd had a tray icon you could click to open it.

Whenever the wayland clipboard selection changes for a seat (selection-change event), we need to get the data source, read out the data from the fd and set the xwayland clipboard...

enhancement
xwayland

It might be cool if Rootston could set its own grab interfaces for wayland interfaces that grab. On shell initialization, have a method like `wlr_wl_shell_set_popup_grab_interface(shell, &rootston_popup_pointer_grab_interface)` and pass your own...

enhancement
seat

We have three patterns that I know of for defining enums that come from external protocols in wlr types. 1. untyped enums (uint32_t) 2. use external enums directly (like layer...