Noah Petherbridge

Results 108 comments of Noah Petherbridge

I've heard of this before but haven't dove in with debug mode to figure out whether the rpg.rive is incorrect or the implementations are.

Notes to self or whoever wants to tackle this one: * [The line where the panic starts](https://github.com/aichaos/rivescript-go/blob/aa903a726d956217b7e62f1843317bc1d27b9de2/brain.go#L144) attempted to get the history array from the session driver, but it got...

Not yet. As a workaround, if you set a user variable before getting a reply, then it will initialize the user's session and it won't raise a nil pointer exception....

This issue still isn't resolved for me but I have found a workaround that doesn't need me to disable suspend in Phosh completely. I tried this command but it didn't...

It's on Debian ~~Buster~~ Bullseye, the distro that [Mobian](https://mobian-project.org/) for the Pinephone is built from. Mobian uses upstream packages except for a small handful of overrides for mobile-friendly app patches,...

It looks like Debian testing has version 1.0.3-2: https://tracker.debian.org/pkg/libxkbcommon ``` [kirsle@pine ~]% apt search libxkbcommon-dev Sorting... Done Full Text Search... Done libxkbcommon-dev/testing,now 1.0.3-2 arm64 [installed] library interface to the XKB...

Updated the PR to fix the libxkbcommon-dev typo and add zlib1g-dev.

This is fixed now as of v0.4.0 of rivescript-go with the addition of the ?Keyword command: https://github.com/aichaos/rivescript-go/pull/48