Jordan Scales
Jordan Scales
@jbovenschen I like the idea of having them choose their own renderer! @rcmaniac25 had pointed that out in another issue I believe.
> I think the buy now is hurting more than it is helping the project. @KenoLeon I just removed it :) Been meaning to for a while.
Thanks for taking a stab at this, I like the way you engineered this. The first thing I found was that giving `class="dynamo"` AND calling `.dynamo()` results in issues. I...
Still hitting this problem on VSCode 1.74.3 with the `12/9/2022` release of this extension. Giving appropriate permissions to workbench/ seems to fix it. ```sh sudo chown -R $(whoami) /Applications/Visual\ Studio\...
https://github.com/robb0wen/synthwave-vscode/issues/283#issuecomment-1398547815
Same issue here. I'm using gpt-3.5-turbo ``` modal run main.py --prompt test-webapp/prompt.md --file package.json ``` prompt.md ```md a nodejs webapp that displays hello :name at the route /:name. include a...
Printing filepaths_string shows: ```` - `./package.json` - `./src/index.js` - `./views/index.html` - `./public/styles.css` Here is the list of filepaths: ``` "./package.json", "./src/index.js", "./views/index.html", "./public/styles.css" ``` ````
The SO question is actually one I posted :) I unfortunately had little luck with audiere. But maybe someone can get it working and nicely integrated with Melopy. Thanks for...
Not a bad idea. I've been looking to passing on the transitions to CSS3 (#9). This would make other effects fairly simple to implement.
jQuery's `.text()` is a fickle beast. I'll see what I can cook up.