phromo

Results 14 comments of phromo

this is due to having empty cells - most commonly obtained through placing a final `# %%` at the end of the file. I have submitted a PR.

I've verified this fixes the issue with no other bugs using the latest atom (1.30.0)

I had the same line of thought as you but got no hydrogen error when disabling (1.30). I guess creating an issue at hydrogen might be worth a shot -...

I think the nteract slack at #hydrogen would be a good place to discuss the roadmap and features. One possible process could be: 1. Someone has something to discuss. (This...

Launching: ``` ⋊>phromo@thingybox ~/p/a/a/aw-watcher-window on eb0f791 env DISPLAY=:10 python -m cProfile --sort=cumtime ~/program/activivity-watch/activitywatch/aw-watcher-window/aw_watcher_window/__main__.py 2018-05-14 19:45:24 [INFO ]: Running watcher with poll time 1.0 seconds (aw_watcher_window.main:35) 2018-05-14 19:45:24 [INFO ]: aw-watcher-window...

in a manner similar to @johan-bjareholt I moved the initialization of aw-watcher-* to `.xsession`. That makes the processes terminate upon Xorg exit (I don't understand why i3 exec is designed...

Still an issue in deno 2.1.6/anywidget 0.9.13. Had a look at https://github.com/denoland/deno/pull/23826 and my interpretation is that PR did not add frontend->kernel broadcasting for the deno kernel per se, so...

I desired something similar, but my initial idea was to run euporie-console in a separate terminal and just send cell contents from my editor to the console. I figured there...

Found https://github.com/zed-industries/zed/pull/9523/ so possibly the only change needed is an update to this repo's authoring md

I added extension_cli to the `script/bundle_linux` script and after that I have `zed-extension` which is what I need. I guess the TODOs here would be to add this to AUTHORING...