Anton Korzunov

Results 581 comments of Anton Korzunov

v1.2.5 should handle your problem

Look like it's time to use a little smarter algorithm. The old sequential parser cannot handle situations like this. But that would take time

The required change is simple, yet hard to implement as it has to follow an idea directly opposite to cosmic config. > What `cosmic config` does? It scans directories up...

> No result in ISOCountryListUN for (EH) Western Sahara It's interesting that EH exists in dispute configuration as `195838` OSM region, deleted 7 years ago. Now EH is represented by...

The first step to resolve the current situation is to update the sources as there is no XK present in the 3166 file, as well as osm and Geonames lookup....

Right now typings are __not__ working ```js {(iNeedThis) => }

What if it is stored in props? ```js type Extract = U extends React.ReactElement any }> ? ({yy:T}) : {xx:number}; const V = ; const v:Extract = null as any;...

According to [Jest](https://jestjs.io/docs/cli#--coverageproviderprovider) currently it can be done via: - nyc Babel plugin - V8 build in functionality - https://v8.dev/blog/javascript-code-coverage probably offloading all this stuff to Istanbul is the best...

Any example replicating the problem, the one I can fix, would be very welcomed. If only you can prune your project to the state you can share it with me...

HMR is what brings more or less "real module system" rewiremock can work with. Without it nothing could happen, but 🤔 initialization code should throw an error is something is...