Tristan Rice

Results 128 comments of Tristan Rice

Just submitted a simple PR that allows for creating multiple "detection queues" so different cameras can be assigned to specific detectors. This solves the multiple model use case for me...

I haven't worked in this in about 10 years. Curious what your use case is

FYI in the above example it fails with "a.FindIndex(...) should never equal nil"

I'm running into this issue as well with babel+webpack. Anyone have a work around?

Turns out you can just exclude this from babel and it works just fine. ``` { test: /\.js?$/, loader: 'babel-loader', exclude: /node_modules\/art/, query: { presets: [ ['env', { loose: true...

Should be able to exclude certain files using `.babelrc`. https://stackoverflow.com/questions/35415301/make-babel-exclude-test-files

Was a random thought, and I only checked lasers.

Selenium is implemented and has partial end-to-end testing. It only tests a few things like creating a document, modifying the title and destroying the document. Other things really should be...