-
A Random Generator component with Data Bits 64 generated the following sequence of values for me:
ffffffffdd309afb
ffffffffc92dcf63
000000006c38104d
ffffffff997c3694
0000000…
simoc updated
3 years ago
-
1. I logged in with my user and started a new game
2. while the game was still running, I opened a new tab, logged in with the same user and tried to start a new game
3. the game never started and I…
-
Currently for each step that we send, we repeat a lot of data. We could remove this duplication by sending an object once at the beginning that contains repeated information, such as:
* the units fo…
-
A teacher reported some issues and when I went looking at the logs I found this:
```
flask-app_1 | 2019-11-25T17:37:51.840156842Z Traceback (most recent call last):
flask-app_1 | 2019-1…
-
This issue lists possible changes/improvements to the ABM, that will solve some of the issues we had in the past and make SIMOC more flexible:
## Agents and Storages
Currently we have agents that…
-
-
We discussed tracking calories and macronutrients (aka macros, i.e. carbs, proteins, fats) to ensure the humans gets both enough calories and a balanced diet. The average amount of calories and macro…
-
**I. Issue**
This issue is to discuss and resolve disagreements on the design of the Timeline on the live Dashboard and its functionality. Currently there are two areas of disagreement that are disc…
-
The dashboard scrubber should be updated to work in live mode, where the total number of steps is not known in advance since it's endless. This can implemented in a way similar to the one used by You…
-
### Enviroment
Win10 Pro 64x
Nodejs v15.0.0
Npm 7.0.2
I am getting this error when trying to create a new nuxt app
### Creating new app
npx create-nuxt-app nuxt_test
create-nuxt-app v3.…