mvarendorff

Results 60 comments of mvarendorff

I am using env-cmd to run chromatic with the token defined in a .env file in the packages directory and it works without issues on my Windows 10 machine. Maybe...

Hi, sorry for this half necro. I was wondering whether there are there any plans to integrate this into artemis (from either of both parties involved in this thread so...

A related PR has been merged a couple hours ago: https://github.com/storybookjs/storybook/pull/18296; as of now, there hasn't been a new release though

The mentioned change has been released in https://github.com/storybookjs/storybook/releases/tag/v7.0.0-alpha.16, so I guess this could be closed?

```dart player.setUrl(url); if (Platform.isIOS) { length = await player.getDuration(); } else { final duration = await player.onDurationChanged.first; length = duration.inMilliseconds; } ``` should work just fine.

I followed this [superuser post](https://superuser.com/a/421930/643642) and got this result: ``` $ mpck b.mp3 SUMMARY: b.mp3 version MPEG v1.0 layer 3 average bitrate 208747 bps (VBR) samplerate 44100 Hz frames 67...

I am using the plugin (0.4.3) in Rider and also have to manually import classes in suggestions. If there is any way I can help debug the issue, please let...

Hey @Eransho, I can indeed (on 0.4.4 of the plugin) in C# in Rider: ![R09JRPXcec](https://user-images.githubusercontent.com/26303198/126483641-75913e0d-198a-4f0b-9d46-2c3e4c556a26.gif) As you can see, Tabnine suggests HttpClient which I select but the import isn't created....

Awesome, thanks! I don't know if this is a similar or the same case, but while I was fiddling around with Flutter, I also found this case (Android Studio Arctic...