Dylan Cutler

Results 17 issues of Dylan Cutler

For [#51](https://github.com/d3/d3-color/issues/51) Refactors the implementation of the XYZ color space (i.e. CIE XYZ D50) out of `src/lab.js` into its own module, `src/xyz.js`.

The third example in the [`concatMap` tutorial](https://www.learnrxjs.io/learn-rxjs/operators/transformation/concatmap) is using the now-deprecated `resultSelector` argument. I would be happy to do a PR with a change. I was thinking either 1) we...

According to [the spec](https://w3c.github.io/ServiceWorker/#client), `Client` is not a child of the `EventTarget` class. Also the [`Notification` class](https://notifications.spec.whatwg.org/#api) is a child of the `EventTarget` class. FWIW [TypeScript](https://github.com/microsoft/TypeScript/blob/master/lib/lib.webworker.d.ts) agrees with what is...

When I try to use `ValidateHost` to validate my @gmail.com email address, [this line times out](https://github.com/badoux/checkmail/blob/master/checkmail.go#L54) trying to connect to the host. Has anyone experienced this issue before? I'd be...

If the argument that is passed is not a function, after this change `greenlet` would throw a `TypeError`. `greenlet` would not work properly if the argument is not a function...

When I run my program in terminal (ex: `node program.js 3000 Milk 13:00`) in the exercises: ``` State CSS2 Event ``` I direct my browser to localhost:3000, everything is initially...

FWIW the WGAN-GP implementation in this repo, as the issue title suggests, breaks when you try to use TensorFlow 2.x. When you try to use the current implementation `K.gradients()` returns...

`models/layers/layers.py` imports `keras.backend as K` but does not use it.

Using Python 3 on some of these algorithms will cause them to break (e.g. peak finding). Filing this as a reminder to make this repo Python 3 compatible.