johngrabner

Results 8 issues of johngrabner

https://knockoutjs.com/documentation/hasfocus-binding.html click on "Bert Bertington" to gain focus, then clear the entry ie: no text in input field Now input can never again gain focus.

``` def read_images(img_dir): ... file_list = [f for f in os.listdir(img_dir) if os.path.isfile(os.path.join(img_dir, f))] frames_list = [file for file in file_list if ('_L' not in file) and ('txt' not in...

if you change ``` batch_shape=(256,256,3) inputs = Input(batch_shape=(5, 256, 256, 3)) ``` to ``` shape=(256,256,3) inputs = Input(shape) ``` The multi gpu setups can run. Also, then the generator is...

Software section list Baidu Research , TensorFlow built in CTC loss and Nvidia. Torch also now has a built in.

Thank you for this very useful application. I offer this issue in the context of someone new to cert-manager. [documentation in question](https://cert-manager.io/docs/tutorials/acme/http-validation/) Someone new to cert-manager (like me) may be...

**Bug Description** This has happened 2 days in a row, maybe three. I gave Claude some beautiful, well-crafted instructions to code something complex enough that I will take some time...

bug
has repro
platform:linux
area:core

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug

**Bug Description** in the middle of typing a long prompt and console jumps to a random place from long ago, then freezes. making me loose 15 minutes of briliant typing....

bug
platform:linux
area:tui