Jérôme Danthinne

Results 23 issues of Jérôme Danthinne

Is there an easy way to get a posterized effect with user defined color palette?

For users who prefers only original content (without boosts), this adds a setting to hide the boosts content in the timeline, with a button to reveal it. ![Simulator Screen Recording...

I'd be happy to implement a follow requests screen (to approve or deny requests), but wondering where it could added…

enhancement

Not sure about this one, but as some users don't understand the correct state of the notify and reboosts button (is it on, is it off?), this PR moves those...

Is there a reason why this library, when used with Cocoapods, must be imported with `import iOSDFULibrary`, and when used with SPM, must be imported with `import NordicDFU`? I'm building...

question

**Describe the bug** Datastore is unable to parse AWSDateTime fields. **To Reproduce** Steps to reproduce the behavior: 1. Create a model with a AWSDateTime field 2. Fetch all data from...

api
datastore
feature-request

Hi, I've just tried your module in a metronome app I'm building (added the module, and added the event listener) but the app doesn't seem to receive the events. Instead,...

When building forms (this is an example of the use of this tag, there can be many other), I usually tend to build a dictionary of validation errors as `["name_of_the_field":...

Hi, I'm getting a strange error when using this step. I'm only referencing a credentials file, but in the log I can see "**Both authentication methods are defined**" and the...

I'm trying to convert legacy RxSwift code where I was using the [`buffer(timeSpan:count:scheduler:)`](https://docs.rxswift.org/protocols/observabletype#/s:7RxSwift14ObservableTypePAAE6buffer8timeSpan5count9schedulerAA0C0CySay7ElementQzGG8Dispatch0K12TimeIntervalO_SiAA09SchedulerD0_ptF) methods. I've found the .buffer in this package, but unfortunately, the current policies are all based on...