zond

Results 62 comments of zond

It's publically available, but not easy to scrape, which is a big difference. But yeah, the difference is subtle.

Yeah, the UX has to signal pretty clearly what's happening.

Also, this is not yet tested - I wanted to get a sanity check by visual inspection first.

> We should have a way to know in the client whether we're in a grace period. I added Phase.GraceUsed which will show this. > I think we keep the...

Added parts in https://github.com/zond/diplicity/commit/fbb949e019b9f14df0d286888487df8fc8b62abd

Added parts in https://github.com/zond/diplicity/commit/fbb949e019b9f14df0d286888487df8fc8b62abd

Urgh, I didn't even know about this way to break the type safety :O Give me a merge request that warns in a way you find appropriate and I will...

Both solutions are interesting. Since I am no longer using gosafe, and spending all my time on other projects, would you like to send a pull request with a solution...

Right. I pushed https://github.com/zond/gosafe/commit/c2914604f7ca4de2398abb6acc3595e8ade6f891 that documents this in the README, and makes importing "runtime" require using "AllowRuntime" instead of the regular "Allow". This will have to be enough for now.