Jonathan Vukovich

Results 10 issues of Jonathan Vukovich

Hi, I cannot inject code. I installed the plugin by cloning the git and built it with xcode (6.3 last version). When I launch my app I see: ``` +[BundleInjection...

Hi, I would like to know if if is possible to force the serializer with polymorphic relation? The problem is I used namespace. I have a 3 models: - `Product::Product`...

Hi, this PR is about to keep the namespace in `record_type`. I believe it should be like this because the namespace is an important part of the class name and...

Hi, I think it would be a good idea to prefix every methods you have added to UIView. It would be simpler for others people to find / discover your...

Hi, maybe I don't know how to use the touchbar, but when I focus on another app, the items in the touchbar disappear, and of course I would like to...

Hi, when I used a custom implementation of `IDMPhotoProtocol` I have this crash. It's because you cast an object in `IDMPhoto` class in `configurePage` method: https://github.com/thiagoperes/IDMPhotoBrowser/blob/4037cdb7bfa7425fc398e0b27702273bf10298bd/Classes/IDMPhotoBrowser.m#L1041 I suggest you just...

**Describe the bug** I just have a report from Sentry, no information about how to reproduce. **Package version** 0.7.0+2 **Flutter version** 2.2.3 **To Reproduce** Unknown, I just have the crash...

# Brief Description Hello, Inside a transaction, if a create a model then reload it with the `find` method, the file is not promoted on permanent storage (`store`) and stay...

Hello, `Style/FormatStringToken` is not safe for autocorrect. -------- ## Expected behavior Should not autocorrect ## Actual behavior Autocorrect break the code ## Steps to reproduce the problem ```ruby # valid...

Hi, I'm using the chromecast to display a web page and I need to be able to send custom message. For this I need to create my own CastChannel with...

enhancement