Michael Schmidt

Results 215 comments of Michael Schmidt

Very good fine. Thanks for reporting. The transformation: ```js /^(?!.*(?=.*-)(?=.*,)).*$/; // to /^(?!.*(?=-)(?=.*,)).*$/; ``` Is indeed incorrect. I think I messed one of its conditions, so this shouldn't be too...

This update has been released 3 days ago. Should we wait a little to give people time to update their browser?

A month sounds good. The release cycle of Firefox seems to be 4 weeks, so giving people one version as a buffer should be good.

> However one can do that manually in a few seconds... One cannot. I have a few dozen validation images I test with. I'm not going to go through 50...

> Why would you keep that many val images anyway? Mostly to get a feel for what the model is and is not good at. E.g. the last model I...