Roman

Results 234 comments of Roman

Unfortunately that does not work for us. The only workaround that worked for us is by adding: `#addin nuget:?package=System.Data.SqlClient&version=4.8.3`

Pitty, I am now running into the same issue.

What I did find out so far is that in `depends.ps1` the `Get-Dependency` returns a strange object: ``` [ { "value": [ "main/go", "mine/go" ], "Count": 2 }, { "value":...

I am now in a situation where a feature installs a binary and when a dev-container with this feature is started, the binary needs to be called and passed the...

It seems this is not only for branch names but also when any filenames with special characters are encountered (even non-java files).

Same issue. A very small portion is missing, making it sound like a "hiccup" on each transition.

Newer releases are now on GitHub, I created a PR with a manifest using GitHub for the version and download: https://github.com/ScoopInstaller/Extras/pull/13479

There is a long standing request here: https://github.com/FlaUI/FlaUI/issues/129 It should be possible to get the cursor state but as mentioned there, custom icons will be difficult. Usually it is better...

This issue popped up from someone else. Are you able to debug into the `FindAllChildren` to see where it blocks?