Dron007
Dron007
Same issue happens on 2 computers with Win7. Telegram stops getting any messages and stops updating channels after resuming from standby. It occurs maybe 1 time in 5-7 runs.
I was also surprised that they were not copyable. It doesn't add much security but adds a lot of inconvenience.
@GantMan Sorry, not yet.
Maybe it is better add something like ```joined_path.relative_to(base)``` (which will raise exception in case of unsafe path too) instead of ``` if not joined_path.is_relative_to(base): raise ValueError(f"Attempted to access path '{joined_path}'...
It seems to have the same reason as this issue: https://github.com/styled-components/styled-components/issues/4074#issuecomment-1814814175 Could it be fixed in styled-components without additional changes in code?
Any chances to see a fix in `styled-components`? We have about 6-8 components based on `react-select` and each has about 4-6 custom inner react-select components. I don't think it is...
@quantizor What is the right way to fix it in this code? ```js import React from "react"; import Select from "react-select"; import styled from "styled-components"; import { components } from...
@quantizor But in my case I don't use theme functionality at all. Should I add it just to workaround this case, do it in many places and keep it in...
> I think ultimately the right fix is to deprecate passing a styled-components theme over props and use $theme instead. Then theme can just be a normal prop. @quantizor That...
In your documentation here https://storybook.js.org/docs/react/writing-stories/decorators only \ version is shown which leads to this error which was very hard to connect to \ so I think at least the Documentation...