Artūras Šlajus

Results 64 comments of Artūras Šlajus

> So do you confirm that just updating the version to `1.55.1` solves the issue? > > @arturaz: Could you please share a short snippet of code causing the issue...

We needed to filter based on regex, something like `new Regex(".data-.+?-ourextension")`. This allowed us to implement the custom filter for this case.

Is there any improvement that should be made to get this merged?

We needed to filter based on regex, something like `new Regex(".data-.+?-ourextension")`. This allowed us to implement the custom filter for this case. ---- On Wed, 13 Apr 2022 19:42:11 +0300...

Is there a list of all frontmatter directives that we want to support? And what level of support do we want for them? e.g. do we want autocompletion for `//|...

> Allow YAML comments to be placed after the build header Can you give an example for this? Did you mean: `//| mill-version: 1.0.0-RC2 # this is a comment` ?

What is the policy regarding binary compatibility? I don't see how to model this without breaking it. ---- On Wed, 22 Jan 2025 17:59:08 +0200 ***@***.*** wrote ---- Thanks for...

I don't think we can just a new parameter. If it is a comment, then nothing else is allowed. So it should be modelled as a discriminated union? Also the...