Fred K. Schott
Fred K. Schott
+1 for this use-case. To give some context: Snowpack's new built-in optimize/bundle step is internally powered by esbuild. Snowpack supports HTML files as bundle entrypoints by scanning them for all...
np, Thanks for the update! Landing page looks great, btw.
A daily summary of open threads posted to the main channel would be cool: ``` Here's a summary of all open threads: - Thread 1 - Thread 2 - Thread...
Oh interesting. We use describe blocks to group resources/logic, like this: ``` js describe('Folders', function() { describe('Get', function() { itAsync('Return the list of items in a folder', function() {}); itAsync('Some...
(whoops, hit enter too soon) Nope, we rolled our own framework. For now, can we include an `it()` test with the resource description we want & no test? Something like:...
Is anyone willing to test this with python 2? It would be good to know for sure before merging.
If we can add this in a really simple way (without too much new complexity) then I think this is a great idea!
This is great! I think it can start as a community plugin (happy to link to it in the readme if you want to publish yourself) and then if it...
Yup, you can see the existing packages in this repo for guidance. A plugin package is just a simple package with that plugin file (the code you included above) as...
We already have a lit-element template, could someone start there and add haunted easily enough? If there's enough interest we could add a new template for haunted, but I'd rather...