tinaun
tinaun
the major missing feature is ordinal imports, right?
https://github.com/snapview/tungstenite-rs/pull/144
the latest websocket has a .set_nonblocking() method on streams and clients. because sslstreams cannot be split anymore (its unsafe), i was thinking about moving the entire client into the keepalive...
thanks. after submitting this i noticed this was mentioned in a lot of other issues, but it hadn't had an issue of its own
I asked the maintainer of tiny_skia about adding an equivalent to skia's `.draw_vertices()` and their response was "I don't know why anyone would use this feature", so I think moving...
I would like a Frame.draw_image(imageRect, canvasRect) function, much like the function in js's canvas
forgot to actually merge this _nine_ months ago \*crawls back into my hole*
i don't really feel like a timer implementation is the right place for trait based generics. individual future runtimes could have ways of choosing from several different timers, but i...
the generic trait for abstracting over different timer sources already exists, its called Future!