Scott Meeuwsen

Results 16 issues of Scott Meeuwsen

Added an asynchronous echo example to only show completions after a given delay in time. This is useful if, for example, the completion source has latency before completion data can...

When using a doctest in a README.md file marked with `should_panic`, tarpaulin executes it but does not seem to parse out the `should_panic` as it ends in failure. Removing the...

Looking at the code, I think the 'certificate' __init__ param is supposed to be named 'certificate_check' so that if it is set, it overrides the class function (I believe this...

After building a JavaFX HelloWorld program I was surprised to see a huge number of required dynamic libraries using ldd on Linux (below). This would pose major issues for any...

This would be a very nice addition for data-heavy applications. Using a Material UI table with other mac widgets just won't look right.

new widget

Please consider adding provider support for edge bridging. We have a near term production requirement for this feature. Thx!

enhancement

The same code shows debug lines on Linux/GTK just fine. Perhaps this is a drawing limitation with macOS? ```kotlin MigLayout("debug", "[33%][34%, align center][33%, align right]", "[]") ```

**Is your feature request relasted to a problem? Please describe.** Candlestick charts are nice, but many find and OHLC chart easier to read for stock prices. Both is even better,...

New Chart Request

**Is your feature request related to a problem? Please describe.** Material style tables, while functional, do not match the Fluent UI look and feel **Describe the solution you'd like** A...

enhancement

## Expected Behavior gRPC responses that include `content-type` header with a value of `application/grpc+proto` per [spec](https://chromium.googlesource.com/external/github.com/grpc/grpc/+/HEAD/doc/PROTOCOL-HTTP2.md) ## Actual Behavior It does not seem to be included as observed via Wireshark,...

bug