Akshay Dewan
Akshay Dewan
When running a simulation from the web UI, the disease dynamics can't be changed. The text-boxes don't respond to input. The console log shows this error which may be relevant:...
Background: In multi-engine simulations, each engine can represent a city (or village, or region). However, in some cases, large cities like Mumbai need to be split up across engines. This...
These are some points we have discussed that need to be refined, prioritized, and split into individual issues. 1. If the number of infections remains over the defined threshold, the...
Steps to reproduce: 1. Run a simulation in multi-engine mode with, say, 2 engines. 2. Let the simulation finish. Orchestrator and engines will terminate. 3. Start another multi-engine simulation with...
Consider the query ```sql SELECT COUNT(*) FROM some_table WHERE CASE WHEN :username IS NULL THEN 1 = 1 ELSE username = :username END ``` The following exception is thrown during...
Hi, We're using robospice-spring-android version 1.4.11 on a project. We're seeing that we sometimes get a network callback on a detached Fragment, which leads to a `NullPointerException` in the code....
Browser: Google Chrome `Version 76.0.3809.100 (Official Build) (64-bit)` OS: MacOS 10.14.6 Steps to reproduce: Open a link to the documentation containing a fragment, [such as this](https://docs.gocd.org/19.8.0/configuration/quick_pipeline_setup.html#step-2-material) in Chrome Expected: The...
Problems with maintaining multiple branches: - Backporting changes is comparatively harder - There is no staging area to test all versions simultaneously - Potentially different versions of gitbook are present...