Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

I see now that you were ahead of me - I just figured that CodeMirror does support vertical padding (but not margin) on the surrounding a line. Which is what...

One thing I was thinking about is that it could be very convenient if checkpoints were "eventually" up-to-date. Obviously they can't be up to date on busy documents, but I'd...

I've had such errors when I my own buggy code listened to CodeMirror's `change` event and sometimes crashed with an exception (which CM handlers should never do). Firepad didn't expect...

https://github.com/jupyter/jupyter_client/pull/235 allows having a static `kernel.json` (with a sufficiently new jupyter): ``` > cat echo/kernel.json { "argv": ["python", "-m", "echo_kernel", "-f", "{connection_file}"], "display_name": "Echo", "language": "text" } ``` Personally, I'm...

This is interesting discussion, but I just want to point out the current README completely fails to explain what kind of comparison is to be done on the elements. If...

:red_circle: ruby 2.5 to 3.0 fail with: ``` Run gem install rake bundler ERROR: Error installing rake: "rake" from rake conflicts with C:/hostedtoolcache/windows/Ruby/3.0.3/x64/bin/rake Successfully installed bundler-2.3.9 1 gem installed ```...

Yay, windows now on parity with other platforms, all CRuby versions actually run the tests, and all passed except #569 :tada: (Well, except truffleruby-head which apparently has no windows builds?...

Force-pushed to use same rebased commits as #570. now macos 2.5 keeps timing out :confused: It's not always at same moment — [attempt 1](https://github.com/ManageIQ/kubeclient/runs/7494563669?check_suite_focus=true#step:5:129) got stuck after `test_get_from_json_oapi_v1`, attempt 2...

- https://github.com/ruby/truffleruby-dev-builder/releases/latest has no windows build. Trying to exclude it... - [This ubuntu ruby 2.5 failure](https://github.com/ManageIQ/kubeclient/runs/8065592370?check_suite_focus=true#step:5:318) is somewhat interesting, must be a low-probability flake: ``` 1) Failure: RetryTest#test_can_watch_watches [/home/runner/work/kubeclient/kubeclient/test/test_informer.rb:115]: Expected:...

Bah, broke something in github actions file. I'm tempted to just leave non-existant (windows, truffleruby) combination in, but I think the rubocop job was already broken (it did not use...