Tony

Results 51 comments of Tony
trafficstars

In our case we're only allowing one type of item at the root level which can _only_ exist at the root level, so this solution unfortunately does not work for...

Diving deeper, I'm pretty sure this is a class purging problem. If you have `compile: false` and a certain class is declared only once in your app, in the dynamic...

Switched ECC warp method to homography matrix for very noticeable improvement in quality of image alignment. Standalone homography warping prior would improve the runtime of the find/warpECC methods afterwards

I don't think this is being used anymore

we might be able to do a hardlink on the config file between them so a change to one updates them all

they should all share the same pool of content to avoid having to keep individual integration examples in sync

#95 addresses the linking issue so that we have a single source of truth for all the examples

I don't necessarily want to depend Flatbread's core directly on SQL. But I agree re: hashing and dumping into a DB of sorts; having the schema cached along with hashing...

We could stand on the shoulders of giants and follow Gatsby's DB choice with LMDB, which is the fastest in-memory Node DB in town https://github.com/kriszyp/lmdb-js

The refactor within this is looking super clean, nice carving!