Daniel Dugovic

Results 55 comments of Daniel Dugovic

Okay, I've reinstalled homebrew and did `brew doctor` and `brew prune`, and now I observe: ``` $ brew install --HEAD watsonbox/cmu-sphinx/cmu-sphinxbase ==> Installing cmu-sphinxbase from watsonbox/cmu-sphinx ==> Cloning https://github.com/cmusphinx/sphinxbase.git Updating...

Thanks, I found the [missing library](http://ubuntuforums.org/showthread.php?t=1585012): `sudo apt install libpulse-dev` and found [build instructions](https://github.com/thestk/rtaudio/issues/20#issuecomment-51131947): `autoreconf` then built normally (using `./configure` with arguments followed by `make install`)

Without closely looking at this (as I lack an environment in which to easily develop this), based on my experience with JSPs I'm guessing a possible workaround: If `GameOptions` is...

Can you comment in this comment section about how to duplicate the problem and how to fix it?

@mathjudo I attempted the same change db9d95ba9bd40c0c53db9bec6c35046ef3286d30 you made, but it doesn't work (White pawn on a7)? ``` 8 R N B Q K B N R 7 P P...

Thanks, I missed that line 74. I modified `makeStringRep` to revert a previous formatting change which caused the 8th rank to display without left-padding spaces.

@mathjudo Please try latest `master` and advise if you're still observing this issue. Thanks!

Is this issue reproducible and if so, how?

Ah, so it is! (PGN uses O-O and O-O-O instead.)

I assume the .zip file doesn't contain a `.git` directory. Try the following: `git add origin https://github.com/syl22-00/pocketsphinx.js.git && git pull`