Rustam

Results 13 comments of Rustam

`ssh-add ~/.ssh/id_rsa` - adding key(s) to ssh-agent fixed the error for me

As a temporary solution, here's an install script for Ubuntu (installed at `/usr/local/bin`): ``` curl -s curl -s https://api.github.com/repos/extrawurst/gitui/releases/latest | grep -wo "https.*linux.*gz" | wget -qi - tar xzvf gitui-linux-musl.tar.gz...

This solution fixed the problem for me: https://github.com/nullpo-head/wsl-distrod/issues/50#issuecomment-1135307920

Hey, @itsMapleLeaf! May I know what's the status on this?

@mcollina oh ok, so it's like a bug or something? I could do a PR for that and then remove the comment from this PR for updating `refresh_token`

You can install Dart SASS through this article https://stackoverflow.com/questions/51571814/how-to-install-dart-sass/52063522 you don't need Live Sass Compiler now and there are no issues because you can use latest Sass

Any updates on this? Have someone found a workaround for this issue? I'm also using graphql-request

Hey @kettanaito! I don't see this problem anymore. I tried to create reproduction using [email protected], [email protected], [email protected] and [email protected], but everything worked fine without errors, msw was correctly mocking graphql-request...

Here's also another solution that I came up with: https://codesandbox.io/p/sandbox/divine-http-93zqyd My use case was that I needed those specific points be equal to specific values (e.g. 18, 25, 35, 45,...