Matt Forrester
Matt Forrester
@knappg Yep, seems the one big JSON document for all tasks would end up with conflicts quite often... I would think you would want many little documents, one per task,...
Notes and rough thoughts for me: * `system()` is defined in https://github.com/johnkerl/miller/tree/main/internal/pkg/bifs/system.go * `system()` appears to be exposed as a function in https://github.com/johnkerl/miller/blob/24089151604fa1e65891c4678e0136741eaa3ead/internal/pkg/dsl/cst/builtin_function_manager.go#L1920 plan: * Create a function called `system_exec()`...
Hi Jon, Thanks for getting back to me. Yes, I like your idead on a coprograms. I've done a bit of this kind of thing myself in [PipeAwesome2](https://github.com/forbesmyester/pipeawesome2), but it...
I'm getting this error uploading Raw photo's(!) Should there be anything to do with encoding on these kind of (very binary) files? Is there a work around for this?
I don't see why would it be looking at that schema anyway? It happens if `forbidden` is not in the search path, there are no tables/anything referencing `forbidden`, you specifically...
I can confirm it does have an information schema... I am unsure if the format conforms to Presto or anything else though.
``` $ usql --version usql 0.10.0 ```
Hi @kenshaw I have: ``` $ usql 's3://__S3_STAGING_DIR_NOT_URL_ENCODE_WITH_TRAILING_FORWARDSLASH_ALSO_NOT_ENCODED?WGRemoteCreation=true&accessID=__THE_ACCESS_KEY__&db=__DATABASE_NAME_PROBABLY_URLENCODED_&missingAsEmptyString=true®ion=eu-west-2&secretAccessKey=__THE_SECRET_URLENCODED__' ``` Which does work / can query, though `\d` does not (not supported by awsathena driver). ``` $ usql --version usql 0.12.13...
Sure, new ticket opened - https://github.com/xo/usql/issues/375
Is there a way to skip this `if`? https://github.com/ralph-irving/squeezelite/blob/71832fb3db447b8b89e08ce907247219a18da509/slimproto.c#L368