Roland Brand

Results 7 comments of Roland Brand

I'd like to see this work with JSON. I'll try to add a json grammar and see where we can go from there.

@afnanenayet thanks for the hints, I'm just trying the workflow. I guess we can also have a look at this: https://github.com/tree-sitter/tree-sitter-json. Might be faster than using a TS/JS parser, since...

Just a detail: YAML is no superset of JSON, but structurally equivalent. This means the resulting AST is the same, but you certainly need completely different parsers (JSON uses parentheses...

So thanks again for the instructions, the build works like a charm. However I don't think the diff is doing what we would expect it to do. E.g. if i...

Looking into this for my downstream project. If setting the COEP and COOP headers will succeed, I will follow up with a PR here as well.

I can confirm that setting the headers below resolved the bug for my project (server side however): ``` { "key": "Cross-Origin-Embedder-Policy", "value": "require-corp" }, { "key": "Cross-Origin-Opener-Policy", "value": "same-origin" }...

I would love to take care of this. > but we need to make sure to capture it and display it in case of a problem so the user can...