Morgan Aldridge

Results 146 comments of Morgan Aldridge

@chuma, I am experiencing this same error under OpenBSD, as well. I don't use a desktop environment which would start pulseaudio automatically, so when testing Einstein I just do the...

At this point, could performance be improved in [Chrome-based browsers](https://caniuse.com/#feat=offscreencanvas) by utilizing [`OffscreenCanvas`](https://developers.google.com/web/updates/2018/08/offscreen-canvas)?

I have been running the modified code, but only under OpenBSD. I'd certainly prefer others running different BSDs and Linux distros confirm that this work there too. To be honest,...

@seraasch Yes, this was developed on OS X, so there might be some differences when running under Linux (esp. regexes in `sed`). I'd definitely be interested in what you had...

Interesting, had you created at least one page in your new HitHub wiki prior to running the tool?

My initial thoughts for this are: 1. Using `rsync` to back up any existing `~/.mlvwm/` directory to a date-stamped `~/.mlvwm-$(date +%Y%m%d-%H%M%S)` directory before installing, then using `rsync` to install directories...

While fixing Issue #13, I updated the `Makefile` 'install' target to `find` & `mv` the `$HOME/.mlvwm` directory to a timestamped backup to prevent overwriting. That's a start, but the user...

My apologies, @GDPlayer, and -- yes -- @f-yildirim is correct that I accidentally used a non-standard install(1) `-B` option. Good catch! I'll remove that.

Also, FYI, all files are installed into `$HOME`, so using `sudo`/`doas` should not be necessary. In fact, since it does download files from the Internet, I'd highly suggest _not running...