Ryan Carsten Schmidt

Results 415 issues of Ryan Carsten Schmidt

vnc-over-gif does not compile on OS X with node 0.10.6. See https://github.com/sidorares/vnc-over-gif/issues/2; they said it's your bug.

If scons uses python 3.12 or later, these warnings appear: ``` scons: Reading SConscript files ... SConstruct:839: SyntaxWarning: invalid escape sequence '\.' 'sed -i "s/2\.0\.0/{v}/g" po/rmlint.pot', SConstruct:840: SyntaxWarning: invalid escape...

The SSL certificate for shenidam.org expired in 2021; please renew it.

Hi, A friend referred me to this project, but I haven't been able to see it running on my system yet. Your instructions say to build it with Xcode, but...

**Describe the bug** Building the manual PDF failed for me: ``` [100%] Generating Doxygen Manual PDF. cd build/latex && /opt/local/bin/cmake -E remove refman.tex cd build/latex && /opt/local/bin/cmake -E copy build/doc/manual.sty...

bug
fixed but not released
documentation
LaTeX

I've built link-grammar 5.12.4 from source on macOS 12. If I run `link-generator -l en` to specify English, since it defaults to Lithuanian (#1499), it hangs with 100% CPU use...

These warnings appear when compiling the Java bindings on macOS 14: ``` build-project: [echo] linkgrammar: /Users/runner/work/link-grammar/link-grammar/bindings/java/build.xml [javac] Compiling 9 source files to /Users/runner/work/link-grammar/link-grammar/bindings/java/bin [javac] warning: [options] bootstrap class path not...

java

This adds a few more improvements to the CI setup: * adds macOS runners (these will currently fail due to #1495) * builds in parallel for improved speed * disables...

With the latest code in master, `make check` fails on macOS if link-grammar is built with pcre2 support. The multi-dict and multi-thread tests crash with a segmentation fault, which doesn't...

This warning appears when compiling with clang on macOS 14: ``` post-process/pp_lexer.c:1098:41: warning: comparison of integers of different signs: 'yy_size_t' (aka 'unsigned long') and 'int' [-Wsign-compare] if ((yyg->yy_n_chars + number_to_move)...