Jay Sistar

Results 27 issues of Jay Sistar

Hello, I didn't see a better way to create a feature request, so I created this issue. I have 2 feature requests: 1. Change Streams: Active queries, or queries that...

Hey, great library! I was trying out a scene with this library on native, and it worked perfectly! However, when I tried to make a wasm build to allow some...

I'd like another parameter other than `align` and `anchor` to be used for label placement on pie/doughnut charts along the arc. I'm not sure what to call it, but `arcPos`...

enhancement

---- BEGINNING MD5 HASH SUMS ---- version: 10.13.6 build:17G66 otool CoreDisplay: 20f0d2491e9370d3d74d25740aa855ba otool CoreDisplay.bak: NO FILE (this is okay) CoreDisplay: e9698a0df0f68ab90f6ad0f870bf8833 CoreDisplay.bak: NO FILE (this is okay) ---- ENDING MD5...

## Feature Request Autogenerated OpenAPI ### Motivation The C# implementation has (in addition to existing Tonic features for a JSON API) an autogenerated OpenAPI spec that can be consumed by...

I have people with Windows, macOS, and Linux machines. The Windows machines don't have bash, but they all have, or can get (through cargo), rust-script. Can the scripts be changed...

This is really a 2 part feature request: 1. Expose raw CURLM* with a getter (...with a warning. The easy pointer already has a getter with a warning.). 2. Add...

It seems that gRPC APIs have an extension (annotations added to `.proto` files) that creates a JSON over HTTP APIs (REST) with control over path parameters and HTTP method, etc....

The library can use standalone ASIO and Boost ASIO. Because ASIO has a [new incarnation in the C++ standard itself (The Networking TS)](http://cplusplus.github.io/networking-ts/draft.pdf) AND [a compatibility layer](https://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio/net_ts.html), the Networking TS...

It would be very useful if the HttpClient::request() function would return an awaitable type for use in coroutines. ([See the "Naked Coroutines" talk by Gor Nishanov.](https://www.youtube.com/watch?v=UL3TtTgt3oU))