Maya Nordland
Maya Nordland
The building from source instructions no longer work as of golang 1.16. While the journey executable can be built using `go install`, you don't get the necessary front end assets...
The un minified version is hard coded in the source, please change to minified so that low bandwith clients feel less pain.
fixes #108 The async method calls on the glib.ProxyInterface class lacked the ability to unpack a single result while the sync version did do that. This commit moves unpacking code...
Hello again! When calling methods that return a single result, the asynchronous glib.ProxyInterface functions return a list with a single item. The synchronous versions of those methods correctly return just...
Documentation here: https://python-dbus-next.readthedocs.io/en/latest/high-level-client/glib-proxy-interface.html It says: > To asynchronously get or set a property, provide a callback that takes an Exception as the first argument. If the call completed successfully, error...
I left portal 2 running overnight, the first few chambers after I started this morning were fine, but then the audio became a stuttering buzzing sound that changed tone and...
Here's a screen grab of the dev console and the observed behavior. The panel was supposed to only open up when the cube was in the cube receptacle, however when...
classVarName on an api object is always "default". At least the python template expects it to be a tag name. It may also need casing consideration.
adaptor.js sets model.modelPackage to model.name https://github.com/Mermade/openapi-codegen/blob/55246ec01def2f753e07e6b3bfb4bb824082d14d/adaptor.js#L821 As near as I can tell, the python template expects this to be the value from the modelPackage property in the config file.
I needed this to use dmenu-frecency with sway according to sway's guidelines. Could be used for other things.