Jacob Pratt

Results 264 comments of Jacob Pratt

Just running across this. Having built-in authentication would be great, _especially_ a generic OAuth implementation. @SergioBenitez is there anything we could do to help out? I see you'll be quite...

@SergioBenitez is this waiting on a future version of Rocket that migrates to Actix or some other async framework?

@sparky8251 Not currently, at least easily.

WebSockets will certainly be one of the larger issues. I'm actually looking into the two main websocket crates (`ws` and `websocket`). `ws` is, frankly, a bit of a mess, and...

Note that chrono itself has the same issue, not just transitively via time. Chrono updating to time 0.3 by itself is not sufficient.

Worth noting that time 0.3 has support for varying digits for the subsecond portion. There's an alpha release out now.

Is there any continued interest in this proposal? Would a persistent fragment have access to some DOM methods like `replaceWith()`? Those could be heavily optimized in situations like element reordering.

I'm the one taking over the time crate. I don't have a timeframe for a 0.2 release that's based on std::time, but hopefully it's sooner rather than later. Unfortunately, until...

@emoon It hasn't been released yet. My goal is to release it alongside Rust 1.40.

Reverted all changes mentioned, aside from the one that I believe is correct.