David Griffin

Results 6 comments of David Griffin

Is this still a thing that people want? I can take a stab at it.

+1 Multi accounts is considered "best practice" within Amazon (but especially AWS). I would be willing to contribute to this area.

I nearly submitted a pull request for this too... It doesn't help that when registering the model, whooshalchemy just happily skips fields that it doesn't think are searchable, then later...

Also, I'm on an arm64 Macbook pro with MacOS 15.

Full verbose=9 output... ``` davidgriffin@skadi flotsam % cat big_1M_query.fql| fauna query --verbosity=9 --profile DevDemoDB - [config]: Found default config file named "fauna.config.yaml". Using it. [config]: Reading config from fauna.config.yaml. [config]:...

> This is the offending piece of code: https://github.com/fauna/fauna-shell/blob/main/src/commands/query.mjs#L71 > > Most likely, reading queries from stdin will probably need to use `process.stdin.read()`instead. We should consider upper limits to what...