pc-erin

Results 9 issues of pc-erin

On one of our sites that uses s3-uploads I noticed that the bucket showed a large amount of excess egress traffic. It seems that the image is being uploaded, then...

It would make it a lot easier to read and understand the examples if they were separated into their own components.

To reproduce, create the following schema: ```ts export const lists: Lists = { testfield: list({ access: allowAll, db: { idField: { kind: 'autoincrement', type: 'Int', }, }, fields: {}, }),...

🐛 bug

When creating a chromeless document-field component, the toolbar appears when you focus the field component, and disappears when you unfocus it. Unfortunately it seems to consider trying to click on...

I noticed that the return type of `useMouse` isn't exactly reflective of the data returned. If we made it shaped more like this: ```ts export type MousePosition = MousePositionOver |...

Sometimes you have to find the coordinates at a certain point in a path (finding the center for example). It would be really helpful if there was a tooltip somewhere...

Would anyone else find it useful to add the string type to the number passed to a NumberFormat.format call? I've been using this with a decimal math library, and am...

Something I had to figure out on my own after running into a similar problem to #150 is that you can import this so only typescript sees the changes by...