-
Here is a case where I don't want extra space.
```html
function dateToAttribute(date) {
return new Date(date).toISOString();
}
function readableDate(date, locale) {
return ne…
-
### Describe the bug
When running wapm2pirita on packages on wapm.dev, I got the following errors.
[wapm2pirita-errors.txt](https://github.com/wasmerio/wapm-cli/files/9655955/wapm2pirita-errors.tx…
-
Render plugin has scoped data: https://www.11ty.dev/docs/plugins/render/#pass-in-data
However, I’d like to add access to global data for all supported template languages for the render plugin (Nunj…
-
If one wanted to auto post one's new screeds to say, Mastodon, how would one go about that?
I am looking for the equivalent to this in Eleventy land https://github.com/janboddez/share-on-mastodon
rdela updated
1 month ago
-
```
[11ty] Problem writing Eleventy templates: (more in DEBUG output)
[11ty] 1. Having trouble rendering webc template ./index.webc (via TemplateContentRenderError)
[11ty] 2. Unknown encoding: base…
-
It’s been a while since I used Vue, but from what I remember there were some components that could define only behavior—no markup—which could then be used to wrap other components. For example:
``…
-
I _think_ this belongs here, but maybe it should go to the WebC plugin or WebC itself. Please advise if that's the case.
I want to create a code snippet component that will include the highlighted …
-
So imagine a webc component named reverse. The idea is to take content from the default slot and reverse it. It would be used like so:
```html
This is a test.
```
And the output would simp…
-
https://github.com/Webconverger/webc/blob/master/usr/bin/kioskresetstation
-
I’m trying to loop over some data in a WebC component. After struggling on and off for a few weeks, I remembered that I could set breakpoints in VSCode and use the debugger to hone in on the problem.…