Tom Waddell
Tom Waddell
Target Framework: .NET Framework 4.6.1 Project Type: ASP.Net website Running debug in IISExpress. When I call `SQLitePCL.Batteries_V2.Init();` in startup I get the following error: ``` System.Exception HResult=0x80131500 Message=Library e_sqlcipher not...
Composing Lenses for records with optional fields can get a bit messy. Haskell and other FP languages have the concept of Prisms for dealing with these cases. A Prism is...
Inserting a more complex nested map into a document appears to work fine in yrs but fails in yffi. I am running on a Windows environment. The following test case...
- Fixes #63 - Make a copy of the array before applying changes so that zustand handles the state change correctly.
**Describe the bug** When a remote client updates items in an object array the local client state is not updating "reactively" to the changes. It takes another trigger on the...
**Describe the bug** When processing a string containing curly quote characters they are converted to straight quotes which produces invalid Json when the ToJson Method is called **To Reproduce** ```...