Mega Mind

Results 9 comments of Mega Mind

@ljharb I think it is a problem, because I stuck there forever on macOS Big Sur.

@ljharb Please see on the attached image. It takes forever like that. I have to "Control + C" to stop it. Then I checked `nvm -v` but the result show...

@KadriyeMacit I think you should use `youtube_player_iframe` package instead of `youtube_player_flutter`.

@martinm82 I have used **rbenv** as here https://jasoncharnes.com/install-ruby/ and add these lines to file ~/.bash_profile > export PATH="$HOME/.rbenv/bin:$PATH" > eval "$(rbenv init -)"

> v4 have option for using other links. I use [gql_dio_link](https://github.com/TarekkMA/gql_dio_link) and with dio you can use > > ``` > final dio = Dio(); > final cookieJar = CookieJar();...

Thanks @AndreSand. You saved the day.

Hi @robertmryan Here is the way I used to built my path: ``` NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *basePath = ([paths count] > 0) ? [paths objectAtIndex:0] :...

@mamazu I have clear the project and then install the new one. 1. I have followed this instruction to install Sylius: `composer create-project sylius/sylius-standard acme` `cd acme` `php bin/console sylius:install`...

Hi @mamazu , When do we have the next release for this issue?