Robert Byrne

Results 22 comments of Robert Byrne

Agreed, thinking it would be more a matter of passing on all the prebaked parameters and having the correct auth command go on the wire.

I was going to just hardcode this in (I'm about to do it now actually): use the password field for the xoauth parameter, add another enum field for login type....

Yes makes sense, I hadn't considered the data import scenario. It also occurred to me that there's currently no 'sequence' value (like an autoincrement id etc) that gives you a...

Ah yes, sounds ideal. But I see what you mean, it would also be tricky to work into the API design, since Id/RowId would be confusing. Re providers, it seems...

Fantastic, yes that makes perfect sense. Agreed re scaling, if the addition of another column would introduce big problems you're probably going to hit other limits before that! Yea being...

Ah interesting! Agreed that it's probably best to keep things as close to 'full' F# as possible, it's one of the great things about Fable - every now and then...

Just to follow up, I'm planning to do a bit of work on the library this week, so I'll see about removing the use of `ITypeResolver`, if that goes well...

I think a factor here, touched on by @realparadyne is that F# (and immutable/transformation style languages) places less responsibility on bindings than you would expect in something like Java. There,...

This might be a good opportunity to take a breaking change on the layout of some of those namespaces in general. I found it confusing (and still do tbh) when...