Joe Nelson

Results 110 issues of Joe Nelson

@NikolayS described a nightmarish situation where he accidentally sent a DELETE request to a route with no filters, causing PostgREST to start deleting all rows of the table. After a...

enhancement
QOS

Sending a bulk post to `/foo` responds with 201 Created, `Location: /foo?`. It's incomplete. We could either 1. Construct a clever Location header like `/foo?id.in=4,5,6,7` that would return just the...

enhancement
http

**Newsbeuter version 2.9 on a Mac**: Steps to reproduce the issue: 1. To make this quicker to reproduce, set `reload-time 1` in `~/.config/newsbeuter/config`. 2. Open newsbeuter and start reading an...

As reported in https://github.com/begriffs/postgrest/issues/691 > Lots of tools that generate CSV files add a trailing newline, so this behavior tends to be frustrating. I can work around it by using...

Interesting, I was just thinking about a slow news idea like this. In particular I thought it would be cool if I could get these kind of links emailed to...

**Newsboat version (copy the output of `newsboat -v` or the first line of `git show`)**: newsboat 2.22.1 System: OpenBSD 6.9 (amd64) Compiler: g++ OpenBSD Clang 10.0.1 ncurses: ncurses 5.7.20081102 (compiled...

bug

My app needs to bulk-load data and postgres' copy mode is the fastest way to do it. Postgresql-simple supports it with [this](http://hackage.haskell.org/package/postgresql-simple-0.4.7.0/docs/Database-PostgreSQL-Simple-Copy.html). Would be great if this library did too....

enhancement

Most people will want to use it for logging users out before their JWT has expired. The current example doesn't correspond to any use case. https://postgrest.com/en/v0.4/auth.html#custom-validation

https://postgrest.com/en/v4.4/auth.html#jwt-security It still talks as if asymmetric keys are not supported.

references

Fill in the missing example in https://postgrest.com/en/v0.4/admin.html#count-header-dos

how-tos