Nikos Baxevanis

Results 29 issues of Nikos Baxevanis

The following regular expressions create a StackOverflowException: ``` ^[a-zA-Z0-9\-\.]+\.(com|org|net|mil|edu|COM|ORG|NET|MIL|EDU)$ (http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])? ^(http|https|ftp)\://([a-zA-Z0-9\.\-]+(\:[a-zA-Z0-9\.&%\$\-]+)*@)?((25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9])\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])|([a-zA-Z0-9\-]+\.)*[a-zA-Z0-9\-]+\.[a-zA-Z]{2,4})(\:[0-9]+)?(/[^/][a-zA-Z0-9\.\,\?\'\\/\+&%\$#\=~_\-@]*)*$ (?:(?:\+?1\s*(?:[.-]\s*)?)?(?:\(\s*([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9])\s*\)|([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9]))\s*(?:[.-]\s*)?)?([2-9]1[02-9]|[2-9][02-9]1|[2-9][02-9]{2})\s*(?:[.-]\s*)?([0-9]{4})(?:\s*(?:#|x\.?|ext\.?|extension)\s*(\d+))?$ ``` The `Xeger` class keep traversing the Automaton's States resulting to a StackOverflowException. This happens in the `IList...

bug
help wanted

because right now I'm mostly on macOS High Sierra (10.13) and Ubuntu (16.04) and I can't easily run a build and push a new package on NuGet Gallery. #30, #21

enhancement
help wanted

See https://github.com/bluezio/xeger/blob/master/src/main/java/nl/flotsam/xeger/Xeger.java. This might be related to #26, but it should also be an improvement as the [old Java repo](https://code.google.com/archive/p/xeger/) is no longer maintained.

enhancement
help wanted

Currently, when running the `BuildRelease.msbuild` script, there are a few compiler warnings of type [CS1591](http://msdn.microsoft.com/en-us/library/zk18c1w9.aspx). These warnings should be addressed by adding the appropriate XML documentation.

enhancement
help wanted

Currently the `dev` branch is 49 commits behind master branch (and some commits ahead, which is expected). Wouldn't it be easier if the `dev` branch could be at least 0...

This looks weird: ![image](https://user-images.githubusercontent.com/287532/36533228-912e4e84-17cb-11e8-9655-ebf5104b6b43.png) I'm on ST3, but I keep getting ST2 Haskell (improved) as the default syntax for `.hs` files.

Is this behavior correct? It looks like it's giving me all possible definitions it can find (?) ![image](https://cloud.githubusercontent.com/assets/287532/24071847/5035f70e-0be4-11e7-8253-86b89638d1bd.png) --- Here's another example of this behavior, where the same type info...

On a fresh Bitcoin Core (>= v0.20.1) ICoinService.IsWalletEncrypted returns `true` even though the wallet is *not* encrypted.

bug

By default, Bitcoin Core generates unique login credentials each time it restarts and puts them into a file readable only by the user that started Bitcoin Core, allowing any of...

enhancement

Taken from QuickCheck [manual](http://www.cse.chalmers.se/~rjmh/QuickCheck/manual_body.html#8): > It is important to be aware of the distribution of test cases: if test data is not well distributed then conclusions drawn from the test...

enhancement