Seth Traverse

Results 4 comments of Seth Traverse

Have had this happen on files with >1000 lines. Pray the file was saved before adding a necessary change, otherwise the "press and hold ctrl-z" approach is the only way...

This can introduce subtle bugs if the developer isn't aware of it. Either the annotation should force a string type, or it should cast to the destination type. Having a...

Yep same issue. The type definitions are located in @types/leaflet.markercluster but importing this module after the `import * as L from 'leaflet'` has no effect. It is also not possible...