Mike Bender

Results 45 issues of Mike Bender

The `LICENSE` file in the project says it's an Apache license, but in the `README.md`, it says: ``` The style guides in this project are licensed under the CC-By 3.0...

- Check for the `directory` property on the repository, for when package.json is not at the root: https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository - Convert the relative path correctly to where the file is located...

Create a table that has dtypes Float64 and use one of the columns for the `size` parameter in `scatterplot`: ```python import matplotlib.pyplot as plt import seaborn as sns import pandas...

rough-edge

- [ ] JS API for passing pivot table built programmatically from server to client - [ ] JS API methods for changing grouping columns, pivot column - [ ]...

triage
epic

- Also added a cog.toml file - Just run `cog changelog` to generate the full changelog - For between two tags/commits, add the range as an arg, e.g. `cog changelog...

NoDocumentationNeeded
NoReleaseNotesNeeded

**Description** When autocomplete tries to complete after typing the command: ```python import numpy as np np. ``` it seg faults. **Steps to reproduce** 1. Manually type the following command in...

bug
python
autocomplete

**Description** When we publish a patch version of deephaven-core (and subsequently a patch version of the `@deephaven/jsapi-types` package), it should _not_ be labelled as `latest`. For example, we previously published...

bug
triage

- When the model is disconnected, we should just display an error. There's no option to reconnect, as the widget schema could change entirely - By unloading the IrisGrid component,...

- Don't sanitize the descriptor in `AppDashboards` - the descriptor gets sanitized within the objectFetcher itself - By sanitizing too early, we lose metadata needed to load an object -...

See #1804 for rollup group behaviour. Expose as a dh.ui option.