Ruben Bartelink
Ruben Bartelink
(Giving up for now; have time-sensitive stuff this side...)
Thanks; it's not time sensitive from my perspective. If unquote reduces dependency to 6.0.0, probably updating unquote can be done as a follow-up to include in the next release ......
It's 0.x so I agree doing the right thing soon, (including considering triggering light breaking changes) would be for the best. As mentioned in the OP, main thing I and...
Given the good overall support for DDB Streams via Lambda Event Source Mappings (and AIUI the lack of meaningful .NET support for client api directly), I'd like to see it...
@thomasd3 do you still have a need for it? Would you consider submitting a PR? ~I've done zero research - it that simply an option when creating?~ I see based...
Thanks for the update - that's no problem With the way the Verify/Initialize/Provision APIs in https://github.com/fsprojects/FSharp.AWS.DynamoDB/pull/43 now expose an optional `customize` callback will unblock anyone with TTL requirements as: 1....
Fringe ramblings which you may consider related: I tend to have an [`Async.startImmediateAsTask` helper](https://github.com/jet/equinox/blob/b0fb2e7549afbbee847dd629f31a01c2957740fd/src/Equinox.DynamoStore/DynamoStore.fs#L423-L425) that I try to route the starting of child Tasks through within `async {`s :- ```...
>This can clearly be improved. I'll probably need a test that showcases how this goes off the rails, to ensure the implementation of AwaitTaskCorrect (by whatever other name) is, well,...
> Related: Potentially would advocate for inclusion of any `startImmediateAsTask` helper in a shims lib alongside #128 Addendum to this re https://github.com/fsprojects/FSharp.Control.AsyncSeq/issues/74#issuecomment-1042465992 - An (Async|Task).parallelThrottled would go well with `Async.runAsTask`...
Ah, I missed the mention of the fact that parallelism is off the table for now in https://github.com/fsprojects/FSharp.Control.TaskSeq#further-reading-iasyncenumerable - focusing on getting stuff mapped out in the core feature set...