tiniscule

Results 10 comments of tiniscule

May not be relevant to what you're working on - but got a fast response to this on twitter from shadcn. If you're using a backdrop blur (default in shadcn...

I'm also hitting this - if you look at where the code sets the content, it's just calling `setContent` directly in tiptap. Looking upstream I don't see anyone reporting it,...

Actually - found it. Novel uses the `tiptap-markdown` extension, which overrides the `setContent` function with its own. This line here sets HTML support to false, but I'm not sure why....

Thanks for the quick response @imor , yes it was installed with the dbdev local command. dbdev version: 0.1.5; result of extension_update_paths query: That second one seems odd, is that...

pg_tle version: 1.0.4 Code: https://github.com/usebasejump/basejump/pull/57 functions:

Thanks for the PR, have been giving it some thought. In my projects I use the personal account as a way to let the users configure things specific to their...

This is awesome - thank you! I'll make these changes shortly. As for defaulting into a free plan. Yes you can set the trial days to 0 and the plan_id...

Love this - thanks for the recommendation I'll look at leveraging it.

I think it depends on your use case a bit - if you're working with personal accounts with only a few role levels, then I think it can make sense....

I've got a Basejump update that adds email to the personal account - I'm not able to release it until the newest dbdev version drops from Supabase however. Going to...