Jason Dreyzehner
Jason Dreyzehner
👍 Yes please, I was definitely confused when I wasn't able to work on a local Hasura instance offline. (And being offline, I didn't realize `HASURA_GRAPHQL_CONSOLE_ASSETS_DIR` was an option.) Related,...
For anyone wanting to use the `react-monaco-editor` library, [this `scripts-version` fork](https://github.com/bitauth/create-react-app-bitauth-ide) includes everything you need by default. JS-only: ```sh npx create-react-app --scripts-version=@bitauth/react-scripts-bitauth-ide my-app ``` Typescript: ```sh npx create-react-app --typescript --scripts-version=@bitauth/react-scripts-bitauth-ide...
Has anyone tried to pass through the Postgres [`EXPLAIN`](https://www.postgresql.org/docs/current/using-explain.html) "cost" estimate for this? Even if it's off by orders of magnitude, being able to configure a `HASURA_GRAPHQL_COST_LIMIT=100000` cap could prevent...
For what it's worth, this is working for me (including without the newline [described above](https://github.com/gotwarlost/istanbul/issues/361#issuecomment-365878162)): ```ts try { ... } catch (error) /* istanbul ignore next */ { ... }...
Thank you @mr-zwets!
Hi Shomari, I got a notification that you [linked here from reddit](https://old.reddit.com/r/btc/comments/10fmq4a/elievm_can_you_please_explain_cashtokens_to_me/j50ile6/), sorry I missed responding before! I wrote more about the roadmap for Libauth in [this comment](https://github.com/bitauth/libauth/issues/102#issuecomment-1343101442) – some...
Solved now by a number of other libraries 👍
Solved now by a number of other libraries 👍
Other great Keccak-256 libraries exist now, so going to close this issue.
Fantastic, thanks @pauldambra! Looks like it was already merged into master there – any idea when that might land in `posthog-js`?