Remco Haszing

Results 451 comments of Remco Haszing

I like it, but I think I would call it `preserve` and make it accept a regular expression or a function that returns a boolean. This supports more complex use...

> Why not just go with `test(node: Comment)` / `test(value: string)`? Both the names `test` / `preserve` are equally fine with me. I think `test` is used more often within...

> > Passing a RegExp would be nice, but this could also be implemented by the user in the test function. > > True. And, preferably we’d support a string...

> Humans will see the content, so if there’s copyright on that content, you’d want that available to those humans too. Not just to programmars who view source? I’m not...

When did you encounter this issue? After upgrading from 1.7 to 1.8 by any chance?

This is possibly related to https://github.com/microsoft/TypeScript/issues/57633.

Re license: I recommend using MIT. It’s free, common, and simple. But you’re free to use whatever license you want. You can always relicense your own projects (but the old...

I haven’t used Parcel before, let alone dealt with plugins. I also haven’t looked in depth too much. Don’t they support any configuration options? > Perhaps we should instead document...

The remark language server can’t support range formatting, because remark doesn’t support formatting text ranges. Personally I’m not very interested in this feature, but I would be willing to implement...

I’m ok with tracking this here. If this feature appears upstream, it eventually needs to end up here. Currently the whole file is parsed and reformatted when formatting. This is...