Sam Ritchie

Results 28 comments of Sam Ritchie

I’m having issues with this exception when calling `CreateObjectReference` in a co-hosted process when it is unambiguously NOT being called from a grain. Is it possible non-grain work is being...

I made a start on paging support a year or so ago but never finished. It seems a more flexible approach as you’d often want to paginate data via an...

See @bartelink’s comment here: https://github.com/fsprojects/FSharp.AWS.DynamoDB/pull/16#issuecomment-1619621391 - I think there’s value in implementing scans & queries using `TaskSeq`, it may need some thought around the API design. I wouldn’t be fundamentally...

I'm not sure I'm sold on supporting single-table design directly in the library - I can see the appeal, and it’s definitely something I've (briefly) looked at in the past,...

Sorry, I've been meaning to respond to this for a while but it’s taken some time to wrap my head around the best course of action. My starting position is...

I've said above that I felt the best way to implement single-table was probably via a single context with a base record of optional fields and application-layer mapping code. However,...

Build failure looks like it’s related to the StructuredLogger version in `build.fsx`, I’ll see if I can work out what it should be

Looks like bumping it to `2.2.206` should work - @bartelink is it easier for you to update your branch?

Also note I’ve considered bumping FSharp.Core to 6.0.7 as it looks like it will make life easier with tasks - I’ve been working on streams support using a Task based...

Thanks @bartelink - I’m off grid the next few days but will have a look on the weekend. On 10 Apr 2024, at 2:09 PM, Ruben Bartelink ***@***.***> wrote: ...