Kaia Peacock

Results 60 comments of Kaia Peacock

> You shouldn't be using `localhost` but `127.0.0.1` instead. Reason is that name resolution for localhost varies a lot between different systems and implementations of their network stacks. Thank you,...

> > Which values would you use for `null`, `opt null` and `opt 5` at type `opt opt int`? `null` would be `null`. `opt null` would be `undefined | null`....

> I can see that the ability to use a switch over a variant would be desirable. But can you elaborate why this code is "unsafe and problematic" in TypeScript?...

After discussing with @chenyan-dfinity , we agreed that nested opts should be typed the same as they are now, with nested empty arrays

@carstenjacobsen it doesn't look like any links for these examples have been added to the sidenav

Yeah, you do need to run identity locally for now. That's the main reason I've held off on writing an official example and have just stuck with my demo project...

Thanks for the thorough investigation! You're totally correct on 1 and 3 - I stopped adding to the example once I could reproduce the error I was aware of. 4...

Ah right, that's the domain-specific stuff. I'll unignore that folder and push it up for reproduction to spare you from needing to install our SDK. You won't end up with...

Should be good to go! If you wanted to test the full stack example, the commands to set up would be ``` sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" dfx start --background...

That's super interesting! I'm still getting the `export` error on my machine when I try to run the web build. Were you compiling to iOS or Android? ![image](https://user-images.githubusercontent.com/16298804/121716939-7f52c200-ca95-11eb-9b87-bec59e944b7d.png)