Richard Kolkovich

Results 17 comments of Richard Kolkovich
trafficstars

Just a note to anyone else looking - the posted workaround which pauses the socket seems to not work with a Websocket `upgrade`. Edit: I did find a workaround here...

This is still present in `5.2.1`, too. I have just upgraded our internal generator. We are using `swagger-cli:4.0.4` to both `bundle` and `validate`: ```> @devsupply/[email protected] generate:full /home/sarumont/dev/hub/server > swagger-cli bundle...

@philip-ellis-sp Here's my workaround job to substitute: ``` "generate:workaround": "yq e -i '.paths./resources.get.parameters[0]=.paths./nodes.get.parameters[0] | .paths./resources.get.parameters[1]=.paths./nodes.get.parameters[1] | .paths./resources.post.parameters[0]=.paths./nodes.get.parameters[0] | .paths./resources.post.parameters[1]=.paths./nodes.get.parameters[1] | .paths./resourceTypes.get.parameters[0]=.paths./nodes.get.parameters[0] | .paths./resourceTypes.get.parameters[1]=.paths./nodes.get.parameters[1]' hub.yml", ``` Basically, I'm replacing `$refs` that...

I'm not sure why it is not picking up your `TRELLO_API_KEY`. I have no issues using this: ``` $ uname -a Darwin masamune 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar...

Patches/PRs are welcome and will be merged and pushed to PyPi. The project is no longer under active development, but it is not completely abandoned. :)

Joseph, That would be helpful. I'm on holiday currently, so I can't get to it for another week at least. On Wed, Jun 3, 2015, 21:37 Joseph Misiti [email protected] wrote:...

py-trello isn't under active development by me at the moment, so there are no plans to add it. I'll update this issue when I resume development. Pull requests are welcome,...

Yeah, I think lazy initialization is a good approach. Tedious, but correct. :) I should have some time this weekend to work on this. On Sat, Jul 18, 2015 at...

No, there is not currently a way to get a checklist by ID.

Hey, Matt...this is definitely a bug and not the intended behaviour. PR to fix is welcome! On Thu, Mar 12, 2020 at 6:33 PM Matthew Silverstein < [email protected]> wrote: >...