Steve Cosman
Steve Cosman
Thanks for the patch! io.Copy apparently already does use a 32KB buffer (strange it's the exact amount from my comment, but I'll take it). Closing since this is not needed....
If anyone needs a fork adding `.m` files: https://github.com/scosman/clang-format-action . Note: this just statically adds `.m`, not option to customize as this issue requests. Use this line in your yml:...
Note: Heroku runs on AWS so that option works if goal is to be on same network (adjacency to S3, egress charges). For now use Heroku or your own AWS...
Ah. I knew sqlite was mapping SQL-spec types to a smaller subset. I didn't realize DATETIME -> NUMERIC, and numeric prefers int to real. Looks like in this case, values...
Seems like a case could be added in `convert.go` for src=float64, dest=time.Time?
> why you don't define epochTime as time.Time ? That's what I'd like to do, but it hits `Scan error on column index 0, name "created_at": unsupported Scan, storing driver.Value...
Thanks for the patch! Used this as a guide and learned docker in the process. I've added a docker file as requested. Made some optimizations of my own (slim package...
I'm still seeing the issue with `"value": ""`. And not to nit, but an empty string might be handled differently than no value in some apps. An easy way to...
Not an immediate priority, but if anyone with this this issue in the wild want to contribute this I'd take it in main. Would need to be a config option...
P2: if anyone want to tackle this would take to master, but not a top issue. Would need to be behind a config flag ZS_LOG_UPSTREAM_ERRORS which still would default off....