dove-young

Results 25 issues of dove-young

Mac OSX EI Caption GNU Emacs 24.5.1 ``` (setq flymake-log-level 3) ``` Here is the go code ``` package main import "fmt" func main() { fmt.Printf("Hello, world.\n") } ``` Here...

**What happened**: - found these log msgs in kudo controller pod ``` 2022/06/02 05:47:07 PlanExecution: 'genwww' task(s) (instance: default/first-operator-instance) of the deploy.main.genfiles are not ready 2022/06/02 05:47:07 PlanExecution: 'genfiles,app' step(s)...

kind/bug

**What happened**: ``` [root@st2 ~]# kubectl kudo install ./first-operator -v 11 repo configs: { name:community, url:https://kudo-repository.storage.googleapis.com/v1 } repository used { name:community, url:https://kudo-repository.storage.googleapis.com/v1 } I0531 01:57:57.335378 1066260 request.go:645] Throttling request took...

kind/bug

**What happened**: ``` [root@st2 ~]# kubectl kudo init -v 9 init cmd &{0xc00012e008 0xc00012e010 0x29722d8 Always false kudo-system false 300 false false false false /root/.kudo false} /root/.kudo exists /root/.kudo/repository exists...

kind/bug

**What happened**: kubectl kudo init failed **What you expected to happen**: `kubectl kudo init` should be successful **How to reproduce it (as minimally and precisely as possible)**: - download and...

kind/bug

I am trying to integrate BotFramework-Hubot with StackStorm 3.2.0. I always get `Cannot GET /api/messages` from `/api/messages`. ``` curl http://localhost:8081/api/messages Error Cannot GET /api/messages ``` Then I added `export NODE_DEBUG='*'`,...

I generated a project as instruction here https://book.kubebuilder.io/quick-start.html#create-a-project 1. `kubebuilder init --domain my.domain --repo my.domain/guestbook` 2. `kubebuilder create api --group webapp --version v1 --kind Guestbook` 3. `make manifests` 4. `make...

lifecycle/stale

Here I am not able to install travis with Ruby version 2.5.0 The installation here https://github.com/travis-ci/travis.rb#installation instructs `Make sure you have at least [Ruby](http://www.ruby-lang.org/en/downloads/) 2.3.0` ``` [root@st2]# ruby -v ruby...

I downloaded `travis.rb-1.10.0.zip`, then unzip it to a directory. I tried command `bin/travis -help` it told me to run `bundle install` ```  bin/travis -help Could not find gem 'rspec (~>...

Fix issue https://github.com/StackStorm/ansible-st2/issues/262 ``` - name: daemon-reload become: yes command: systemctl daemon-reload ```

status:to be verified
size/XS
status:need more info