Tan Jing Ren

Results 10 comments of Tan Jing Ren

> I have tried 3 hubs/splitters and none charge and pass through OTG data at the same time on my Poco F3 or ZUK Z2Plus. Almost certain it's a hub/cable...

Update: tested with ONEPLUS 3T and discovered the same issue.

@stevvie I guess USB-C protocols doesn't support this kind of usage. I read it some where while I did a google search. Can't find the link anymore. Something to do...

run `docker-machine ip` on terminal and check what IP is the server running on. It might not be 127.0.01 for windows10 [https://github.com/heroiclabs/nakama-godot-demo#setting-up-docker-on-windows-10-home-and-below](https://github.com/heroiclabs/nakama-godot-demo#setting-up-docker-on-windows-10-home-and-below)

I think you might have accidentally deleted a bracket or something. Do reclone this project as it was updated few days ago.

seems like OAuth key have the redirecturi included. service account does not.

@dBianchii I was afraid that changing it to `type` would break things so I did this for now. real janky but it works. ``` interface Toast extends Omit { never?:...

> @shadcn Also, there is a comon ESLint rule called consistent-type-imports ![image](https://user-images.githubusercontent.com/17372417/235937647-0643a5e8-9743-417c-b759-61369d418312.png) ![image](https://user-images.githubusercontent.com/17372417/235937819-713be17a-99fb-436e-8ed8-5d9749305c89.png) > > I can also create dedicated PR in case it interests you to satisfy this eslint...

> @tanjunior I don't think changing it to type will break anything ok I will test it and update my PR if there is no issues.

It's not working for me too. @HugoHeneault I got a runtime error after adding ElasticModule to my HomePage.module.ts ```Uncaught (in promise): Error: unexpected module 'ElasticModule' declared by the module 'HomePageModule'....