Jess
Jess
Hey @Dinuz Iām glad you got your issue resolved. Can you put together a super quick reproduction repository and failing configuration using the setup you described? This will help us...
Hey @antfu, I have an [isolated Vitesse repro](https://github.com/JessicaSachs/vite-purge-icon-dynamic-repro/blob/main/src/pages/index.vue) for this issue. Let me know if you need anything else. Absolutely loving this setup. ```vue Click here Showing? {{ show }}...
Ohhh. Now I understand that comment. Honestly, since the iconify runtime causes a FOUC I just switched to using your Vite Icons Plugin. š
@drecali any interest in picking this up? I see you're contributing to `realMouseMove` recently.
I did a poor-mans approach to this on a fork [carbon#feat/record-terminal-sesh](https://github.com/JessicaSachs/carbon/tree/feat/record-terminal-sesh) using [gif.js](https://github.com/jnordberg/gif.js) There's a record button next to the settings. Press that and then all the keystrokes will be...
@mfix22 if I rebased, would you be able to take it over the line?
Ah! OK, I didn't know that was on your radar already! š What are you thinking long-term? We can talk in Discord if you'd like. This is a longer-form chat.
Here's a POC. It needs: 1. `it.only` support for types 2. Types. ```jsx it.each = (cases: unknown[][]): any => { // Whenever `it.each` is invoked. return (testName: string, testItself: Function)...
I have an example working on my work codebase. Do you need a hand? Poke me on Discord. On Tue, Dec 27, 2022 at 8:03 PM Lachlan Miller ***@***.***> wrote:...
Related to preprocessor + integration tests, not dev-server.