-
Hello!
I am working on writing an application with NestJS as the underlying framework. Being used to MVC-style web app development from years and years of PHP, I just can't get this out of my syste…
-
continuing from https://fediverse.catgirlin.space/notice/APpn2rG30p97SCx7wm
Trying to use a webc:type="js" like how the docs show doesn't work.
Input:
```html
---
layout: layout
---
no…
-
Thinking https://www.11ty.dev/docs/config/#transforms and linters and `before` callback in Pagination (#1209).
This will be important before 1.0 release to avoid any breaking changes.
I’d like t…
-
To reproduce:
* setup eleventy-plugin-webc on an existing project
* configure plugin with `useTransform: true`
* add `permalink: false` to a markdown frontmatter
Result:
```[dev:11ty] [11ty…
-
Our tests have gotten way more flaky recently. Often I have to re-run failed jobs 4 or more times to get a fully passing run on a PR. There seem to be several sources of flakiness, increasing the chan…
-
in a html file, when i link a css file(example above) the css doesn't work. it seems to only work inline , but not from another file.
-
So imagine you don't want bundling for a script tag. You can just add `webc:keep` and that works. But, if you have any code in there you expect webc to process, it won't. Should this work?
```html
…
-
## Details
- Accepted Date: 24/03/23
- Reference Issues/Discussions: https://github.com/withastro/roadmap/discussions/477, https://github.com/withastro/roadmap/discussions/525
- Author: @bholmesde…
-
Hello folks!
Started using 11ty last week for a new project last week and I'm loving it so far!
Hit a snag though. Basically what I'm looking to do is use **Firebase** to confirm whether a user …
-
Alternative to `@html` which now reprocesses content via #33 Docs: https://www.11ty.dev/docs/languages/webc/#@html
Maybe it should be named `@raw` because it is similar to how `` works