Sam Ritchie

Results 13 issues of Sam Ritchie

Upgrading from FSAC v0.51.0 to v0.52.0 (Ionide 6.0.0) triggers a stack overflow in `FSharp.Compiler.CheckComputationExpressions` on macOS when attempting to typecheck a file containing large CEs. I saw similar issues a...

Bug
Impact-Medium
Area-Compiler-Checking

### Describe the bug When editor sticky scrolling is enabled, and a declaration (specifically seems to be a module or type) has an attribute on the preceding line, sticky scrolling...

Calling `Neighbors` on a hash that abuts the 180th meridian returns incorrect values: ``` > GeoHash.Neighbors "rb";; val it : string [] = [|"rc"; "rc"; "rb"; "pz"; "pz"; "px"; "r8";...

From https://github.com/fsprojects/FSharp.AWS.DynamoDB/issues/59#issuecomment-1326297316 > Currently if we write to a table using the table context it will get automatically serialised with the internal picklers. > > Once this same data hits...

enhancement

See discussion in #59 - there would be value in supporting transactional writes across multiple tables (or contexts in the case of multiple single-table contexts). Probably the main question here...

enhancement

Doesn’t look like there’s an option to scan by GSI, add this as part of #27

enhancement

Probably the biggest want for me is a nice way to handle table 'schema' changes; 9 times out of 10 this is just some way to come up with a...

enhancement

Addresses #64. I’ve been sitting on this branch for a while but really should just focus on shipping something. There are two main components here: 1. `StreamContext.StartReadingAsync()` This is a...

* Added tracing instrumentation on TableContext methods from ActivitySource `"FSharp.AWS.DynamoDB"`. This is roughly in line with the published [semantic conventions](https://opentelemetry.io/docs/specs/semconv/database/dynamodb/) * Added a dependency on `System.Diagnostics.DiagnosticSource` - have seen reports...