Niklas

Results 103 comments of Niklas

I'm currently really struggling with finding a good svg injector, which supports an svg string. Is there currently a workaround for using a string based svg resource with `inlineSVG` ?

Interesting requirement, I could add an additional matcher for that, but seems very specific to me 👀 Also, the matching is currently only happening via keys and not via values,...

Whoops, thought this was for my other prettier plugin 😬

Interesting, didn't know that a workaround actually exists.

Same for us, I just crashed all of our unit tests because for our jest setup we need a specific import order: https://github.com/nrwl/nx/issues/6361#issuecomment-994922109. Also, I didn't find any workaround, except...

Actually, our workaround looks now a bit different. I just overwrote the sorting order for those specific files. Still **not** a great solution: ```js // prettierrc.js overrides: [ { files:...

Awesome that works, didn't know about the xbim toolkit 👍

@arishinsemen I actually used xbim to fix a few implementation errors of my stringifier: ![image](https://github.com/buildingSMART/IDS/assets/13211347/ad79963c-dcc2-41ce-8e8a-b8f8747cafac) But probably they have another place for support for their tool somewhere.

> Regardless of the type of record (SRV / A) could / should this not be a separate service that you deploy on the cluster? All it has to do...

Just wanted to move from my windows machine to a new mac and now also stuck on this error 👍 @andreafdaf did you manage to resolve it somehow?