Ryan Currah

Results 18 issues of Ryan Currah

Work In Progress. Initial refactor to support websockets.

When connecting to an `extension` server it would awesome if we could send the bot our own `classifiers` and `transitions`. This would allow us to programmatically generate questions and answers....

I’ve been thinking about the `FSM.Domain` and how we pass it to `extensions`. When I did the `internal` refactor I felt like `FSM` package should be a private API. Maybe...

Ok, I have an initial swagger spec that we can use to generate server implementations for multiple languages. https://github.com/jaimeteb/chatto/issues/24 View the Swagger Doc here: https://app.swaggerhub.com/apis/ryancurrah/chatto-extension/1.0.0 Generated server stubs: 1. [python-flask-server-generated.zip](https://github.com/jaimeteb/chatto/files/6053341/python-flask-server-generated.zip)...

### Jenkins and plugins versions report Environment ```text Jenkins: 2.346.1.4 OS: Ubuntu - 18.04 --- cloudbees-bitbucket-branch-source:773.v4b_9b_005b_562b_ ``` ### What Operating System are you using (both controller, and any agents involved...

bug

### Description If our YAML config file `/Users/rcurrah/.colima/_templates/default.yaml` is unmarshable raise an error instead of silently continuing with the defaults. We spent a bit of time trying to figure out...

### Description It seems that newer versions of colima (v0.6+) changed the default folder where it stores its VM disk data from `~/.lima` to `~/.colima`. This triggers our laptop backup...

There are no breaking changes in the pull request, the event source will behave the same by default. One bigger internal change is that the Bitbucket Server client is now...

## Description I've encountered a situation in Argo Workflows where, when using a Directed Acyclic Graph (DAG) with FailFast set to true, there's a need to allow a workflow to...

enhancement
area/controller
area/spec

### Is your feature request related to a problem? Please describe. Our company is restricting internet access for builds. ### Describe the solution you'd like Support for offline license key...

enhancement