Tristan Lins
Tristan Lins
Sry for the late response, I missed the notification :-\ Writing the [test case](https://github.com/kriswallsmith/assetic/pull/683/files#diff-2b391a32f2d13075f962dc7387c553c6R59) I find out that there are two conditions required to reach this issue: - there must...
I fixed the assertion by testing for the unicode character `Ω` instead of `foo` ;-)
@mpdude no, there is no patch for the SF2 bundle yet.
Just for documentation, I added the following to my `build.gradle.kts`: ```kotlin frontend { nodeVersion.set("14.17.5") yarnEnabled.set(true) yarnVersion.set("3.1.1") assembleScript.set("run codegen") } tasks.installYarnGlobally { outputs.dir("node/lib/node_modules/yarn") } tasks.enableYarnBerry { inputs.property("yarnVersion", frontend.yarnVersion) outputs.file(frontend.yarnVersion.map { ".yarn/releases/yarn-$it.cjs"...
Or using the rollup copy plugin, to copy the `.d.ts` file from `src/` into `dist/`?
@aschempp I disagree, my merger2 extension can inherit articles from the parent pages. This would produce ID collisions. But unique article alias per root page is a good think.
> I don't think it normally really matters what the exact id is I use this ID in JavaScript sometimes, but in this case I set the `CSS-ID/Class` field of...
> Keine Ahnung wie du es 5 Jahre ohne diese Tags ausgehalten hast... Ganz einfach, man kommt ohne Insert Tag an diese Information. :-D Genauer betrachtet ist das ganze technisch...
> {{news::URL}}#Position1 Anstelle von `{{news::URL}}#Position1` versuch doch mal `{{env::request}}#Position1`. `{{env::request}}` kannst du universell einsetzen :) > Worin besteht die technische Schwierigkeit? Insert Tags werden an einem Zeitpunkt ausgewertet, wo die...