maurges
maurges
It works fine if I only inspect a 500 file part of the project. Well, even for 500 modules the graph is too large to be comfortable to navigate, so...
Might also be true in X11. It's happening to me now when changing the picture provider for "picture of the day plugin"
Cf. [this stackoverflow question](https://stackoverflow.com/questions/64755775/python-marshmallow-attributeerror-list-object-has-no-attribute-get) (not mine) When you try to load items in bulk like this: `data = UserSchema(many=True).load(input_data)`, you get an error: `AttributeError: 'list' object has no attribute 'get'`...
Previously qualified names were matched like ``` Map.insert | | | | | +- keyword | +- operator +- type ``` Which is silly as those are not type nor...
I also did a refactor and put all functions into autoload for namespacing and lazy loading purposes. The only behavioral changes are in `idris2#responseWin` and `idris2#write` (formerly IdrisResponseWin and IWrite)....
What I did: clone the repo, cd into static-stack2nix-builder-example, run `nix-build`
I personally don't see value for myself in this, but it's an interesting task. Libinput only reports relative events for touchpad. But evdev only reports absolute events, so you one...
The input crate provides example for using udev to open the input device and listen events. You open the udev kind-of anonymously, and then assign it to seat? But I...
I found out qdbus doesn't support passing complex arguments. And dbus is a good mechanism, worth implementing for a general case. Thing to consider: what config will it have? Should...
Some people prefer installing via the package manager instead of by copying the binaries. This is also convenient since wzmach does rely on some non-standard libraries, although they are installed...