John Kerl

Results 286 comments of John Kerl

@Poshi please let me know if #1560 (merged to `main`) works for you

@Poshi that's the C stats struct :( Go expose this `os.FileInfo` and I'm using it all: * https://pkg.go.dev/os#File.Stat * https://pkg.go.dev/io/fs#FileInfo I can look into things that might vary per OS...

@kounelisagis thanks for the PR! Good code, wrong title I think -- ? This isn't 2.25.0, it's `dev`; and this is about _restoring_ the `dump()` calls to use the new...

Related: https://github.com/single-cell-data/TileDB-SOMA/issues/2569

Yes casting to `string` works since ``` 7622210953278 ``` type-infers as `int` but ``` 7622210953278#7622210953279#7622281623271 ``` type-infers to `string`. ~And, `splita` returns `error` when given a string.~ [Typo found 2024-08-25]:...

> The splita and splitax docs both say that they split a string into array, I think it could be fair to assume as a user that the argument would...

@aborruso thanks -- let's keep this open -- it's worth pursuing

@aborruso there are a few issues: * Enabling non-compliant CSV _by default_ is a slippery slope * Even as opt-in behavior: * If the CSV has 2 or more columns...

@ivirshup the storage version doesn't change until 1.13 / core 2.25 I had previously thought: * storage-version update for current domain (what core calls the new shape support) would be...

@ivirshup correct :) ```diff $ pwd /Users/johnkerl/git/TileDB-Inc/TileDB $ git diff -r 2.23.0 -r 2.24.0 format_spec/FORMAT_SPEC.md $ git diff -r 2.24.0 -r 2.25.0 format_spec/FORMAT_SPEC.md diff --git a/format_spec/FORMAT_SPEC.md b/format_spec/FORMAT_SPEC.md index c4def7a9f..e7750a9b9 100644...