Chris Tunbridge

Results 58 comments of Chris Tunbridge

Additionally, there's a definition for the tenant [here](https://github.com/logto-io/logto/blob/master/packages/schemas/src/models/tenants.ts#L27) that is also statically specifying the schema. This appears to be the only usage of `createModel`, but I only did a quick...

@Unrepentant-Atheist have you made sure your docker host is logged into docker hub? I have had issues with this in the past where after too mayn requests it automatically started...

@cip123 From what I can see on the build command ([here](https://github.com/evan-buss/openbooks/blob/master/build.sh#L14)) the arm version is built for `arm64`. I'm not 100% sure, but I was under the impression that the...

> Yeah, I think it makes sense to add, but I've just been doing this when needed > > ```js > xs.flatMap((x, i) => i ? [sql`, `, x] :...

Unfortunately it's not resolved, I accidentially updated this package and it broke my cli again.

I have moved away from using this package but figured I could share what I am doing now. My setup relies on a docker-compose existing to scan for a specific...

I am having a very similar issue, and like @jamuir I can see my fans going from 0 RPM to 2600-2800 RPM. although my temps jump at ~58-60c, which is...

Hey @tars0x9752, I about to move a project of mine over to ESM and noticed that the generator has a specific section in the documentation on getting ESM working, I'm...

@tars0x9752 I didn't look at the example project, just the documentation on that page. I did notice that you're running the `graphql-codegen` executable in your initial post and not the...

This is what my "messages" tab shows in the network traffic for this connection: ```json {"topic":"realtime:presence","event":"phx_join","payload":{"config":{"broadcast":{"ack":false,"self":false},"presence":{"key":"d6d2b22b-8472-4088-8e0e-4bc6793e2d94"},"postgres_changes":[]},"access_token":""},"ref":"1","join_ref":"1"} {"event":"phx_reply","payload":{"response":{"postgres_changes":[]},"status":"ok"},"ref":"1","topic":"realtime:presence"} {"topic":"realtime:presence","event":"access_token","payload":{"access_token":""},"ref":"2","join_ref":"1"} {"topic":"realtime:presence","event":"presence","payload":{"type":"presence","event":"track","payload":{"state":"online"}},"ref":"3","join_ref":"1"} {"event":"presence_state","payload":{},"ref":null,"topic":"realtime:presence"} {"event":"presence_diff","payload":{"joins":{"d6d2b22b-8472-4088-8e0e-4bc6793e2d94":{"metas":[{"phx_ref":"F9Cf3GfuHXxMuhIR","state":"online"}]}},"leaves":{}},"ref":null,"topic":"realtime:presence"} {"event":"phx_reply","payload":{"response":{},"status":"ok"},"ref":"3","topic":"realtime:presence"} {"event":"phx_error","payload":{},"ref":"1","topic":"realtime:presence"} ``` This set of messages repeats infinitely...