Daniel
Daniel
@mgmeyers I just resolved my first issue. As you can see in the edit above, it was my fault. But the second one still would be a nice addition.
Seems like a fix, but there is some strange weirdness in this file. First of all: why is the Css injected via js? This could also be declared in the...
> Because the goal was to give the user the chance to disable the stylesheet, as it only works with the changes the JS script makes to the page This...
It still looks like injectCSS() get only called _after_ DOMContentLoaded. We should probably think about this as two separate actions: applying styles and applying DOM changes. So probably you could...
> Injecting the CSS before the DOMContentLoaded unfortunately is not possible, because that way the CSS styles will get overridden by the CSS styles from selma :/ Even when using...
> Apparently [the module throwing this error is now deprecated](https://github.com/TimeForANinja/node-ytsr), happy to accept a PR replacing this. Otherwise I may be able to get to it this weekend. What's the...
> Hi @C0ntroller, There is something similar in the current version, but it is not hex as far as i can see > > ``` > #define OD_1003_0_preDefinedErrorField_maxSubIndex 0 >...
> > Am I at fault here? > > maybe, is v4 exporter selected in preference? If yes, select the other one and try again  Yes, this works, thank...