Martin Dufort

Results 14 issues of Martin Dufort

## Checklist - [x] This is not a Apple's bug. - [x] Reviewed the [README](https://github.com/ra1028/DifferenceKit/blob/master/README.md) and [documents](https://ra1028.github.io/DifferenceKit). - [x] Searched [existing issues](https://github.com/ra1028/DifferenceKit/issues) for ensure not duplicated. ## Current Behavior When...

I'm looking at integrating that library into a new macOS application we are building. Anyone is currently working on a port to MacOS ? Would love to help / move...

### Platform macOS ### Installed CocoaPods ### Version 7.9.0 ### Steps to Reproduce In Swift, one of the most common exception / crash error we have seen in our app...

Type: Bug
Impact: Large
Effort: Medium
Status: Backlog
Platform: Cocoa

I'm trying to compile your example Mac project. Project settings Swift compiler is set to **4.2** (there is no 4.2.1 option) regardless of the error message. I'm getting the following...

Very interesting article. Is there a way to perform we can detect the action perform and enable a specific animation based on that action ? - insertRows / deleteRows /...

In Markdown, the syntax `- [ ]` allows you to create todo lists. How difficult would it be to implement this syntax but with a custom renderer displaying a checkbox.

In some cases, my sparkline will have a series of identical values. Example: ```swift var activityArray = [CGFloat](repeating: 20.0, count: 30) ``` I want to show them in a `DSFSparklineZeroLineGraphView`...

Hey there, I've started implementing Differ in our app to drive changes to our TableView. As our app needs to support 10.15+, we cannot use the native DiffableSource implementation. So...

Enhancement

While trying to authenticate using the default CredentialWindowProvider, XCode complains that access to keyWindow... is not performed on the Main Thread. Here's a snapshot...

I'm starting to integrate RTK into our iPhone app (using UIKit) and I was wondering if we have access to line-associated functionality. Would like the `RichTextPresenter` protocol to provide me...

feature