Ian Paterson

Results 46 issues of Ian Paterson

Some of the named times are rather subjective (e.g. _breakfast_, _afternoon_) while others are not (e.g. _noon_, _midnight_). It would be great to be able to allow my users to...

The current approach to unit tests is quite verbose but makes it very easy to show what failed because each assertion contains the literal value that it is testing. I...

@ckoeberle provided the following regarding the translation of a few words that were not yet translated in the German locale. Some are not direct translations, but I will try to...

enhancement

I received [a bug report today](https://github.com/idpaterson/alfred-wunderlist-workflow/issues/135) from a user whose German phrase including the word _für_ matched the regex `\br\b`. The ü acted as a word boundary because I was...

bug

I noticed that only a few branches in the nlp logic that prepares substrings for parsing currently include logging. Attempting to get nlp to parse _Aug. 15, 2016_ it is...

The regular expression that is used in `nlp` to pull prefixes into a date expression only supports English. For example, in the phrase _go to a party on January 4_,...

The legacy flag return format was deprecated in 2.0. I believe that `pdtContext` makes `nlp` and `parse` return values much easier to understand in addition to providing great insight into...

I use `nlp` to extract date phrases from user-provided text, leaving just the remaining text. In this use case, it is fairly apparent when `nlp` does not extend the phrase...

enhancement

I ran into this when adding test cases for a new feature in my project. While I hoped that parsedatetime would allow me to pull out today and tomorrow as...

This implementation is similar to cordova-plugin-inappbrowser with the notable exception that `InAppBrowser` instances are created for each call to open a URL and any events are scoped to that particular...