Maksim Kachurin

Results 77 comments of Maksim Kachurin

I have the same problem. I'm creating a powerful HTML element for my website builder, and every single HTML element has its own bundle. Now, when two or more elements...

What about this text to the [In-Browser Compilation](https://riot.js.org/compiler/#in-browser-compilation-with-inline-templates) section --- Important Note: When writing expressions within attributes (like `onclick={ expression })`, ensure that there are no spaces between the {...

@urgator you are completely wrong, because observe just calls the observe_ method for any Atom/Computed/Observable, and they in turn call autorun under the hood. Look at the implementation of computed,...

Anyway, my example just shows a very strange mobx behavior in a very unusual situation, however it may be related to other issues. I've been using mobx for many years,...

Yes, you're right, it looks like `computed` is an exception. My bad. In any case, in my issue question I get not the expected `onBecomeUnobservable`, so our discussion is hardly...

Exactly! You damn right and I think it's fully relevant to issue. I totally understand what any derivations in actions won't run until the action will be finished and it's...

I need to add some classes to this wrapper, what seems not possible too, thats weird

It also has another issue. If you lose focus from the textarea inside the floating window, you will completely lose the ability to close it with the ESC key.

Looks like the maintainers don't care about this project anymore, so I've decided to take it into my own hands and fork it. What I did is [create-solid-storybook](https://www.npmjs.com/package/create-solid-storybook). It should...