Ayush Sharma

Results 14 comments of Ayush Sharma

> How does this work in common git GUIs? Is that two steps there aswell? Not really sure. I haven't used any git GUIs other than Gitui.

@wisyr How did you do it? I'm sort of struggling with it right now. I want to have free-style draggable points, like over here - [Warp SVG](https://pavellaptev.github.io/warp-svg/)

To make it work with `divs`, this worked for me: ```css .react-transform-component { width: 100% !important; height: 100% !important; } .react-transform-element { width: 100% !important; height: 100% !important; } ```

Bumping this up for a solution.

@Hyllesen Have you found any good alternatives? I have a use case and I will have to clone and re-create the math, etc in my project otherwise. I can't even...

@Hyllesen I copied the `src` in a Next.js project and changed some exports to the format `export {default as Something} from "something" ` and it worked.

Same issue in April 2020. It's not opening on Arch Linux either.

> similar situation, I downgraded the dart to 2.19 so make-get works but then make doesn't work. Were you able to fix it? Edit: figured out that on dart 2.19.6-1...

Okay, I just followed the errors and updated them by hand (thought there must be a command for this) this is updated one, but not sure if it breaks anything...

Any solutions to this yet?