Jamie Bayne

Results 8 comments of Jamie Bayne

I hit this issue on Arch Linux with an Nvidia GeForce MX150 running with bumblebee - `(send frame show #t)` must run before any calls to `with-gl-context`.

I was having this issue, under the impression that `--add-host` was a runtime only flag -- it turns out I was wrong, and the solution for me was to use...

I believe this will fix the issue, but what was the purpose of specifying `call=True` in the first place? If it serves some deeper purpose, then an alternative fix would...

I had a quick look at this, from what I can tell you'd need to rewrite URxvt's pixbuf code or at least its plugin API. You can modify the file...

Heh, I did exactly this, but for some reason it wasn't working. I just re-implemented it on my fork and it works fine, so I guess I sent the wrong...

Ah, a problem I ran into which has cropped up again here is that even when you `undef $watch`, the AnyEvent signal handler doesn't close, keeping the URxvt process alive...

Is https://github.com/hyperopt/hyperopt/issues/129#issuecomment-16654644 still the suggested way to do this? With code, best = fmin( fn=score_fn, space=[hp.quniform(50,150), 7 + 2*hp.quniform(0,24)], algo = tpe.suggest, max_evals=500) I get error /home/jamie/.local/lib/python3.5/site-packages/hyperopt/pyll_utils.py in wrapper(label, *args,...

I am also facing this issue after upgrading to 7.7 from 7.5 on Arch Linux with `racket-minimal`. On running `raco pkg install opengl`, it installs many packages normally, up until...