Anand Thakker

Results 26 issues of Anand Thakker

I ran into a case where https://github.com/tcql/greiner-hormann/blob/master/lib/union.js#L70 threw an error because `unionRings` ended up trying to push holes to the (nonexistent) `holes` parameter. Also, if I'm understanding this right, could...

If a popup is beneath the mouse and I try to use trackpad pinch or scroll to zoom, I end up getting the browser default behavior of zooming the whole...

feature :green_apple:

IE 11 [does not support the "sticky" flag](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/sticky) for regular expressions, but `eslint-plugin-compat` does not seem to detect its use either as `/.../y` or `RegExp('...', 'y')` This would be an...

Now that we've powered up themes to have substantive logic of their own, I think they're probably going to want options of their own too. Example use cases: more specialized...

enhancement

Currently, running module-deps on source with ES6 module syntax throws `Error: Parsing file /blah/dee/dah.js 'import' and 'export' may appear only with 'sourceType: module' (4:0)`. The reason for this is that...

Quoting @artemp from https://github.com/mapbox/variant/pull/156#discussion_r127658875: > it'll be better to have a separate page listing all available methods while README only mentions basic building blocks

Since the Caffe main branch now has a [batch normalization layer](https://github.com/BVLC/caffe/blob/be163be0ea5befada208dbf0db29e6fa5811dc86/include/caffe/layers/batch_norm_layer.hpp#L12-L41) and [upsampling via deconvolution layer](https://github.com/BVLC/caffe/blob/be163be0ea5befada208dbf0db29e6fa5811dc86/include/caffe/filler.hpp#L210-L242), it seems to me that it might be feasible to port the SegNet architecture...

@alexgkendall Over at https://github.com/developmentseed/caffe/tree/segnet-multi-gpu, I have rebased your team's customizations ( to caffe onto a slightly more recent base ( https://github.com/BVLC/caffe/commit/26a9880d72e81d415d1dc3bf449586ce54185ea4 ), which includes Caffe's implementaiton of multi-gpu support. Just...

If I've created a `send` with `createSend('blah', true)` -- so that errors go to the store's `onError` handler -- I might _also_ want to use send asynchronously. @yoshuawuyts what do...

Quoting from https://github.com/tmcw/dx-spec/issues/23#issuecomment-348857662 > I'm honestly not sure if there should be a "fires" since there's no standard event emitter in every environment This is a good point: there's no...