knuxify
knuxify
The main issue is how we're going to include Mycroft libraries. (While leaving the server bits to be handled outside the container seems fine, remember we still need the mycroft...
I can't find a way to fetch information about an *individual* community post by its ID. It seems to be possible to get a timeline of posts with [`GET /v2/communities/{community-handle}/timeline`](https://github.com/tumblr/docs/blob/master/api.md#get-v2communitiescommunity-handletimeline---get-posts-from-a-community),...
Some rooms seem to still use room version 1, notably some of the GNOME Matrix rooms (#python:gnome.org is one example I've found; there was also #infrastructure:gnome.org but they upgraded a...
termios.error exceptions have an errno passed to the arguments. Fetch the errno from the args and forward it to the SerialException.
[BUG] npm install: --omit flag does not work in combination with --global and tar.gz package archive
### Is there an existing issue for this? - [x] I have searched the existing issues ### This issue exists in the latest npm version - [x] I am using...
Partially fixes #93, fixes #311. Enable HMD position tracking based on ARCore's [motion tracking](https://developers.google.com/ar/develop/fundamentals#motion_tracking) capabilities. Note that this only works on devices that support ARCore; see [the official list](https://developers.google.com/ar/devices) for...
Using the login example code from the README. If the user's password contains the % character, the call to `auth_api.get_current_user()` fails: ``` Exception when calling API: %s (401) Reason: Unauthorized...