Cameron DeCoster
Cameron DeCoster
> Looks like [#3496](https://github.com/plotly/dash/pull/3496) will fix this. Will be available in Dash 3.5 That's not quite true. The original issue is the result of styles being applied to all divs...
@fakharpoor05 could you please open a new issue and describe what isn't working with steps to reproduce?
Let's include the following in the **.npmignore** file: ``` .vscode .tool-versions .claude .github .circleci ```
It's worth noting that **.gitignore** is [ignored](https://github.com/npm/cli/wiki/Files-&-Ignores#details-1) if **.npmignore** is present.
We should consider ignoring the schema in the dist folder, or just stop generating it during build.
@Lexachoc thanks for your issue/PR combo! I like this idea, but like you mentioned, I think that it would be more visually pleasing if the x coord of the anchor...
Thanks for the PR! We'll try to review this as we have time. This seems to be related to #4782.
Hello @gatopeich! Before we review this PR, could you please help us understand what use case prompted this change? Ideally, you'd create an issue describing the problem and explaining why...
Sounds good. While you're at it, could you double check the test you added? It's failing in CI.
I created a couple of PRs ([#78](https://github.com/Qix-/color-string/pull/78) and [#81](https://github.com/Qix-/color-string/pull/81)) in a dependency used by color that will add some new features for parsing color strings that would bring it closer...