Andrey Azov

Results 14 comments of Andrey Azov

Don't know if it's too much to ask, but I was wondering whether you might include an example of the officially blessed way of testing components' behavior in response to...

> @azangru would you be willing to do a PR that uses enum instead of const enum throughout? I can try 🙂

> There might also be more problems with the isolatedModules related to how we use namespaces so that it will require a bit more refactoring. Right. A simple replacement of...

Yes, I thought you might need a major version bump, because moving enums outside of the namespaces would be a breaking change for end users. Having a library build of...

Ah, the problem is even larger than I thought. There are plenty of places in the Molstar codebase where variables are declared inside namespaces and exported from within them ([example](https://github.com/molstar/molstar/blob/b53debcfef324066f71ba0f60a8b3f45ef6f2a31/src/mol-model-formats/structure/property/symmetry.ts#L19-L24))....

@dsehnal @arose I've been wondering if you've had a chance to think about a roadmap that would make molstar a more portable library, or at least will become a stepping...

> Went through the code. I am not too much opposed to turning most of the namespaces into `const` objects, but definitely need to be careful about doing this. >...

Not working with incremental in 2.0.0-canary.15. [This](https://github.com/11ty/eleventy/blob/master/src/TemplatePassthroughManager.js#L247) seems to be the line that causes Eleventy to forget all passthrough paths if an incremental file is changed:

They work, but it shows a dependency conflict when installing packages with npm 7: ![image](https://user-images.githubusercontent.com/6834224/125212068-ca354480-e2a2-11eb-829a-5bb3d523a70f.png) Please fix this 🙏

Now that the React team has [stopped](https://github.com/reactjs/reactjs.org/pull/4499/files#diff-fe53b6d2b7c07165bfce8953484a8f840fe8424ab0989f0dbdc0fe851c840bf7L86) recommending loadable-components in their docs, does anyone know what the official blessed setup is? With React.lazy, webpack, server-side rendering, and all? ![image](https://user-images.githubusercontent.com/6834224/174975403-11fd9fc6-14dd-41f0-8586-ad87216b8d4f.png)