Brian Ingles
Brian Ingles
Are `///` tags pointing to definition files supported in T3S? Here's my project structure: ``` projectdir/ | typings/ | | angularjs/ | | | angular.d.ts | project.sublime-project | my-root.ts ```...
### Provide a general summary of the issue here If I set "display:none" on a parent element of a `ListView`, it crashes the page. ```jsx {(item) => {item.name}} ``` Possibly...
### Provide a general summary of the issue here There are certain scenarios where scrolling a ListView with frequently updating items can crash the component. The error is: ```log Uncaught...
### Provide a general summary of the issue here The Picker component supports items with numeric id / key props. ### Item.key unset If the `Item.key` prop is not explicitly...
### Provide a general summary of the issue here By default, ComboBox opens when the user types unless there are no items. In cases where the `onInputChange` event is used...
There are 2 references to `dhinternal.io.deephaven.proto.ticket_pb.TypedTicket` in the `index.d.ts` of `@deephaven/jsapi-types`. These are not currently defined which causes compilation errors in projects that don't have `skipLibCheck:true` set.
I attempted to install @deephaven/utils in the vscode-deephaven extension and get a number of errors: It looks like there are at least 2 classes of errors here: - Incompatible `CustomEvent`...
The React Spectrum Combobox handles tab key selection as follows - If the cursor is over an item, that item will be selected - If the cursor is not over...
When searching for items in a ComboBox backed by a table data source, sometimes the picker opens to show results as you type. Sometimes it does not. ~I've filed a...
**Description** It seems that having an open file stops logout from working. **Steps to reproduce** - Run DHC such that it requires PSK for login - Login - Open a...