Javier Jaramago Fernández

Results 4 issues of Javier Jaramago Fernández

In all the situations I have try to use the MouseWatcher inside a unit test, the testing framework (NUnit, xUnit) reports a this exception: System.AppDomainUnloadedException: Attempted to access an unloaded...

investigate

### Identify the Bug https://github.com/etr/libhttpserver/issues/268 ### Description of the Change The change is simple, instead of calling 'MHD_destroy_post_processor' in the destructor after the request has been processed, it's called before...

### Prerequisites * [x] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues ### Description For a POST or...

bug

The example code showed in the README.md doesn't compile under the GHC version 7.10.3. Give several errors as: > Couldn't match type ‘Char’ with ‘[Char]’ Expected type: [String] Actual type:...