Oskar Gewalli

Results 184 comments of Oskar Gewalli

@TheAngryByrd or @baronfel any idea about how to implement this?

https://github.com/cgrand/seqexp and https://www.metosin.fi/blog/malli-regex-schemas/

https://en.wikipedia.org/wiki/Brzozowski_derivative

Seems like another take on this is to have a combinator library that is generic enough to be able to express matches over lists and other data structures. This approach...

Mostly it was to try out this project. I got some errors and wanted to get fewer null reference exceptions while entering for instance invalid input.

Try bumping the library that this library wraps in order to get a later version. For instance the [NuGet](https://www.nuget.org/packages/GlobalPhone/) takes a depency on [libphonenumber-csharp](https://www.nuget.org/packages/libphonenumber-csharp/). What happens when you make sure...

The 6.0.0 is major release where the previous implementation was swapped for libphonenumber. This could have resulted in bugs and weirdness. So, no, the change of behaviour is unintentional. Is...

Could it be that the logic in : https://github.com/GlobalPhone/GlobalPhone/blob/master/src/GlobalPhone/Number.cs is incorrect. For instance there is a regex: ```c# private static readonly Regex NonDialableChars = new Regex("[^,#+\\*\\d]", RegexOptions.Compiled); ``` perhaps the...

Contrast with Structuremap , https://github.com/MapsterMapper/Mapster et.c.