Henrique Campos

Results 6 issues of Henrique Campos

### Description Whenever there is a Razor view compilation error, Nancy does not forward it to the `OnError` pipeline, and when intercepting the response via `IStatusCodeHandler` it had ResponseCode value...

## Bug Report INFO command parsing inside NodeTopologyView throws when encountering '\\' characters due to the use of the Java Property parser. This happens when using some Redis on Windows...

INFO command parsing inside NodeTopologyView throws when encountering '\\' characters due to the use of the Java Property parser. This happens when using some Redis on Windows forks due to...

These commits effectively make the application database-agnostic (using SQLAlchemy) and cloud-native (tested on Heroku) by receiving more configuration as environment variables. There are also improvements from another fork that adds...

Fix array put methods, fix and test put(ByteBuffer) method, add support for Short type, fix upper methods that use rawLength() to return results in bits. Fixes #11 Fixes #10

As an example, there is the following code on BitBuffer abstract class convenience method for putting boolean arrays: public BitBuffer put(boolean[] array) { put(array, 0, array.length); return this; } Which...