Saulo Vallory
Saulo Vallory
I was looking through the source code and it looks like the `useColors` IS exported. The problem is with the typings provided by `@types/debug`. I'm going to fork the project...
In the mean time, for any Typescript coders, this can force debug to use colors: ```ts // This is necessary because the typings are out of date on Jan 7th,...
That would require especial parsing and allowing frontmatter in the middle may be complicated. How about adding a `modify` or `update` action that gets the existing file `content` and returns...
Hey @michaelbromley, feel free to close this issue. The client did not have the funds to for the project.
@Jad31 and @milesj this can already be achieved for yaml and json files due to the generator ability of merging them. In fact, [I'm using it here](https://github.com/svallory/moon-launch/blob/main/templates/tools/husky/package.json) to create templates...
> For Moon, the suggestion is to introduce a similar tool but one that's narrowly tailored: a tool primarily for updating existing file content, without incorporating the broader code-generation capabilities...
> That's why we are talking about creating a side tool for this purpose and not directly include this feature in generators. I understand it better now, thanks! Still, even...
Looks like the path is looking for `build/build/templates` instead of `build/templates`
Hey @Lotes maybe I wasn't clear in the original post, but the metadata I proposed should be applied to the Langium grammar rule (and Langium grammar AstNode) themselves, and not...
Hey, @Lotes! I'm sorry for the late response, I was sure I had answered this. I was finishing a project this past month and with all the rush to launch,...