Rob Janssen

Results 23 issues of Rob Janssen

> **HTML Tags** > `/^)$/` [Famous answer](http://stackoverflow.com/a/1732454/215042) > **Hex Value** > `/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/` Hex HTML/CSS *color* value maybe, but `0xDEADBEAF` is a perfectly valid hex value. > **Password** > `/^[a-zA-Z0-9+_-]{6,32}$/` Slowly...

First of all: thanks for this great library! I think I have stumbled upon a bug; if not then I apologize but I don't think this is by design? ```c#...

bug

I've been using [IKVM](https://www.ikvm.net/) to "cross-compile" the [libphonenumber jars](https://repo1.maven.org/maven2/com/googlecode/libphonenumber/libphonenumber/) to a .Net DLL for a long time. Unfortunately, IKVM is [no longer maintained](http://weblog.ikvm.net/CommentView.aspx?guid=33ea525f-a291-418a-bd6a-abdf22d0662b) (for quite some while now). Today I...

First of all: I tried searching but haven't found a similar issue in this repository. If this doesn't belong here then my apologies; please point me in the correct direction....

bug

I would love to be able to do: ```c# public class Options { [Option('o', "out", Required = true, HelpText = "Output file")] public string OutFile { get; set; } [Option('d',...

* Version of collectd: 5.8.1 (Debian package) * Operating system / distribution: Debian 10 * Kernel version (if applicable): 4.19.0-14-amd64 ## Expected behavior CollectD uses a negligible amount of CPU...

The following tests fail in my `nl_NL` locale: * [Values_can_be_correctly_converted_to_decimal_without_the_parser_specifying_a_custom_converter](https://github.com/dotnet/command-line-api/blob/55dbf39074a7563e25e3409c9feb7afb8c8d2cc4/src/System.CommandLine.Tests/Binding/TypeConversionTests.cs#L488) * [Values_can_be_correctly_converted_to_double_without_the_parser_specifying_a_custom_converter](https://github.com/dotnet/command-line-api/blob/55dbf39074a7563e25e3409c9feb7afb8c8d2cc4/src/System.CommandLine.Tests/Binding/TypeConversionTests.cs#L510) * [Values_can_be_correctly_converted_to_float_without_the_parser_specifying_a_custom_converter](https://github.com/dotnet/command-line-api/blob/55dbf39074a7563e25e3409c9feb7afb8c8d2cc4/src/System.CommandLine.Tests/Binding/TypeConversionTests.cs#L530) * [Values_can_be_correctly_converted_to_nullable_decimal_without_the_parser_specifying_a_custom_converter](https://github.com/dotnet/command-line-api/blob/55dbf39074a7563e25e3409c9feb7afb8c8d2cc4/src/System.CommandLine.Tests/Binding/TypeConversionTests.cs#L500) * [Values_can_be_correctly_converted_to_nullable_double_without_the_parser_specifying_a_custom_converter](https://github.com/dotnet/command-line-api/blob/55dbf39074a7563e25e3409c9feb7afb8c8d2cc4/src/System.CommandLine.Tests/Binding/TypeConversionTests.cs#L520) * [Values_can_be_correctly_converted_to_nullable_float_without_the_parser_specifying_a_custom_converter](https://github.com/dotnet/command-line-api/blob/55dbf39074a7563e25e3409c9feb7afb8c8d2cc4/src/System.CommandLine.Tests/Binding/TypeConversionTests.cs#L540) This is because in Europe we write `123.456,78` as opposed...

needs discussion
Area-Localization

I have started a [Wikipedia page](https://en.wikipedia.org/wiki/Draft:Ulid). I'm trying to make it a bit like the [UUID page](https://en.wikipedia.org/wiki/Universally_unique_identifier). I'll work on this in the future; help is appreciated though! See the...

https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html

From [here](https://blog.twitter.com/2015/hearts-on-twitter): > We are changing our star icon for favorites to a heart and we’ll be calling them likes. Favorites should no longer be called that, they should be...