Jacques Arnoux
Jacques Arnoux
I want to access `yui-lang` type resources and their `yui.name` but this: https://github.com/yahoo/mojito/blob/develop/lib/app/addons/rs/yui.js#L545 won't let me. Please find another way to return the resource and prevent the host method from...
`self.already_selected` is initialized to `[]` in the constructor but is never assigned `None` so that will always be false. If `already_selected` is empty, `ind` will be initialized to `np.argmax(self.min_distances)`, which...
Hi Folks, I'm getting the error below when trying to run tasks. It does look like a bug or a version compatibility issue. I tried flushing all redis, without success....
`hash` is not deterministic when used across multiple clients, so the cache will only hit with the client that created it: https://death.andgravity.com/stable-hashing#hash-not-stable-too-restrictive Defeats the purpose of a distributed cache. Maybe...