Ivan Krukov
Ivan Krukov
Very much in favour of this. Would you accept a pull request?
Those are all great requirements. It seems that implementing this would take a fair amount of work, though.
I have looked into a compositor-agnostic solution, e.g. `xrandr` - which would allow this to work with or without a compositor. While possible solutions exist, they are not very usable....
Any news on this? How about using the HTTP interface exposed on `8008`? This still works for chromecast v2: ```bash curl http://192.168.0.2:8008/apps/YouTube -X POST -d 'v=3ZdSDUyxFmc' ``` EDIT: Ok, I...
Would it be appropriate to have an extra thread that monitors `iopub` messages?
If that would be an appropriate resolution, then I can create a [PR](https://github.com/ivan-krukov/jupyter_console/commit/50b8010898c36d077ef074c0f8337cf58251cc60). However, I am having little luck with `patch_stdout_context` [here](https://github.com/ivan-krukov/jupyter_console/commit/50b8010898c36d077ef074c0f8337cf58251cc60#diff-5c61b4ac2eb9badd2182e747abde3dc4R433). With the context manager in place, the prompt...
I tried switching the default `:preselect` argument in `counsel-imenu` to `(which-function)`, which seems to work most of the time. 1) Would adding `which-func` dependency be OK? 2) I ended up...
Also getting the following during compilation: ``` running: /Applications/Julia-0.5.app/Contents/Resources/julia/bin/julia /Users/xxx/.julia/v0.5/BuildExecutable/src/build_sysimg.jl /Applications/Julia-0.5.app/Contents/Resources/julia/lib/libwf native /var/folders/rk/xv9h1cj162vctr73yq2g18dw0000gn/T/tmplR2TZm/userimg.jl --force WARNING: `@unix_only` is deprecated, use `@static if is_unix()` instead in depwarn(::String, ::Symbol) at ./deprecated.jl:64 in depwarn(::String,...
I did some work on this, and I think the culprit is a massive `calloc(Ne, ...)` [here](https://github.com/tskit-dev/msprime/blob/master/lib/msprime.c#L3934). I managed to fix this by using the avl tree as a generic...
Awesome! I still need to do some refactoring, so your comments are on point. I was mostly concerned that the `avl_tree` was specifically intended for msprime segments (since the struct...