In 1.2.0, when you load a map, sometimes it'll get stuck and say "Map type is not supported".
This is a known issue which should be fixed by a small change.
This issue is due to a race condition where the user can sometimes upload a map before the parsers are loaded. The parser loading is done together with solver loading, so it'll take up to 5 seconds to become available, even though they theoretically could load instantly.
Proposal: Wait for parsers to load before allowing users to upload a map.
In 1.2.0, when you load a map, sometimes it'll get stuck and say "Map type is not supported".
This is a known issue which should be fixed by a small change.
This issue is due to a race condition where the user can sometimes upload a map before the parsers are loaded. The parser loading is done together with solver loading, so it'll take up to 5 seconds to become available, even though they theoretically could load instantly.
Proposal: Wait for parsers to load before allowing users to upload a map.