acenturyandabit

Results 8 comments of acenturyandabit

I encountered this error when using a `fetch()` to update my data. I couldn't recreate it in the sandbox, but I _did_ find another error - see #1107 This was...

Yes, finished-utterance doesnt work when using threading on windows anyways. Here's some boilerplate for people looking in future: ```python import pyttsx3 import multiprocessing import time import queue def speech_digester_loop(sayQ): engine...

Looks like this repository uses [cspell-gitignore](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-gitignore#readme) to determine whether a file is gitignored. This package doesn't seem to stop when a `.git` file or directory is found, which is causing...

In fact there is a setting called `useGitignore` that you can turn off, which will fix your problem.

Gridslamprocessor is outside of ROS's jurisdiction - it is here in openSLAM: https://github.com/OpenSLAM-org/openslam_gmapping/blob/master/gridfastslam/gridslamprocessor.hxx If you really have a personal vendetta against this error message, you can find the file in...

This might just be an issue with the server that is backing your preview rendering. Are you using the website server or are you using e.g. a docker container?

this is not designed for windows. im working on a similar lib for win.

https://github.com/acenturyandabit/spacy-node-win good luck