Danilo Moret

Results 8 comments of Danilo Moret

As @Gumija pointed out, using plain `Crashlytics.logException` still groups all errors on the interface under the same Java file and line - i.e., "SMXCrashlytics.java:33". To work around that I'm using...

@mdstaff no, but I actually only call it on terminal exceptions as the docs indicate, so I probably wouldn't notice if it did.

I ended up copying the code over to my project while working at https://github.com/JackPu/react-native-percentage-circle/pull/39, and adapted it to TypeScript. I removed some props though, but here it is should you...

hmm... in my particular case only the "old" schema, which has no namespace declaration, would use a `rootValue,` the other weaved schemas with namespaces are from upstream services, so the...

Hello @RickWong . I read this issue and tried an experiment of running the building steps via webpack loaders. Something like this: **component.js** ``` javascript import React from 'react'; import...

Great to see it merged, I'll start using it immediately! Yeah, I can't find yet a better trade-off. On the plus side, having a fully valid external stylesheet file plays...

An updated reproduction with https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.16.0: ```sh $ cat Dockerfile FROM alpine RUN mkdir /jkl; cd /jkl; echo 1 > a ; ln -s a b; ln -s d c; ln...