George Francis
George Francis
Hey! That's a fantastic idea, I am 100% up for adding a presets option. I will add it to the roadmap! Will keep this issue open so you can be...
I have experienced a similar issue to this, in that calling `html.getSelected()` does not return the selection, but rather the entire line of text of which the selection belongs. Thought...
Hey folks! Thank you so much for your kind words and for using my library to make things
Hello! I know it's been a while since this issue was opened, but I wanted to give a brief update that I have _finally_ started rewriting `generative-utils` — this time...
Hey, sorry to hear about this. It's been a while since I have looked at this library, so a couple of issues fell by the wayside. I am currently rewriting...
Hey! Thanks so much for taking the time to look at this, John. I am currently in the process of completely rewriting this library, and I will be sure to...
Hey 🙂 I'm kinda new to rollup but also ran into this problem. The way I got around it is to use `@rollup/plugin-node-resolve` as a plugin when bundling modules for...
I know this isn't a direct solution to your problem, but, if you happen to use VSCode... Try adding: ``` "files.associations": { "*.webc": "html" } ``` To your `.vscode/settings.json` (or...