Ahmet Alp Balkan

Results 195 issues of Ahmet Alp Balkan

This plugin is great! I use it daily, but sometimes I find myself doing `kubectl view-allocations -g namespace -r cpu` to see which namespaces have the most allocations. But finding...

If you do this: > ![image](https://cloud.githubusercontent.com/assets/159209/21168484/23a1d566-c169-11e6-99a2-daf01796db3f.png) You get the panic: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x11cd32] goroutine 1...

I can get other endpoints working but [this `GetFollowersListAll` example](https://godoc.org/github.com/ChimeraCoder/anaconda#TwitterApi.GetFollowersListAll) is never returning any pages. ```go pages := api.GetFollowersListAll(nil) for page := range pages { //Print the current page of...

bug

http://github.com/sponsors ?

v2.1.7-beta Repro: https://xbarapp.com/docs/plugins/Dev/Tutorial/ansi.sh.html renders as ![image](https://user-images.githubusercontent.com/159209/142263938-6826069a-b360-41a2-96f8-4d04511ae07e.png) but it should render as ![image](https://user-images.githubusercontent.com/159209/142263882-712769ec-be17-4c0d-a562-a15e358c4c11.png) another repro is at https://github.com/ahmetb/dotfiles/blob/master/bitbar-plugins/yahoo_stock_ticker.1m.py renders as ![image](https://user-images.githubusercontent.com/159209/142264068-4c4ec779-e13d-40f1-b003-27e11a28fb15.png) whereas bitbar renders this as ![image](https://user-images.githubusercontent.com/159209/142264118-398747b3-c331-4f47-aee8-b4da692f0e87.png)

I don't see an option about http2, and since go http.Client by default uses http2 when available, I'm inclined to think http2 is used by default: 10:59:59 W http_client.go:136> https...

question

(moved from https://github.com/GoogleCloudPlatform/google-cloud-go/issues/707) It looks like Go client libraries do not provide a method do to this. I've been shelling out to `gcloud` myself but not sure what's the way...

Hitting Ctrl+C after pod has started leaks the pod: ``` Flag --generator has been deprecated, has no effect and will be removed in the future. If you don't see a...

help wanted
lifecycle/frozen

## In what area(s)? /area API /kind spec ## What version of Knative? v0.17.2-gke.3 ## Expected Behavior startupProbe should be supported. ## Actual Behavior It seems startupProbe usage is actively...

kind/bug
area/API
kind/spec
triage/accepted

This one is from Inquirer.js too: ![image](https://user-images.githubusercontent.com/159209/27266728-29beb43c-5458-11e7-99fa-7fd492fc2470.png) Basically Inquirer.js can ask questions without clearing the screen (and printing the question to x=0 y=0) ishell currently clears the screen when called...