Ilkka Huotari
Ilkka Huotari
> By the source code, do you mean the inner HTML in the .ql-editor? Yes, exactly. So it looks like the handler solves the problem.  
I tried to refresh it a few times: the error happened a couple of times. 90 % times it worked, 10 % not. I lowered Brave's "shields", but it still...
I had troubles with the "once" method combined with "names".. worked around it like this in irc.js: this.names = function( channel, hollaback ) { // 4.2.5 // Register event for...
Feel free to pull that from my repo if you feel like it.
Right, thanks. Is there a possibility to change the error message to reflect that?
The issue was `es2022`, which common-shakeify couldn't handle. It could handle `es2021`. Here: https://github.com/chartjs/Chart.js/blob/master/rollup.config.js#L28
I tried it, but I would like to keep the size of one hour the same. If I remember correctly, that would increase the height of one hour and make...
There is a bug here: ```bash ile@ilepc:~/src/sc2$ eg new express-app6 > Project must contains only: - at least 5 characters - lower case type of name - project name may...
SVG source here. It seems that the initial upload isn't working very well. ```svg .a{fill:#c318f4;}.b{fill:#0c0f5a;}.c{fill:url(#e);}.d,.f{fill:rgba(0,26,67,0);}.d{stroke:#04184b;}.e{fill:#1e1bba;opacity:0.43;}.f{stroke:#2c33b9;stroke-width:5px;}.g{stroke:none;}.h{fill:none;}.i{filter:url(#f);}.j{filter:url(#c);}.k{filter:url(#a);} ```
Hi, Hope this got noticed? Seems like something that could be implemented quickly (svg spec?).