Thomas Karolski

Results 34 comments of Thomas Karolski

Is the header being set by your reverse proxy?

Yes, that makes sense. One of the reasons I replaced a dedicated app for time tracking with grist-core is exactly because it allows me to use it on several devices...

Apparently, since the File was compiled by sbt, this caused always the original to be loaded, and not the newly compiled file. I could fix the problem by moving the...

How about simply assuming everything is under the 'el' namespace. So 'point' would be accessible via '(el/point)'. Gesendet mit AquaMail für Android http://www.aqua-mail.com Am 8. Oktober 2016 9:47:47 nachm. schrieb...

How would I configure this? I've added a provider under the „OpenAI compatible API“ and started a llamafile (`gemma-2-27b-it.Q2_K.llamafile --server` from https://huggingface.co/Mozilla/gemma-2-27b-it-llamafile). I can select the model from the menu...

Adding `.limit(1)` does not impact the performance in any way. Matter of fact, I can query my users document, which only has a single user inside of it, and still...

The client setup is: ```ts import { TriplitClient } from '@triplit/client'; import { browser } from '$app/environment'; import { schema } from '$lib/triplit/schema'; let _client: TriplitClient | undefined = undefined;...

I created a static HTML that reproduces the issue. It simply generates dummy data with above schema (400 rows) when first opening the page and then fetches data from the...

Ran some experiments on the schema. I guess the initial decoding / rebuilding of the indexeddb data *on my computer* with 400 rows takes per schema field: - around 100ms...

Hmm, I'm on linux (NixOS 24.05), but if it really is the performance of IndexedDB that would be quite problematic, since 400 rows / entries are really quite easy to...