Janosh Riebesell

Results 165 issues of Janosh Riebesell

Currently MultiSelect returns to its initial state on page reloads. It's not too difficult to manually write the current state to a store which is synced to `localStorage`. But perhaps...

enhancement
DX

Add an example to the docs how to hook `svelte-multiselect` up to [`svelte-use-form`](https://github.com/noahsalvi/svelte-use-form) incl. validation.

documentation
good first issue

It would be cool if SVG components supported events. Right now, something like this doesn't work: ```svelte import Icon from './my-icon.svg' console.log(`hi`)} /> ``` Instead, you need to wrap the...

enhancement

What do you think of adding the ability to specify default props in the plugin settings? My use case would be ```js // rollup.config.js import svelteSVG from "rollup-plugin-svelte-svg"; const defaultProps...

I'm seeing a false-positive when wrapping referenced image inside a link: ```md [![Binder]](test) [Binder]: https://mybinder.org/badge_logo.svg ``` ![Screen Shot 2022-08-31 at 20 57 03](https://user-images.githubusercontent.com/30958850/187828593-721d54ab-fb8b-4930-b137-adf5c8550445.png)

bug
fixed in next

### Description It's possible to rename individual fields like the name of a run via ```py runs = api.runs( path="my_entity/my_project", filters={"display_name": {"$regex": "^foo.*"}} ) for run in tqdm(runs): run.display_name =...

feature_request

`dash_duo` seems to have a lot of methods like `select_dcc_dropdown` that I couldn't find any docs for? https://github.com/plotly/dash/blob/04217e850d86349a7ff0729f15a9ec7eb5289c78/dash/testing/browser.py#L409 The best resource I found is https://dash.plotly.com/testing#browser-apis. Are more comprehensive `dash_duo` docs...

I have a dataframe column with some missing values which I want to include in `hover_data`. Is it possible to show the column in the hover tooltip only if there's...

### Bug summary `matplotlib==3.6.0` started raising an error when trying to add a colorbar to `plt.hist()`: ValueError: Unable to determine Axes to steal space for Colorbar. Either provide the *cax*...

topic: color/colorbar

Closes #166. The code in this PR was adapted from https://github.com/PyCQA/autoflake/pull/79. Big thank you and credit to @akeeman.

type:enhancement
state:waiting
state:needs follow up