khimaros
khimaros
i have a basic working version at https://github.com/khimaros/github-to-sqlite this can be tested with `github-to-sqlite events.db khimaros/events` caveat: the GitHub API doesn't seem to provide a complete history of events.
it looks like the v4 GraphQL API is the only way to get data beyond 90 days from GitHub. this is significant change, but may be worth considering in the...
@simonw -- i've created an omega-query that fetched most of what was interesting to me for a single user. found by poking around in the "Explorer" tab in https://docs.github.com/en/graphql/overview/explorer note:...
@simonw is this PR of interest to you?
@simonw rebased against latest, please let me know if i should drop this PR.
@martin-v if you are interested in mutable data, https://github.com/earthstar-project/earthstar may be a good fit. it works well in the browser today and was designed for use cases such as wiki....
it sounds like i was at least partly mistaken on both accounts! what i was hoping to communicate is that websockets/webrtc don't work very well for pure peer-to-peer connections (even...
for Gnome, another approach used by [gnome-magic-window](https://github.com/adrienverge/gnome-magic-window) is the dbus interface to `org.gnome.Shell.Eval` which provides a `global.get_window_actors()` to list all active windows. for example: `gdbus call --session --dest org.gnome.Shell --object-path...
fyi, i was seeing this with debian bullseye as well, however, it seems to be resolved with `portaudio 19.6.0-1.1`
the fix from @yilinwei worked for me on debian bullseye as well. installing libportaudio2 (19.6.0) on my host did not work. libportaudio0 (18.1) is no longer available on debian bullseye.