Simon Tran
Simon Tran
I had to had a bash script named "xfce4TerminalChangeBackground.sh" since I never really used python before, so I didn't know how to do replace the line containing the path to...
I managed to change the file completely in python. I didn't find a way to detect the the xfce4 terminal. Maybe you could ask the user to enter which terminal...
I tried your command to detect xfce4-terminal, it didn't work for me Also, I'm not sure what the clear method is supposed to do. Should it reset the terminal to...
Is there a reason why it's not simply exported like other types (XAxisProps, BarProps...)? I know that ApexChart lets you import pretty much anything
Also, while `BarProps` is exported, I can't seem to use it like I would expect? https://codesandbox.io/s/recharts-issue-template-forked-652ynn?file=/src/index.tsx ``` const MyBar = (props: BarProps) => { return ; }; ``` I get...
Using `padding='gap'` solves it too without having to use a custom domain https://codesandbox.io/s/recharts-area-chart-with-date-axis-forked-ypqrft?file=/src/App.js
@Ian-Bright You can also override the class component ``` class MyYaxisComponent extends YAxis { render() { return ; } } ``` You can then pass custom props to the YAxis...
> @ChristoRibeiro could you tell me more about your use case? > > My main concern is how to handle the following, and I'm curious if it applies to your...
> there is a problem of using just `[dependencies]`? > > like > > ```js > import {useEffect} from "react" > > export const useWindowScroll = (dependencies) => { >...
Hi, I just tried the dev branch, but it doesn't seem to fix the issue