Jonathan Chan Kwan Yin

Results 281 comments of Jonathan Chan Kwan Yin

> I don't think it helps, but I came up with the following for the basic annotations > > ``` > /** > * Wraps a generator that executes some...

> How to use this? Does it run the closures for every `yield` in a generator? Yep, and you can intercept the signals to see what it is suspending for.

> No idea how to use sorry. > > ``` >

How come I forget to pull upstream every time -_-

It seems that we can make arcstr have an optional feature `arc-swap` that implements the [`arc_swap::RefCnt` trait](https://docs.rs/arc-swap/1.3.0/arc_swap/trait.RefCnt.html), and `ArcSwapAny` can immediately work. I can try to implement this if the...

The package name is `arc-swap` nor `arc_swap`.

Sorry, it appears that arc-swap does not really support fat pointers, and using `ArcSwapAny` is not really fasible.

+1 for benchmarks

ALPHA8 is coming soon though. I'll wait for it before updating.

This issue is valid. HereAuth is responsible for checking whether the query succeeded and outputting the error. Nothing to do with the server software.