Joo
Explore posts from serversKKinde
•Created by Joo on 3/27/2025 in #💻┃support
github provider not giving email address
So for a GitHub user that has emails set to private, is it just impossible to get their email address?
My project has email read permissions and asks for authorization, but when I access the kinde user info I'm not getting any email address for the user.
15 replies
Hello World taking 30 seconds + to run
Honestly baffled as to how this is possible. I'm running an ubuntu docker container locally on my m1 mac. I am installing dotnet in my dockerfile with the dotnet-install script like so:
When I go to run hello world, I copy the hello world c# file into the project and run it like so:
It may be worth noting that because I'm using jupyterhub to spin up docker containers on demand, the first time I try to run the hello world I get a whole "welcome to C#" spiel and it takes over a minute. However, on all subsequent runs (with the docker container ready) it doesn't do that but it still takes usually around 30-40 seconds at least.
Am I missing something? How on earth could it be this slow?
40 replies