Seiji Suenaga

Results 17 comments of Seiji Suenaga

I just noticed a "Last.fm: ignored this scrobble" notification, so I tried scrobbling from mic and it succeeded with the same artist, song title, & album title as my mp3...

Not sure if I'm seeing the exact same scenario, but I'm getting empty coverage results when passing a DLL like this: ```shell dotnet test ./test/UnitTests/publish/UnitTests.dll --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=cobertura...

I was just looking for this functionality due to the flattening bug you mentioned, where drag-and-drop for some reason flattens unrelated subtrees near where I drop a tab. Would love...

@ladipro unfortunately `dotnet run --init --project abc` didn't fix the 15-minute hang in my case.

@ladipro Ah, sorry. Just tried that as well, but it still hung for 15 minutes. (In my case, the hangs are happening in GitLab CI, so I tested it by...

@ashishdhingra Ah I'm sorry, I got that example wrong 😓 but my actual Lambda function settings have the correct format you specified. Here's the actual format I'm using, with my...

@j0bekt01 Does that require Pylance to be installed? As far as I know, the Pylance extension isn't available in Code Editor because Microsoft restricts it to their proprietary VS Code...

@imarquart FWIW, for plain .py files you can install the [Pyright](https://open-vsx.org/extension/ms-pyright/pyright) extension, which Pylance is built upon. It includes some [basic language server features](https://microsoft.github.io/pyright/#/features?id=language-server-support) like renaming variables, but it intentionally...