Hank G
Hank G
I just tried installing this with the standard instructions and ran into a problem of missing dependencies. I was able to tweak the dependencies list under Mint 20 to get...
# Bug report Following the quick start guide and trying to execute the avatar bonus section I noticed that the uploaded image wasn't retrievable. It uses the "User Management Starter"...
Experimenting in 0.9 and setting position of the window with something like Position="500,600" is not working on Linux but does work on Windows and Mac. At first I thought it...
Image painting causes Linux Nouveau driver errors that crashes the app and sometimes display server
Somewhere between the Flutter libraries, runtime, and the Nouveau Linux drivers painting images causes kernel errors which worst case cause the application to segfault but in many cases causes the...
- [x] ~~Name field should be broken into first_name and last_name since name is a synthetic field and setting/getting symmetry is preferred.~~ - [x] NSFW toggle on profile should be...
I believe what the original design was trying to go for was the implementation of [RFC 5988](https://tools.ietf.org/html/rfc5988), the way GitHub ultimately decided to go (as described [here](https://developer.github.com/v3/#pagination)). While it's a...
- [x] POST endpoint isn't RESTful needs to have the new GUID in the body not as part of Path - [ ] Need to augment the all endpoints with...
There are error conditions that will come back from the endpoints and these aren't currently documented. The current implementation can be used as a start.
- [x] POST endpoint needs to change format so that the tag name isn't on the path but is a parameter `{name: value}` - [ ] Some of the endpoints...
The current User settings essentially provide access to the same fields that "Edit Profile" does. However there is nothing for changing elements in the Settings area. This may be a...