Joonas
Joonas
Investigate adding a flexbox layout engine. Yoga (https://github.com/facebook/yoga) or Stretch (https://github.com/vislyhq/stretch) are probably the most prominent candidates.
I would be happy to do this myself but posting here in case I forget or lose motivation. For some variables you can deduce their usage. For example if the...
For instance this did not work before: ```toml [t] name = "test" [[t.ent]] ok = "foo" ```
Looks like the extra slant or overhang from an element having `font-style: italic` is not accounted for in the font size calculations. Regular text working properly: Italic text (p cuts...
**Is your feature request related to a problem? Please describe.** I'm running `supabase start` with the `--exclude-containers` flag in CI. Excluding containers is nice, but I'd also like to be...
I have a fairly simple use case where I'm trying to test code snippets in README.md. However, vitest gives `Error: Failed to parse source for import analysis because the content...
Hi, I'm trying to use liquidjs in a esm project. However, it fails in runtime with this error: `ReferenceError: require is not defined in ES module scope, you can use...
Hey, I'm trying to parse `CREATE FUNCTION` statements (PostgreSQL) with the following attributes: ```sql CREATE OR REPLACE FUNCTION public.accounting_ids() RETURNS SETOF uuid LANGUAGE plpgsql STABLE SECURITY DEFINER SET search_path TO...
According to http://www.un4seen.com/bass.html BASS sounds can have effects/custom DSP applied to them. It would be nice to have access to these.
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...