Ned Letcher

Results 16 issues of Ned Letcher

**Describe the bug** When a `DataTable` is initialised with `cell_selectable=False`, text cannot be copied to the clipboard. This is independent of the issue in #1975 where cells in columns with...

Map up/down keys to command history prev/next when command line is focused Fixes #348

I'd like to be able to include the status of whether the response to the URL being scraped used SSL or not. The challenge is that inside the `parse` method...

As discussed in plotly/dash-core-components/issues/430, under the gotcha _All Dash Core Components in a layout should be registered with a callback_ the reference to `Output` should be removed, as components actually...

Needs more investigation

Out of the box, a dynamic multi-page app like Slapdash requires callback validation to be turned off as callbacks will need to be defined that don't yet exist in the...

Slapdash is setup to use the Flask instance's config object to store Dash parameters. These are updated after Dash.__init__ is called, so that they are safe to be used at...

Would it be possible to add default support for the `data-dash-is-loading` data attribute through the `loading_state.is_loading` prop? It's not clear from the [Dash docs](https://dash.plot.ly/loading-states) that this API doesn't work out...

Ruff version: 0.0.237 Python version: 3.11.1 Command run: ruff check --isolated code.py Contents of `code.py`: ``` my_dict = {} my_dict[*"ab"] = 1 ``` This is valid Python 3.11 code, with...

bug

## Feature In Python 3.11, the `except*` was added for working with `ExceptionGroup`s. The availability of `ExceptionGroup` itself will depend on #4247, but in the meantime, the following snippet is...

A-vm