Nathanael Anderson

Results 444 comments of Nathanael Anderson

Fixing `isRealDevice` is not a breaking change as it is only used in the Framework as a boolean value here: ![image](https://user-images.githubusercontent.com/850871/101446928-d19a0700-38e9-11eb-88ab-7b2c383e981e.png) and here: ![image](https://user-images.githubusercontent.com/850871/101447075-20e03780-38ea-11eb-89b3-e83fa64c3cd1.png) According to the Android side, the...

Except if anything external is using isRealDevice() they are already expecting it to be boolean. The actual exposed `.d.ts` says it is BOOL. So no, not a breaking change as...

Well then it is a bug that should be fixed, as we shouldn't be getting the **opposite** values from different platforms. Just like any other bug should be fixed. 1....

I love the idea; I personally use RSS for several of my feeds. As we are rebuilding the site and blog software we will look into adding a RSS feed.

Check to see if you have a `node_modules/` inside the node_modules/face-api.js folder -- this can have the older version of the tensor library and then they will conflict, because the...

Sometimes NPM is stupid; so what happens is you have this: [YourProject] -> [node_modules] ---> [...Your other package.json modules...] ---> [@tensorflow/ ] (All v2.x) ---> [faceapis.js] ---------> [node_modules] -----------------[@tensorflow/] (v1.x)...

Hi, I had initially followed the sites instructions and did this for my project: `npm i face-api.js canvas @tensorflow/tfjs-node` Here is what I'm running: node: v12.16.3 tsc: V3.8.3 All I...

@vladmandic - You should drop a PR so that this can get fixed... :D

@hetd54 - Is this an iOS 13 device? Which device? which version of iOS? Are you missing a `width="300"` or a width value? iOS can be picky and frequently wants...

Did you try adding a `width="300"` to your code. Different iOS versions sometimes won't render things properly without a width... I just tested natiescript-exoplayer (which basically uses the same code...