Ross Zurowski

Results 17 comments of Ross Zurowski

Ah, I see you've already noted this down in [the "Future" section](https://github.com/schovi/create-chrome-extension#future) of the README.md: > allow to have "static" files which will be merged into build

One other way to achieve this would be to use a one-off authkey, which I believe circumvents the authorization step. Long-term, inlining that authorization seems like the better (and less...

Ah my bad, didn't notice this was the public repo.

Commenting to say that I've run into this issue too. I defined `$page->text()` as a set of blocks, and when I go to excerpt the page content for meta/SEO tags,...

Oh, interesting. From the Discord link above: > The tx object passed to the transaction function is just a convenience. You can use db interchangeably, it won't make a difference....

💯to this. `POST` and `PATCH` tests are annoying to do manually. Automating this will go a long way to making sure that new features don't break core use-cases without us...

I just ran into this too. Looking at [past issues](https://github.com/oramasearch/orama/issues/538#issuecomment-1786167651), it looks like you need to use `as const` for the typings to work. ```tsx const db = await create({...