Ramkumar KB

Results 13 comments of Ramkumar KB

Hello, Is this just a matter of adding `^17.0.0` in the `peerDependencies` or something more than that? ``` "peerDependencies": { "react": "^15.3.0 || ^16.0.0 || ^17.0.0", "react-dom": "^15.3.0 || ^16.0.0...

@hannesdejager - Thank you for your reply. I am new to Rust but definitely would like to try and build-test this on Windows.

@jsdidierlaurent - Many APIs now a days are protected by [mTLS](https://developers.cloudflare.com/cloudflare-one/identity/devices/mutual-tls-authentication) - and requires clients to present a Client Certificate as part of the TLS handshake. @apolegoshko - One work...

@birktj @PgBiel - Would this be similar to the implementation described here - https://wiki.contextgarden.net/Layers Essentially, one defines a Layer and then puts some content in it. And `Layer` does not...

@aljazerzen - Yes, indeed Iceberg defines the table data format and for now recommends using SQL engines like Apache Spark or Apache Flink to read / write data - as...

One idea would be something like -[spill to disk](https://dagster.io/glossary/spill-to-disk) - example [from DuckDB](https://github.com/duckdb/duckdb/pull/10147). How Dask uses this technique is [described in the YT video](https://www.youtube.com/watch?v=mHWk7y2p-NM). I think `Polars` also uses this...

@TahaTesser - Kindly do not close this issue. We need this package to expose APIs thru which we can present X.509 Client Certificates when making a HTTPS connection to a...

@TahaTesser - Looks like the solution you are recommending is to use another Webview plugin. I was hoping that the [official Flutter Web View plugin](https://pub.dev/packages/webview_flutter) would support X.509 Client Certificates...

@TahaTesser - The solution that you are pointing to uses a different web-view plugin. Ideally, Flutter developers would like the standard tool box widget to provide this feature, as Web-views...

> Hi @ramkumarkb , @J-F-Liu . I've fixed the windows builds and there is a build available here now: > > https://github.com/bolcom/unFTP/actions/runs/4246819517 > > Do you perhaps want to test...