Dimitri Tischenko
Dimitri Tischenko
> @timidri I'm going to go ahead and merge this PR, thanks for putting up with our flaky CI checks. We'll make sure to address these pains in the near...
@Nwolford51 This issue has been resolved by the PR merged today: https://github.com/puppetlabs/puppet-vscode/pull/833
I have encountered the same issue.
I'm still unsure what configuration to change so ` @apply border-border;` and the default font configuration work. Can anyone provide a pointer please?
@mjth Yes, I did. As a matter of fact, now `@apply border-border;` does not give an error anymore for some reason. The only issue I still have is that `"var(--font-sans)"`...
After playing with the "Base SDK" setting a bit the app started running correctly. Not sure what caused the error though, so leaving this issue open for possible additions.
> We may want a separate Puppet module to house tasks like this. This repo isn't a valid Puppet module by itself, I don't think. @reidmv I wanted an easy...
@Sharpie any thoughts?
@bastelfreak I've raised a PR: https://github.com/voxpupuli/metadata-json-lint/pull/120 adding an acceptance test which should fail on invalid escape character. Though I am confused since my use case is a task metadata file,...
> > This test is expected to fail on invalid json, but instead it fails on invalid schema - the task metadata files have a different schema. I'm not sure...