David Rheinheimer
David Rheinheimer
In short, when dragging the selection box toward the upper left, react-selectable-fast interferes with mouse events on selectable items (or any items under the mouse for that matter). As far...
I'm trying to create what amounts to my own version of Plotly's [react-chart-editor](https://github.com/plotly/react-chart-editor). In doing so, I'm passing a *layout* prop to my component, which I then include in my...
The title says it all: It would be nice to have a prop in PivotTableUI indicating the open/closed state of specific filters, including, possibly, their location. Something like valueFilterState, with...
I get the following warning in the browser console (Linux Chrome, fwiw): ```Warning: Failed prop type: The prop `attrValues` is marked as required in `DraggableAttribute`, but its value is `undefined`.```...
I am trying to use a hydropower recorder, but it is not recognizing the parameter associated with the water_elevation_parameter. I.e., in my recorders I have: ```javascript "New Exchequer PH/energy": {...
I have a custom Cythonized parameter in which I'm trying to get the value of another parameter, but I cannot do so using the non-Cython method. I.e., the following does...
I am trying to rely on a virtual storage node in a control curve parameter. For example: ``` "New Melones Lake/Cost/1": { "type": "controlcurveinterpolated", "storage_node": "New Melones Lake/1", "control_curves": [...
I am trying to define a table within the "tables" section of the model json file by specifying the table data directly in the json file. Is this possible? If...
I'm trying to use a parameter with virutalstorage max_volume (instead of simply a number). As a first obvious fix, I tried modifying the `load` method on the virtualstorage node: ```...
With reference to #773, I am trying to input data (max_flow, etc.) as, for example, volume/month instead of volume/day. As far as I can tell, this is not possible, since...