Results 19 comments of jjchiw

Great! No don't worry I will wait for when you have the feature ready, right now I'm doing ok with my fork, when you have the feature the way you...

It looks great, but I think it's more troublesome to add interceptors/aspects as is now the code, we should create something like a pipeline. The events that I implemented are...

I think I like more the listeners approach, It feels more "natural". About the events I'm not really sure about not manipulating the states, if you observe/audit something I think...

Hi! I updated the project [README](https://github.com/jjchiw/faas-fsharp-giraffe/blob/master/README.md) and did some refactoring to allow the same flexibility as the `node10-express-template` eg. routing, services... Which `fprocess` should I change to `fsharp-giraffe`? I changed...

Hi! Had the same error :( I could generate the docs after a few changes... In https://github.com/ionide/Waypoint/blob/master/Content/docs/loaders/literalloader.fsx I commented the `#if preprocesor` So instead of ``` #if !FORNAX #load "./contentloader.fsx"...

Hi, I was also having this error while I was trying to use `agendash` in `nest` So, what I did was to call the `middleware` after `agenda` is ready, I...

I solved that doing this in AppDelegate.cs `x = typeof(Xam.Plugins.VideoPlayer.iOS.VideoPlayerRenderer);` it's something about the linker.... There should be a `Init` method like all the other plugins and call it `VideoPlayer.Init()`...

No, The only appenders available are `UDP`, `HTTP`, `AMQP` But I think it should be easy to create a `Tcpppender` based on [`UdpAppender` ](https://github.com/jjchiw/gelf4net/blob/master/src/Gelf4Net.UdpAppender/GelfUdpAppender.cs) http://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp

Hi!. I think this is kinda of specific, but anyway I'm going to merge it. Could you please write a Unit Test and update the readme.md to show the impact...

Hi! I think the exception is correct based on that the input (URL) is invalid.... Why the library should continue executing if it's not going to do what it's expected....