Sergei Vorobev

Results 50 issues of Sergei Vorobev

[Posh-git](https://github.com/dahlbyk/posh-git) is too slow. I'm striving to see something that fetch data from disk in async way, so it doesn't block, if data is not available yet.

Modules is the preferred way to distribute reusable components.

enhancement
help wanted

If you run this line, it will take more then 3 seconds. ``` powershell @({sleep 1; 1}, {sleep 1; 2}, {sleep 1; 3}) | Invoke-Parallel { return $_.Invoke() } ```...

bug
enhancement
help wanted

Hello! I tried importing the module on Mac and got few errors `import-module fasdr` ``` PS /Users/vors/dev/Pester> import-module fasdr New-Object : Cannot convert argument "0", with value: "System.IO.Abstractions.FileSystem", for "Database"...

This is a follow-up from my comment https://github.com/kelleyma49/PSFzf/issues/1#issuecomment-263048321 I think it would be awesome to add PS support to the official fzf repo. As far as I see it requires...

Extracting from #113 into its own issue. Many people expressed a desire to add a support for new languages. The **current story is unclear** because the list of syntaxes is...

enhancement

Hello! I tried a simple example with `Arc` with calling `drop` from 2 different threads and tsan reports a race on it https://gist.github.com/vors/83d78aa5e4b0cc0f730f54d99eafd692 . Is it because it ignores the...

### Environment - Editor and Version (VS Code, Atom, Sublime): Sublime - Your primary theme: Default (Monokai??) ### Issue Description This is all valid numbers in ps ```powershell 1.21e+3l 1.21E-3d...

Moved from https://github.com/SublimeText/PowerShell/issues/66 ### Environment - Editor and Version (VS Code, Atom, Sublime): Sublime - Your primary theme: Default ### Issue Description `$(...)` inside a string is an expression interpolation....

bug

Moving from https://github.com/SublimeText/PowerShell/issues/68 And https://github.com/SublimeText/PowerShell/issues/77 ### Environment - Editor and Version (VS Code, Atom, Sublime): Sublime - Your primary theme: Default ### Issue Description There is inconsistency in the chained...

bug
scope-change