Damon Maria
Damon Maria
I have the following code: ``` js import React, from 'react' import { observer } from 'mobx-react' @observer class OrgsPage extends React.Component { render = () => Hello } export...
After upgrading to v6.5.0 I get the following error when trying to create a session: `aws-vault: error: exec: Failed to get credentials for mindhive-ops: operation error STS: GetSessionToken, failed to...
* Wavebox Version: 10.0.54.2 stable * Operating System & Version: MacOS 10.15.2 * Account type (if applicable): Google **Expected & actual behavior** Clicking on a Zoom meeting link in Google...
`remove` uses `findOne` to find the document to remove from localforage. This means that if the selector matches multiple documents then only one is removed from localforage, but all are...
I had assumed that `observeSource` would make the GroundDB collection match the collection it was observing. But that doesn't appear to be the case. I think I need to call...
**Describe the bug** After upgrading to 0.16.1 the `infoStyle` on my `EventMarker` stopped working. **To Reproduce** ```jsx
# 🐛Bug report **Describe the bug** When multiple columns are supplied for a `BarChart`, and `minBarHeight={0}` is used, then the first column that has `0` data will stop later columns...
On [this line](https://github.com/MrBoolean/gulp-run/blob/master/command.js#L28) in command.js `this.options.env` is assigned `process.env`. Immediately afterwards `this.options.env.PATH` is modified. As `process.env` wasn't defensively copied when it was assigned this modifies the global `process.env.PATH`. So if...
If `options.cwd` is specified then it is prepended in front of `node_modules/.bin` in the path. But this means (if `options.cwd` is not absolute) when changed to the new working directory...
If I have a lot of documents in a `Collection` I'm getting the following stack overflow when that collection becomes unobserved: ``` Uncaught RangeError: Maximum call stack size exceeded at...