Kris Gesling

Results 85 issues of Kris Gesling

Currently there are a number of functions in `lingua_franca.time` that were brought along from mycroft-core when LF was extracted. Presently none of them are used in LF with the exception...

Just going through a PR and there are camelCase variable names sprinkled through out the code base. Would be good to move to the Python standard `snake_case` for the whole...

enhancement
help wanted
good first issue

The upcoming Lingua Franca v0.3.0 has an internal `resolve_resource_file()` method. Currently this looks in a few common places but would be great to add support for the [XDG specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) as...

enhancement
help wanted
multi_lang

In cases where an utterance passed to extract_duration has both a fraction and a duration, the duration is correctly returned, however the fraction in the remaining text string is returned...

bug
en

If an utterance like "when is september" is parsed using `extract_datetime`, it results in: > ValueError: time data 'september' does not match format '%B %d %Y' There doesn't seem to...

bug
en

Using the rich text editor on the Notes web interface displays "Failed to load" for (seemingly) any embedded image links that aren't created by the rich text editor. I have...

bug
need to reproduce

**Description** Hi there, I was about to update the Cookbook app on my NC to a reported v0.10.5 and went to check the changelog but it doesn't seem that such...

bug

### What Happened? When clicking through the installer and attempting to select "English (Australian)" as the keyboard layout, you can test the layout in the text field but clicking "Select"...

For any NT planning application - if you select "Read more information" on the Planning Alerts page you receive a system error page on the NT Land Information System (NTLIS)...

I just noticed that we're setting the `enclosure.platform` config to `mycroft_mark_2` on install. Is that to get around people using `if platform == "mycroft_mark_2"` in Skills etc, when they want...

question