Jason Dreyzehner

Results 129 comments of Jason Dreyzehner

@paulmillr are you having trouble with Libauth in a particular project? Could you share an example of how you're importing or bundling Libauth? Libauth lightweight in that it is designed...

I'm sorry that you're so frustrated with Libauth. It seems like you've had trouble using the Libauth in a project, but I'm afraid I'm still misunderstanding the context for your...

Am I misconfiguring something? Preferably, I'd like the results to be returned using ClickHouse's `lower` and `hex` functions, e.g. `lower(hex(hash))`.

@BenoitRanque Ah sorry, I assumed ClickHouse's `FORMAT SQLInsert` would just work. Had to use: ```sql SELECT concat( 'INSERT INTO block (', 'internal_id, height, version, timestamp, hash, previous_block_hash, merkle_root, bits, nonce,...

And just a note: I'm now [using views over all tables](https://github.com/hasura/graphql-engine/issues/10675#issuecomment-2644456412) rather than directly pointing Hasura `Model`s to the underlying tables. It would still be nice to have `FixedString` "just...

Hey @acao, thanks for all your work on `graphiql`! What's the status on this issue? Are you still working on your [`feat/use-context-hooks` branch](https://github.com/acao/graphiql/tree/feat/use-context-hooks)? Are you still looking for help testing?...

Just leaving a note after chatting with @mr-zwets and @rkalis on this – **CashScript is well positioned to be one of the most-well-adapted languages for CashVM**. Many other projects will...

Also, `ddn console --local` isn't connecting: ``` ❯ ddn console --local 10:08PM INF Opening https://console.hasura.io/local?url=http://localhost:3280&promptQLUrl= ``` `Trying to connect to Engine...`, `Please ensure that your Engine is running at http://localhost:3280`:...

@seanparkross great thanks! Any insight on why `console --local` might not be connecting, or what sort of trouble shooting steps I should try?

@BenoitRanque no, still receiving the same error. Trying from scratch: ```sh ddn supergraph init my-project && cd my-project ddn connector init my_ch -i # select ClickHouse # Connection string: http://local.hasura.dev:8123...