Florian Schwalm
Florian Schwalm
Are you sure that is the right CI configuration for your GitLab version? A while ago they changed that from what you have to this: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report The coverage with regex...
Please forgive my faulty memory, the coverage regex in the CI configuration is indeed the replacement for the removed coverage regex in project settings. Somehow got that mixed up. Thank...
I'd very much like to see this merged. Is anything holding us back? I'd be happy to provide the necessary adjustments if required.
> I am using this branch, couple of problems I had > > 1. `wasm-pack build --help` didn't list `deno` as a target option > > 2. the `.js` generated...
> @egfx-notifications wow, I barely remember what I did then, but I think that the ternary condition was not mine if I remember correctly, it was of some inner library,...
> Does it make a difference if you set `"remote.SSH.useExecServer": false`? I just went back to still available older versions of the extension and - the first extension version where...
> I wonder if reverting #3242 can be a better solution. If we revert #3242, `ensureFile()` even doesn't ask write permission for the parent dir when it already exists. Yes,...
It seems some of the tests fail due to them expecting a specific prerecorded results, but this result has now changed due to the previous default without a target being...
> try to add `?external=ajv` then specify ajv with your patch url in the import map. Thank you, that does exactly what I wanted
So, I had the same issue and decided to investigate. The root cause was introduced here https://github.com/43081j/postcss-lit/pull/19/commits/d3ac5b31193e1c2312bd3d92bc96da035618abc2 `locationCorrectionWalker()` traverses the nodes before PostCSS does its actual processing. As far as...