Clay Sheaff

Results 17 comments of Clay Sheaff

Hi, a solution that would work for alternative modal editing schemes, such as xah-fly-keys, would be much appreciated.

Same issue. kernel 4.4.0-124-generic Ubuntu 16.04.6 LTS GNU Emacs 26.3, module-file-suffix: ".so" cmake 3.17.0 libtool 2.4.6

commit aa512b8 still not working for me.

cmake output ``` -- The C compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc - works -- Detecting C...

(locate-library "vterm") `~/emacs-libvterm/vterm.el"`

(locate-library "vterm-module") `~/emacs-libvterm/vterm-module.so`

``` Debugger entered--Lisp error: (error "Loading file /usr/share/emacs/26.3/lisp/term/xterm.elc failed to provide feature ‘vterm-module’") require(vterm-module "~/emacs-libvterm/vterm-module.so") eval((require (quote vterm-module) "~/emacs-libvterm/vterm-module.so") nil) eval-expression((require (quote vterm-module) "~/emacs-libvterm/vterm-module.so") nil nil 127) funcall-interactively(eval-expression (require (quote...

This has come up in working on #217. Regarding implementations for a custom border condition, I thought I'd mention two approaches that I've come across so far: [skimage._shared.interpolation.get_pixel3d](https://github.com/scikit-image/scikit-image/blob/8c9bd3bd0ccecf87a50e09d37a7aa592910019ca/skimage/_shared/interpolation.pxd#L317) - This...

The link above is broken unfortunately. After taking a look at implementations in both [OpenCV](https://docs.opencv.org/3.4/d1/d79/group__photo__denoise.html#ga4c6b0031f56ea3f98f768881279ffe93) and [skimage](https://scikit-image.org/docs/stable/api/skimage.restoration.html#denoise-nl-means), both use a method based on patches weighted by similarity. However, the skimage...