Michiel Crefcoeur
Michiel Crefcoeur
Same here. ```bash $ deno --version deno 1.42.4 (release, x86_64-unknown-freebsd) v8 12.3.219.9 typescript 5.4.3 $ deno # # Fatal process out of memory: Oilpan: CagedHeap reservation. # ==== C stack...
@marvinhagemeister this is the latest version I'm able to test it with. It's on a shared hosting service that uses FreeBSD 13.2-RELEASE-p10.
I'm not sure what you mean. This is how the field gets registered in the `directus_fields` table after adding it to the collection: | id | collection | field |...
The `sql` property is right there in the `options` field. Changing `is_using_entity_id` has no effect.
Same error on FreeBSD for both `--watch` and `--unstable-hmr` flags as soon as a reload gets triggered and the process was detached via `nohup` or `disown`. No error when I...
same result after upgrading to `v0.16.1`.
Looks good, thanks!
Will this branch resolve issues with navigating within a dashboard using the drilldown feature?
Drilldown only works reliably when the target dashboard is opened in a new browser tab. If I choose not to open in a new browser tab then it only works...
I also found a related issue: clicking on an existing drilldown entry in the config panel in order to edit often results in freezing the browser. (Chrome)