dzikoysk

Results 142 comments of dzikoysk

I've also experienced this for some tabs components: ``` Uncaught (in promise) TypeError: Window.getComputedStyle: Argument 1 is not an object. setLineNumbersHeight Editor.ts:144 handler2 Editor.ts:111 promise callback*nextTick runtime-core.esm-bundler.js:246 handler2 Editor.ts:110 ```...

Thanks, I'm currently cleaning up whole frontend in my app, and just found it by accident - highlighting in general works fine as you can see. (It's open source, so...

> feel free to reopen this issue once you have the example link. @koca Users cannot reopen issues closed by maintainer. The issue is quite common, it happens for long...

Oh, it was just a note to `feel free to reopen this issue`, nothing more 😛 I could separate this from the rest, as I see it could sound unpleasant,...

>not required in alpha release

Hi, well, ASM library is just smaller (should be like 200kb instead of 750kb) and doesn't have to compile string based java-like code to generate classes, so it may improve...

Kinda, but it requires from user precisely defined target, so it is not as good as javassist to prototype some behaviours. I'm still trying to figure it out how to...

It's not this kind of problem. If I'd like to generate full bytecode for whole app, I could just do that and forget about the problem. It's more about overall...

Yeah, I'm pretty sure that I'm the problem in this case due to my indecision. At this moment I don't want to maintain bidirectional support, so the most important thing...

Yeah, me too. It's probably why the development process is such a fun to write with all these different ideas. It's not only just reproducing another language, but it's all...