Alexandre Delattre

Results 6 issues of Alexandre Delattre

createEntityFromJson allows you construct entity with missing "required" fields in the JSON For instance given the following model : ``` scala class Person(var firstName: String, var lastName: String, var age:...

enhancement

# Context: You open a log buffer to see branches graph (`l b` mnemonic), and you perform a git command such as fetch or commit. # Observed behavior: The graph...

magit parity
enhancement

# Feature request : Rebase subset (`r s` mnemonic in magit) is really useful when you only want to rebase a subset of commits.

# Context You want to reset your local `master` branch to `origin/master`. You use the branch reset feature (`b x` mnemonic) # Observed behavior The update-ref fails : ``` [128]...

I am using URL Image in a Swift UI project, and I would like to reuse the downloading/caching logic of URL Image, but outside a SwiftUI hierarchy. My specific use...

enhancement

**Is your feature request related to a problem? Please describe.** In the current implementation it is possible to run test using the code lens, or the "green arrow" in the...