Larry Kollar

Results 14 comments of Larry Kollar

Haha, yeah, XSLT is a side-task at my day job right now. Our software guy quit in May, and we're trying to find someone who can let me focus on...

OK, 6.1 is coming from my MacPorts, and Wordgrinder was compiled with ncurses 5.4, the default on Catalina: ``` % objdump -macho -dylibs-used `which wordgrinder` /usr/local/bin/wordgrinder: /usr/lib/libz.1.dylib (compatibility version 1.0.0,...

Workaround: change the first four lines under `install:` to read: install $(INSTFLAGS) -d $(BINDIR) install $(INSTFLAGS) -d $(SHAREDIR) install $(INSTFLAGS) -d $(MANDIR)/man1 install $(INSTFLAGS) -d $(MANDIR)/man7 Of course, that will...

Just pushed an update that should fix this, and make it unnecessary to fiddle with the Makefile further. Please test!

Hi, can you try installing `ncurses5-compat-libs` as Fred Warren suggested in Issue #5? If that fixes the problems, I'll add a note to the docs and close these.

OK, this is a stupid question, but did you put the 5 in there?

OK, I have a dumb request I just now thought of: press **F5** to open the command line, then type `show_vars` and look for `escdelay`. - If the value is...

Found a workaround. _JAVA_OPTIONS=-Xmx8g s3_website push Allocate a whipping 8GB, and it works. (6GB didn't work, I haven't tried with 7 yet.)

SOLVED. Turn off logging and delete the logs/ folder. Even if you set `ignore_on_server: logs/*`, it still spiders the folder (which you can verify using the `--verbose` option). When you...

That's weird. Can you find out what version of curses each one uses?