Gergely Nagy
Gergely Nagy
While writing some tests for my library, I stumbled upon another minor inconsistency: trying to retrieve a non-existent post will *always* return a response in `text/plain`, whether authenticated or not....
Some optional properties of a Collection, such as `verification_link`, `description`, and `style_sheet` seem to be included in the `/api/collections/{alias}` GET response, even if they're empty: they appear as `""`: ```...
The `created` and `updated` properties of posts appear as RFC3339 formatted strings in API responses, but they must appear as `%F %T` (ie, `%Y-%m-%d %H:%M:%S`, without any timezone specifier) when...
The [docs](https://developers.write.as/docs/api/#update-a-collection) say that if I want to update a Collection's visibility - to, say, public - I need to send `{"visibility": 1}` to the `/api/collections/{alias}` endpoint in a `POST`...
### Describe the bug When a post is pinned to a collection, it does not appear in the collection's post list. ### Steps to reproduce (if necessary) Steps to reproduce...
**Describe the bug** In some cases, printing the Layout Card will include scroll bars on the right side. In those cases, it is also very likely that the last page...
**Is your feature request related to a problem? Please describe.** When working with a keymap that has a number of transparent keys, it would be nice to be able to...
**Is your feature request related to a problem? Please describe.** I found myself working more and more with dynamic macros, and one thing I find myself doing often, is scratching...
**Is your feature request related to a problem? Please describe.** When trying to create a macro that inputs a longer amount of text currently requires an incredible amount of clicking:...
**Describe the bug** When I have a longer, more complicated, multi-line dynamic macro, dragging a step around is... rather unclear. There is little visual indication about which other steps are...