Bernie Sumption

Results 12 comments of Bernie Sumption

+1! I routinely start to set up integrations, then stop half way because I remember that there's no way to allow an integration read-only access to my GitHub account. Most...

I've got a workaround that allows me to type my `citext` columns correctly without manually editing the generated interfaces. Say you use `citext` in the `company.name`, `user.name` and `user.email` columns....

ICU is supported on the postgres development server (`supabase start`), so I've just developed and tested a new feature using ICU collations and only discovered that it's not supported in...

The cause of the issue is in `src/styles.scss`. ```scss *, *::after, *::before { box-sizing: border-box; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;...

It looks like two slightly different issues are happening here. @panther008 your screenshot shows a grid with base styles applied but no theme. This happens with `ag-grid.css` is loaded but...

@djefx thanks for bringing this to our attention, it looks like the links are broken on our theme page, the correct URL is supposed to be https://www.ag-grid.com/example/?theme=ag-theme-quartz-dark (no slash) But...

@CodrinSocol interesting, I'm not seeing it. Can you check a few things for me please? 1. Confirm your OS version and exact Chrome version 2. Send a screenshot of your...

@khoait that style node looks like it contains a copy of `ag-grid.css`, but it is not the grid that is injecting it (our style tags all have the `data-ag-global-css` attribute),...

Can you provide more detail on "I've tried to search for ag-grid.css but it's only in the one using ag grid component"? If you're using Theming API, there should be...

@khoait OK, so to confirm, when you use Theming API there is no instance of the string "ag-grid.css" across your entire codebase, and the style still gets injected? At the...