ChanceNCounter

Results 68 issues of ChanceNCounter

```python >>> parse.extract_datetime("september 30 2019 october 24th 2018") [datetime.datetime(2018, 10, 24, 0, 0, tzinfo=tzlocal()), ''] ``` Desirable output would be: ```python [datetime.datetime(2018, 10, 24, 0, 0, tzinfo=tzlocal()), 'september 30 2019']...

bug
en

Lingua Franca's formatters can't produce a date without a data structure to represent *how* it should format a date in a given language. `lingua_franca/res/text/` should contain a file `date_time.json`, and...

help wanted
good first issue
pt
es
fr

This bug was apparently hidden, but I can't figure out how. It will be exposed in `v0.3.0`. ```python3 >>> parse.normalize('1 secondo', lang='it') '1 2' >>> parse.extract_datetime('in 1 secondo', datetime.now(), lang='it')...

bug
it
refactor

Logic exists for "ayer noche," but not for the more common "anoche," and not at all for "hace ".

es

A warning when something goes wrong is important. Identical warnings several hundred times per minute solve little, and cause additional problems =P It just took me five full minutes to...

bug

If, when you try to run the voice sat, you get a bunch of ALSA error spam and a traceback from `pyaudio.PyAudio()`, this can be kludged around. Weirdly, if you...

I'm porting an old cli app to rust, and `dialoguer` has mostly been great, except for this: `Enter a number, or\n[V]iew, [D]iff, [C]ancel\n>` should render in a very straightforward fashion....

A few minutes ago, while testing which skills would capture certain requests, I did the following: * Start a stream, confirm that the intent is captured and playback is initiated...

bug
enhancement
Priority: Medium

For the past little while, I've been getting TTS failures on cached phrases. Here's an example from audio.log: audio.log snippet ```python3 2021-03-28 21:35:08.852 | INFO | 270 | mycroft.audio.speech:mute_and_speak:127 |...

bug
Priority: High