James Campos
James Campos
happening for me on osx
this issue affects more than just beginning/end of line, for instance: fn(a, b) `targets.vim` cannot delete `a` or `b` with `di,`. i think a general solution is an `ANY` delimiter:...
> Apparently you're not supposed to set this directly i imagine the docs would say so, like they do for `wmclass_name`: https://developer.gnome.org/gdk3/stable/gdk3-Windows.html#GdkWindowAttr > gchar *wmclass_name; > don’t use (see gtk_window_set_wmclass())...
dupe of #3 I use this (along with the default space to toggle pause binding): input.conf: ``` [ add image-display-duration -1 ] add image-display-duration 1 ``` mpv.conf: image-display-duration=3 if you...
my dotfiles with a very simple image viewer setup: https://github.com/aeosynth/dot/tree/master/mpv
on node you could use `setImmediate` or `process.nextTick`, and document the difference
still can't make, latest master ``` $ make -f Makefile.macosx cc -O2 -DNDEBUG -falign-functions -Wall -Wno-strict-aliasing -Illt -DUSE_COMPUTED_GOTO -DMACOSX -DARCH_X86_64 -DBITS64 -D__CPU__=686 -I"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/Developer/Headers" -c flisp.c -o flisp.o clang: warning: argument...
i'm not a c hacker, but here's my attempt: ``` ~/src/clone/femtolisp master $ git diff diff --git a/llt/dirpath.c b/llt/dirpath.c index b68b8ca..534172f 100644 --- a/llt/dirpath.c +++ b/llt/dirpath.c @@ -119,16 +119,10 @@...
fixed, same error: ``` $ make -f Makefile.macosx cc -O2 -DNDEBUG -falign-functions -Wall -Wno-strict-aliasing -Illt -DUSE_COMPUTED_GOTO -DMACOSX -DARCH_X86_64 -DBITS64 -D__CPU__=686 -I"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/Developer/Headers" flisp.o builtins.o string.o equalhash.o table.o iostream.o flmain.o -o flisp...
how do i hide columns? clicking a header fades out the other columns, but they are still there taking up space