-
Hi there,
I just switched one of my packages to Dart 2.0 but the build fails because of fail in resolving dependencies while activating dart_coveralls
Here is the build:
https://travis-ci.org/Ver…
-
function &Then should be _Then
function &Or should be _Or
-
Hello,
Can I feed a regex pattern to verbal expressions, and get back the verbal express representation?
-
VerbalExpressions should have support for all the available [character classes](https://en.wikipedia.org/wiki/Regular_expression#Character_classes).
Should we implement those as constants or just add…
jehna updated
8 years ago
-
https://github.com/VerbalExpressions/JavaVerbalExpressions
-
I personally dislike the current behavior of:
from verbalexpressions import VerEx
foo = VerEx().find(...).anything_but(...)
As opposed to an arguably more Pythonic way:
import …
-
As implemented in Python repo's pull request by @andrii1812
https://github.com/VerbalExpressions/PythonVerbalExpressions/pull/16
jehna updated
8 years ago
-
https://github.com/VerbalExpressions/JSVerbalExpressions
Perhaps add a section to your readme clarifying how your lib is better than similar existing projects.
-
I've been thinking about re-writing JSVerbalExpressions to use function composition rather than the builder-like pattern it has now.
So now the README.md describes a simple example for using Verbal…
jehna updated
5 years ago
-
It would be great if VerbalExpressions can address the efforts and designs of other similar but fragmented projects, and note down some missing features or design flaws/differences.
- https://github.…