Masaki Waga

Results 10 issues of Masaki Waga

(The following is my observation through trial and error. So it may not be 100% correct.) In MsPacman, by default, ram[116] == 0. When MsPacman eats the Power Pellet, and...

Due to the limitation of OS, long LTL formulas cannot be fed via the command line. This PR modifies to feed LTL formulas via a temporary file so that long...

It seems BiByFi with CiteAsAuthorsPlus or CiteAsAuthorsEtAl generates [(Last author)+ (Year)] (or something similar for CiteAsAuthorsEtAl) instead of [(First author)+ (Year)] at \cite. For example, for a paper with authors...

Hi, I've modified compile error on old gcc (I'm using gcc 4.4.5).And some test codes run successfully with this branch of OpenNI2. And I added patch4sse2.This changes the default version...

This update allows `bats-mode` to run tests on remote files accessed via TRAMP. I manually tested and confirmed that Bats runs over SSH using TRAMP. **Changes:** - Added `bats-remove-tramp-prefix` to...

This is the commit to optimize the powerset construction in ToDfa.conv so that the states unreachable from the initial state are not created. The list of reachable states is constructed...

It seems kscript does not work with Kotlin 2.0.0. What I observe is the same as #408: ``` $ kscript 'println("hello world")' Exception in thread "main" java.lang.ClassNotFoundException: kscript.scriplet.Scriplet at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)...

Since dependency_links is deprecated and is no longer supported by pip, the original installation does not work (at least in my environment). By explicitly specifying the link of install_freedesktop, it...

Escape the given filename when typesetting and viewing.

This is an update to use `numpy.random.Generator` instead of `numpy.random.mtrand.RandomState` since it is deprecated. The required library versions are also updated.