DM

Results 17 issues of DM

The API docs reference the function `store.getState()` multiple times, but doesn't provide any documentation on how to obtain the `store` object to call that function. I found through trial and...

This change bumps up the version of A-Frame to one that includes Oculus Go support, and then includes the oculus-go-controls component so A-blast works in Oculus Go. However, the version...

Would allow users to get started with the server much easier, and allows the UI configuration to work out of the box.

enhancement

Fails tests in which integers roll over to negative numbers (e.g. skip1 in mongo/jstests/core). Should have error handling for such cases.

bug

Allow modules to read configurations from different files / MongoDB documents than the main configuration for proxy core. This will allow for things like having modules edit and create their...

enhancement

The frontend for the BI module currently requires that a valid configuration document already exist in the database, which can be updated. It is not capable of creating new configuration...

enhancement

If the data has a different timezone than the server or the frontend, the graph sometimes fails to display the data. Currently patched over with a rounding hack, but should...

bug

Currently in the BI module, when retrieving tabular data, it assumes that all months have 30 days, which introduces strange rounding issues in the frontend graph (currently patched over with...

Currently the proxy just sets the flags to 8 to set AwaitCapable to true.

The helper struct functions by default export all of their fields when converted to BSON, but some commands (e.g. batch insert, batch update) require that some fields not exist. The...