Tom Medema

Results 45 issues of Tom Medema

Post union, I would like to know what are the remaining root nodes and loop over them. Otherwise what's the point of the union if there's no way to find...

In my case I have complex shapes like so: ```javascript const a = { names: ['Tom, 'Peter'], deviceIds: ['A', 'B'], emails: ['[email protected]'] } const b = { names: [], deviceIds:...

Thanks for this great library @langholz ! I noticed that when computing the DTW distance you are simply returning the last cell in the distance matrix: https://github.com/langholz/dtw/blob/master/lib/dtw.js#L148 From how I...

Just followed your usage instructions and am seeing: ``` Type '{ children: Element; }' is missing the following properties from type 'Pick': className, debug, minZoomScale, maxZoomScale, and 2 more.ts(2740) ```

In this example I am pinching in on the TV in the screenshot, not the middle of the screenshot: https://www.loom.com/share/7014e0106f76464cae095c47463c0a40 Yet it is pinching / zooming as if I were...

for a new controller, where is the authentication and validation logic put?

help wanted

Thanks for this great little library. For my purposes I am not interested in a result if a distance is going to be greater than a certain boundary (a `maxDistance`)....

For the sake of saving on HTTP requests, I tend to combine multiple GETs into one. E.g. (simplified): ```

This is because of FFmpeg issue: FFmpeg's isaTTY check makes programatically parsing stderr impossible, see https://ffmpeg.org/trac/ffmpeg/ticket/337