David Teasdale

Results 9 issues of David Teasdale

Currently the User-Defined Table Types are classes. Could a config option be added to allow them to be records. Sql Setup: ```SQL --DROP PROCEDURE InsertTypeIntoTable1 --DROP TYPE dbo.Type1 --DROP TABLE...

improvement
blocked

I'm trying to converted a bit of c++ code which uses a MiCS6814 to estimate the ppm of the detectable gasses but I'm not sure how to get the equivalent...

notice

### Description We have a record with around 200+ fields which is getting updated quite a lot using an Elmish page. However because of the number of field and updates...

I’m trying to use the sql provider with our production ms sql database schema however I’ve found a problem which I can’t seem to work around. One of our table...

A List of DayOfWeek throws an exception ``` f# #r "FsPickler.dll" open MBrace.FsPickler let binarySerializer = FsPickler.CreateBinarySerializer() let pickle = binarySerializer.Pickle [System.DayOfWeek.Monday] ``` Error: ``` MBrace.FsPickler.FsPicklerException HResult=0x80131500 Message=Error serializing object...

## Proposed Changes This allows you to bulk load temp tables which can then be used in queries such as merging large amounts of data. I added a similar feature...

I'm trying to break up a larger app into smaller chunks but I can't seem to get `swaggerOf` to recognize function/vals outside the `swaggerOf` call ``` F# let otherApp =...

I can't get the samples to run. My current setup is: ``` Microsoft .NET Execution environment Version: 1.0.0-rc2-16453 Type: Clr Architecture: x86 OS Name: Windows OS Version: 6.3.9600 Runtime Id:...

### Description When the menu is change it should be shown on screen ### Repro steps I hack the Elmish.Console.Elements project so it will alter the menu depending on what...