Mat Fukano

Results 5 comments of Mat Fukano

Hey @hloriana! Have you and the team been able to take a look into this and/or reproduce the problem? I'm curious if this is a problem in our specific build...

I figured out what was going on with this — @multivoltage was correct in that there was a slight mismatch between the Node 16 LTS version being used on the...

Hey @fnandoz21, just stumbled on this too and was able to successfully implement the fix; take a look at [my exercise repository here](https://github.com/mfukano/react-native-firebase). Essentially it does work, but you need...

I think the property you want for checking comments is `nodeName`, as in `data.nodeName === '#comment'`, since HTML comment nodes don't actually expose a `tagName` property. It's worth noting though...

Hey @brolime, this is actually an `hdl-checker` package issue that has to do with [newer versions of Python trying to leverage deprecated APIs](https://github.com/suoto/hdl_checker/issues/109). If your end goal is primarily installing...