-
This is a example response from supabase postgrest open api endpoint.
```json
"last_seen_at": {
"default": "now()",
"format": "timestamp with time zone",
"type": "string"
},
"uuid": {
…
-
Hello,
I am running Matterbridge v1.5.5 and the v2.1.16 z2m plugin in the docker container, and have been facing an issue with the container exiting with exit code 1. I've been getting Alexa to co…
viama updated
1 month ago
-
Discussed [here](https://tldv.io/app/meetings/66e301e8a1b7c40013f0ad46) starting at 19:00
Example parameters:
```json
{
"database_id": 1,
"table_oid": 12345,
"column_attnum": 2
}
```…
-
### What happened?
I plan to migrate from Mosquitto to EMQX, but I'm facing some issues with the auth configuration. Here's my setup part.
mosquitto.conf:
``` yaml
auth_opt_backends postgres
…
-
@justindotpub has shared their experience of running Electric alongside a Phoenix app [on Discord](https://discord.com/channels/933657521581858818/1206993245385662555).
One pain point from it that we…
alco updated
3 months ago
-
### Summary
When using the `computed columns` there is a strange behavior with the additional parameters and the type `tsrange` from postgres.
Note that the errors do not show when testing the fun…
-
# Description
I have been trying to implement a multi-language parser using:
1. [Embedded Templates](https://github.com/tree-sitter/tree-sitter-embedded-template)
2. [HTML](https://github.com/tre…
-
Hi,
Thanks for the great project. It is really cool!
I'm building a small booking system that requires similar logic on the `tstxrange` as what is mentioned in the PostgreSQL docs on [range-t…
-
Moved from: https://github.com/npgsql/npgsql/pull/1939#discussion_r189436481
```c#
// TODO: We need to check if the bounds are implicitly empty. E.g. '(1,1)' or '(0,0]'.
```
@roji:
> Very tru…
-
Hello,
I want to use this:
`INSERT INTO booking (time_range) VALUES (tsrange($1, $2, '()')), [new Date(), new Date()]`
But how I use it with column helpers like this:
```
const cs = n…