DetachHead
DetachHead
i think the failing tests are caused by changes to type alias resolution in newer typescript versions. i don't think testing types that way is very reliable since [there are...
the `Given`, `When` and `Then` in the callback should also be typed (so that [this example](https://sapui5.hana.ondemand.com/#/api/module:sap/ui/test/opaQunit) works), it probably needs to use a generic but i'm not familiar enough with...
it doesn't necessarily have to be a gist, i think the typescript playground encodes the content in the URL or something: https://www.typescriptlang.org/play?#code/MYGwhgzhAECC0G9pmgXmgRmgXwFCkhgCFoBTADwBdSA7AExniQCM1Md9wpoBhMq2gziJowNljy58AexoRKyNjVIB3OAAoAlAG4Zcha3TK1RLbuCz5opat5mprSMKc9tQA
> I assume this [documentation](https://developer.chrome.com/docs/extensions/reference/webRequest/) is for Manifest v3. yeah that page doesn't mention anything about the changes in manifest v3. it needs a big red warning [like the one...
Assuming the failed CI has nothing to do with my change because the same is happening on every other open PR
Thanks. I also found this project which seems more like what I have in mind https://github.com/awerlogus/io-ts-transformer, though it [seems to be broken](https://github.com/awerlogus/io-ts-transformer/issues/6) Not sure how I missed it as it's...
[`url-regex-safe`](https://github.com/spamscanner/url-regex-safe) handles this correctly
the ci failure appears to be a problem with the runner 
@DrRataplan thanks for the reply > When we (speaking of myself and my colleagues working on FontoXPath) run into any issue that might be related to the engine itself, we...
@DrRataplan what about if `namespaceResolver` took a second argument for the node name? that way, i could make it return a different namespace when the node is an `svg`. i'd...