Clindbergh

Results 20 issues of Clindbergh

I can't install the bundle with `sensio/framework-extra-bundle` present as the `symfony/finder` versions conflict. `sensio/framework-extra-bundle` requires `"symfony/finder": "^4.0|^5.0"`, whereas the bundle needs `^3.0|^4.0`. Can this version constraints be updated?

I would like to be able to perform an action only on certain filetypes. In our case we want properties to be sorted on save. For this purpose we use...

I have an iphone 6s (N71mAP) with iOS 13.X that only booted into recovery mode after low storage. I tried to update with iTunes to iOS 14, but the update...

### Reproduction steps ```csharp // See https://aka.ms/new-console-template for more information using LibGit2Sharp; var tempPath = Path.Combine(Path.GetTempPath(), new Random().NextInt64().ToString()); var repoDirectory = Repository.Init(tempPath); Console.WriteLine($"Created repo at {repoDirectory}"); ``` ### Expected behavior...

### Reproduction steps In a repository run: ``` repo.Diff.Compare(repo.Head.Tip.Tree, DiffTargets.WorkingDirectory) // Working fine: // repo.Diff.Compare(repo.Head.Tip.Tree, DiffTargets.Index | DiffTargets.WorkingDirectory) // repo.Diff.Compare(repo.Head.Tip.Tree, DiffTargets.Index) ``` ### Expected behavior List of changed files. ###...

[Git3moji](https://robinpokorny.github.io/git3moji/) is a minimal emoji standard for commit messages. Is only uses 5 emojis: * `:zap:` ⚡️ – Features and primary concerns * `:bug:` 🐛 – Bugs and fixes *...

enhancement

In the following code ```c# IEnumerable result = aValues .Select(a => (a, a.ComputeB()) ``` I wish to transform the value `(A, Option)` to `Option`. For this operation a `Map` operation...

I have encountered the following exception in multiple projects: > stubbornlove.js:2842 Uncaught TypeError: Cannot assign to read only property 'className' of object '#' > at _VirtualDom_applyFacts (stubbornlove.js:2842) > at _VirtualDom_applyPatch...

As part of [Zurihac 2022](https://zfoh.ch/zurihac2022/) I am considering to explore Monomer further and implement a basic table functionality. I am relatively new with Haskell, but I think there could be...

enhancement
question