Results 6 issues of jjchiw

I had a problem with the way the the Date was serialized and saved in the database. I needed to be saved with the format ISO 8601.... So I added...

What do you think about adding some events before save, delete and update document or edges. An example there are classes that have properties like: ``` csharp public DateTime CreatedAt...

feature

FSharp Template using of-watchdog ## Expected Behaviour Allow to create functions using of-watchdog with fsharp ## Current Behaviour Not Available ## Possible Solution https://github.com/jjchiw/faas-fsharp-giraffe ## Steps to Reproduce (for bugs)...

Hi!. I did a MassTransit TinyIoc Extension (https://github.com/jjchiw/MassTransit/tree/master/src/Containers/MassTransit.TinyIocContainerIntegration) but I had to create a dll for TinyIoc to be shared between Projects. Could you please make a nuget package to...

### Screenshots ### ![image](https://user-images.githubusercontent.com/642319/56474894-aba7c080-6480-11e9-8965-c40eb5005bdf.png) ![image](https://user-images.githubusercontent.com/642319/56474896-b6625580-6480-11e9-9098-dfa2a09bf3b9.png) ### What went well? ### How easy is it to convert your existing ListView to the CollectionView? It was very easy, I played more with...

`checkInteractive` was crashing when a modal was over the list and it was pressed a _ctrl key_ like (command or ctrl). I am using MUI. I don't know if it...