Andrei Dziahel
Andrei Dziahel
The `h-o-sdk` package depends on `unix`, preventing it to build on Windows, while, at first glance, only `unix`-specific functions it seems to use are `getProcessID` ([present](https://hackage.haskell.org/package/unix-compat-0.7.1/docs/System-PosixCompat-Process.html#v:getProcessID) in `unix-compat-0.7.1`) and `getEffectiveUserName`...
### Describe the bug `query xml` outputs, um, a plain table losing resulting nodes' attributes. This behavior doesn't match the `from xml` result layout as well, while it should IMO....
The Accept header is parsed case-insensitively now, introducing proper handling of media types specified in upper- and/or mixed-case. Fixes #3478
### Description of issue Current parser breaks on media types like `application/vnd.pgrst.plan;wat="application/json;text/csv"` producing nonsense like `("application","vnd.pgrst.plan",[("wat","application/json"),("text/csv\"","")])` and doesn't handle escaped quotes well too. We do use parsec in `QueryParams` BTW,...
Before the upgrade to 5.0 `nix-env -iA tests` [was a no-op](https://github.com/PostgREST/postgrest/actions/runs/7612462322/job/20730540614#step:3:1784) because of the cache previously created in https://github.com/PostgREST/postgrest/actions/runs/7612462322/job/20730136624, after the upgrade it isn't anymore — https://github.com/PostgREST/postgrest/actions/runs/7614272320/job/20736483790#step:3:112. Note that tar...
Hi. I've been adopting the `cache-nix-action` back there at us in PostgREST, and it's working really great — cuts Nix & stuff deployment times by 50-70%; unless the relevant cache...
Reuse main socket address to bind admin socket there too by resolving the address main socket is bound at and binding admin socket to it explicitly. Introduces extra dependency to...
Forbids `server-port` and `admin-server-port` from being equal altogether, despite they might not conflict at all in case admin and app are bound to different addresses. Implemented as per the discussion...
## This issue is tracked elsewhere This issue is a follow-up to https://github.com/PostgREST/postgrest/pull/3469 ### Environment * PostgreSQL version: none * PostgREST version: n/a * Operating system: Windows ### Description of...