Jeremy Walker

Results 123 comments of Jeremy Walker

I downgraded to 2.1.6 and I still had the same issue: ``` error - TypeError: tailwind_styled_components__WEBPACK_IMPORTED_MODULE_13__.div is not a function at eval (webpack-internal:///./src/pages/ResourcePage.js:36:76) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ```

Thanks for the response

I thought Postraphile looked at the provided JWT to choose a role? P.S. I didn't even know a v5 was in the works: exciting stuff!

To clarify I'm referring to https://www.graphile.org/postgraphile/security/: >When we verify that the JWT token is for us (via aud: "postgraphile") we can authenticate the PostgreSQL client that is used to perform...

That sounds promising! I'd imagine if A) Postgraphile only provided the granted role (nothing else from the settings) and/or B) it only showed if "opted in" (with a settings boolean)......

Any news on this? If there's no fix coming, could we just get a single line added to the documentation for `.enum` ... something to the effect of: > Knex...

> @machineghost PR for this would be most welcome :) How does one submit a documentation PR? I don't see any files for the website in the main repo: is...

Just two cents from a random user: making a command you can't CTRL+C, and have to close the entire terminal just to terminate, is *very* frustrating.

I've run Linux for over a decade and never had to kill a command that way. I think it's fair to assume a decent percentage of other users won't magically...

`CTRL+ C` is pretty much the universal "cancel" signal. Failing that, `CTRL + D` is the fairly universal "disconnect" signal.