Gergely Nagy

Results 125 issues of 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....

bug
good first issue

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 `""`: ```...

bug

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...

bug
good first issue

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`...

bug

### 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...

enhancement

**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...

bug

**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...

enhancement

**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...

enhancement

**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:...

enhancement

**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...

ux