Oliver Swienty

Results 8 comments of Oliver Swienty

> I've recently upgraded my webpack v4 to v5 and in consequence I had to upgrade this plugin too and after that Im getting infinite loop on dev environment after...

@alexander-akait it does, but it enters an infinite loop when you change something in a static directory. In the meantime we found out, that the problem seems to be, that...

@karfau I would be down to implement any of the two suggested approaches mentioned by @kpalatzky Just tell me which you prefer. We really need these for our typings. Would...

@karfau I would be down to invest some time into rewriting xmldom in TS if that would help you, as I also see a huge benefit in using TS over...

Also I don't understand how we're supposed to use this in our backend? When I have multiple users logging in I can't save the instance of the Keycloak class so...

I'm not too sure about the change of the type for kitchen/subkitchen ids though... they are digits but of type string... its like this "123123" instead of 123123.. I haven't...

@karfau some if not most of the required properties are actually already there, just not correctly maintained within the `index.d.ts` as mentioned in https://github.com/xmldom/xmldom/issues/725. I will try to add them...

Just FYI @karfau: I know you don't like the idea of implementing methods that throw not implemented exceptions. I looked at the missing methods/properties and figured I could just implement...