Joshua Chaitin-Pollak

Results 87 comments of Joshua Chaitin-Pollak

Hi Tyvain, I don't think my plugin has an easy way to do eager transformations. I suggest you check out Cloudinary's official angular plugin now, it probably supports this and...

It was in my last email, but here it is again: https://github.com/cloudinary/cloudinary_angular

Hi Guys, thanks for the feedback, I haven't had time to review your issues, but I wanted to point out cloudinary has an official angular plugin now, you might want...

@larsenwork - Is Gidole still supported? We would be interested in the dutch ij ligature - https://en.wikipedia.org/wiki/IJ_(digraph)

Hi @kettanaito thanks for the update - do you think you can release support sse in browsers or do you need to wait till there is parity with nodejs? If...

Hi, I gave it a go using the `npm link` method and added some comments about problems on the PR. Only after getting it working I realized the PR is...

I'm having the same problem. In fact, for me I can't seem to rename my function from `http` to anything else: ``` functions: my-service: handler: http events: - http: my-service...

I just want to add a reference to [the way Blueshell handles this](https://github.com/6RiverSystems/blueshell#sequence) as well: * Sequence (no memory) ** Sends an event to each child until one of the...

came across another example that causes the same error: `return py_trees.behaviours.Failure()` results in: `error: Returning Any from function declared to return "Behaviour"`

seems my initial diagnosis is wrong and this in an inherent problem with using boolean positional arguments in python. It looks like this may be a solution once it lands:...