Luis Felipe Zaguini
Luis Felipe Zaguini
That'd be nice! It'd be even nicer if we were able to provide an override mechanism such as still accept CL arguments while simultaneously passing the `--options-file` flag. 10/10 would...
Hi, I think it might still be a thing!
Would love to see this as a feature. Might implement it once I have time.
This can be done in several ways: ### Virtualizing Use something like https://github.com/bvaughn/react-window https://virtuoso.dev to only render the items that fit in a specified height, essentially using a recycled list...
> @danielbachhuber @zaguiini what do you think about making it simple, always displaying up to fifty records in Site Switcher and relying on the search or Sites Management Page to...
Same question. I have transformers written in TypeScript that I'd like to get supported in TypeRunner. It'd be even better if they were supported out-of-the-box.
For now, I'm using a workaround like this for default context, for example: ```ts export const defaultContextSetterLink = () => { return setContext((_, { someContextPiece }) => { return {...
What is this PR missing? Can I help in any way?
Note to whoever implements this following @ben-rogerson's comment about custom imports: global styles in Linaria work a little bit differently: https://github.com/callstack/linaria/blob/v4.0.0/docs/BASICS.md#adding-global-styles. EDIT: well, actually, it's kind of different: https://scottspence.com/posts/linaria-getting-started#global-style 🤷...