Jouni Miettunen

Results 10 comments of Jouni Miettunen

Any progress with this? I have same problem, just realised I created a duplicate issue report :/ Tried forcing different encodings to parser, none helped. Have no control over actual...

This is how I managed to force encoding, bit awkward but works: ``` // filename starts with one "/", so add "file://" with only two slashes NSString *urlPath = [NSString...

Bumb. I believe in zero-warnings code policy.

Debugged this a little bit. Problem in my case is that data is auto-recognised as UTF-8 based on first 512 bytes, while it later contains unicode characters due the corrupted...

Put there "everyone", seems to work

Since I don't know (yet) much about javascript or react native, I'll make this request: can you make **react-color** modular in such a way that app could load only selected...

Btw comment about **colr** mentioned above: benchmarking on their [README](https://github.com/stayradiated/colr/blame/master/README.md) was done 3 years ago, according to git blame. It might still be correct, but I would not trust it...

objc_dep scans also .m files and finds all #import in them. Is this enough?

Just checked this in a much smaller app, imports are found via .m files. Cannot reproduce, sorry... However if first header has class forward declaration and actual class import is...