Boris Glumpler
Boris Glumpler
@tpetry slightly off-topic here... In the wiki article you linked it also says to not use `timestamp(0)` or `timestamptz(0)`, which Laravel uses by default. How would you handle this in...
Editing currently involves copying the JSON field, pasting it into an editor, hitting format, changing the value, then pasting it back into Postico. Viewing a JSON field just involves the...
Just have a quick question about `gid`. Can I assume that these values stay the same in between updates and could therefore be used as foreign keys? Cheers!
> No, use ne_id Thanks!
Just came across this issue and, like @riabiy-denis, I solved it via a small component that either outputs an `a` tag or an Inertia `Link` component by comparing the current...
I'm trying to get the extension installed on macOS for PHP 8.0.3 via `brew install vips`. Here's the output of the various pkg-config commands: ``` pkg-config vips --modversion 8.10.6 pkg-config...
Ok, so solved it by following the output of `pkg-config vips --cflags`. Turns out there was a whole chain of packages that couldn't be found. In my case these were:...
Yup, sorry, here it is: - Postgres 16.2 from Homebrew - MacOS 14.4.1 on an M3 Pro
Ok, so I just started again with a fresh install of Postgres and ran through these commands: ``` brew install postgresql@16 git clone https://github.com/paradedb/paradedb.git cd paradedb/pg_search git checkout v0.6.1 cargo...
I just ran `lsof -i:57937 ` and the process with the corresponding PID for that port is `pg_search_insert_worker`.