Fenrir icon indicating copy to clipboard operation
Fenrir copied to clipboard

Git tool in F#

Results 5 Fenrir issues
Sort by recently updated
recently updated
newest added

There are some commercial users (all out of a sudden!) who could really use the Fenrir library, but they cannot due to us using SharpZipLib. We've investigated a bit, and...

enhancement

Depends on: - [x] #51 We want to start publishing of usable artifacts to NuGet.org. For this, we'll require a right GitHub action. See [example in wpf-math](https://github.com/ForNeVeR/wpf-math/blob/af82250b6b17406e76b1aa56bc1ed2a58d3a2703/.github/workflows/nuget.yml). I will have...

infrastructure

According to [this answer](https://stackoverflow.com/a/48889009/2684760): - [ ] #63: `git init` - [ ] `git remote add origin repository-url` - [ ] `git fetch --all` - [ ] `git checkout --track...

enhancement

Initially, most of our command code had simple signatures like this: ```fsharp let packObject (input: Stream) (output: Stream): unit ``` It is good because it is very simple to call...

refactor

See this TODO comment: https://github.com/ForNeVeR/Fenrir/blob/f091f85b8b09cb1813cfbeb8bcbdf2870e46ad36/Fenrir/Ui/CommitsViewModel.fs#L36-L49 Consider this scenario: 1. User selects a ref named `ref1` 2. This code block starts asynchronous load of commits for `ref1` 3. User quickly changes...

bug