Sandeep Chandra

Results 8 issues of Sandeep Chandra

Please see https://github.com/fsprojects/FSharp.Data/issues/1390

Could LiteDB.FSharp be updated to use latest LiteDB so that LiteDB Studio can be used? LiteDB Studio is compiled with latest version of LiteDB and as a result of opening...

### Description Add token expiration date to token. ### Expected behavior Token has expiration and the client removes the token and redirects the user to login page. ### Known workarounds...

For following type ``` type User = { Id : Guid Username : string Password : string DOB : DateTime option } ``` I define store as shown below ```...

I am showing modal from a modal and the issue I have is the first modal is not greyed out when the second modal is shown, because of this I...

Following does not disable the button. ``` Button.button [ Button.Text "Test" Button.IsEnabled false ] ```

I have upgraded to latest DaisyUI and get following warning How can I fix this?

I am uploading a 50mb pdf using this package and the server side memory shoots up to 2.6GB from 120mb and uploading is very slow.