kzlar
kzlar
Allows adding font size tokens: ``` const baseInterFont = createInterFont() type ExtendedFontSizeKeys = keyof typeof baseInterFont.size | 0.25 | 0.5 | 0.75 type ExtendedFont = GenericFont const interFont = createInterFont({...
Hi! Appreciate all your work on this library, it's amazing! I was able to use it to publish my App Clip on testflight, had the obvious issues with size but...
### Current Behavior If the following holds true: 1. Your system (or preferred) theme is `light` 2. You force a theme, i.e. `` (or conversely, 1 as `light` and 2...
### Current Behavior ``` ``` The above code produces two red circles ### Expected Behavior As mentioned in [discord](https://discord.com/channels/909986013848412191/974145843919716412/1253741268161265745) I'm not sure if this is intentional or not, but I'd...
Following up from discord: https://discord.com/channels/933657521581858818/1212676471588520006/1272947534960001054 In short: Using vscode, node and trying to import `pg_tgrm`, the following: `import { pg_trgm } from '@electric-sql/pglite/contrib/pg_trgm'` works but has a type issue in...
I have a takeout-like monorepo setup where I added `apps/one` to slowly migrate to `one`. That means most of my cross platform code lives under `packages/app`. I have quite a...
Hi Benjie, On my v4 deployment I rely on the `opertaions-hook` plugin for several use-cases, one of them is the PgNoticeMessages. My understanding is that this wasn't ported to v5...
### Feature description https://github.com/graphile/crystal/blob/main/grafast/grafserv/src/utils.ts#L298C27-L298C56 This check bails when an array of queries is sent to grafserv over http. ### Motivating example HTTP Batching is often used with Apollo client users...