Results 348 comments of Dustin Spicuzza
trafficstars

If `PYBIND11_INTERNALS_VERSION` needs to be incremented, I might want to tweak this then to push has_alias into the per-type information instead of the per-instance information. There was another approach that...

Sure, just search for `m_requirements.addAll`, there's a bunch of them in Java

See https://github.com/robotpy/robotpy-installer/pull/93 for how robotpy-installer does it. pip isn't that slow for uninstallation.

I had some issues with devices being restored after rebooting my laptop, so I'll have to look at the properties a bit harder to see if there's one that persists...

It appears that there are no stable properties in `device.props`, but `node.name` in `device.props.properties` seems to be intended to be stable (see https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/525). This seems to work on reboot now.

Which database would you propose that we move to?

That's not a very compelling argument. * qdbm looks like it hasn't been updated since 2013? Why not just stay with berkeley db then? * To use leveldb there needs...

> I think realistically the best way forward for us is to use SQLite with that stupid k-v wrapper I mentioned I agree.

What we do is build the wheels in github actions, publish the wheels as an artifact, and then tell RTD to retrieve the correct wheel and install it -- at...