Fumiya Yamanaka

Results 8 comments of Fumiya Yamanaka

[FYI] I faced the same problem to go back to the beginning when resuming the video. But, what I found the solution is delivering a state value of `Binding` instead...

How can I do that? it doesn't work! Please help me somebody! Thanks ``` { resolve: 'gatsby-source-google-sheets', options: { spreadsheetId: 'id', worksheetTitle: 'note', credentials: require('./note-rss-client_secret.json') } }, { resolve: 'gatsby-source-google-sheets',...

@wxxsw hi, are there any plans to enable us to modify the duration or `bufferProgress` by myself? Or can I ask how you come to implement that number? I'm struggling...

@wxxsw Sorry, I didn't get how `preloadByteCount` works. Am I correct in assuming that lowering the preload size will reduce the time taken to preload?

Thanks for the response! @SixFiveSoftware But this PR doesn't work sadly. This is because `Permission` must provide custom build flags before building ([#configuration](https://github.com/mtfum/Permission#configuration)). To deal with the problem, in case...

Still facing the same problem with installing through Homebrew 😭 ```console $ which tuist /opt/homebrew/bin/tuist $ tuist version 4.8.1 $ tuist init Could not find template default. Make sure it...

@fortmarek Hi, thanks for the reply. I reinstalled tuist with cask command and here is the result. ``` $ opt/homebrew/Caskroom/tuist/4.8.1/tuist init Can't initialize a project in the non-empty directory at...

Ah, ok. finally succeeded to init with allowing security alert. Thank you for your support! @fortmarek