simlay
simlay
I'm not sure how to actually run/test this. Do I need to build the stdlib for the `macabi` targets?
Hi! Sorry for the late response, clearly something is wrong with my github notifications. > I believe the rust wasm bindgen team just implemented stubs for non WebAssembly targets. Can...
> @simlay Does it mean it's possible to build and link the torch lib statically? I filed this ticket originally to find out: #647 I believe that would be one...
To fix this `thread_local` issue, specify a `IPHONEOS_DEPLOYMENT_TARGET` of something `9.0` or later. It defaults to [`7.0`](https://github.com/rust-lang/cc-rs/pull/433).
> @simlay is this okay to be merged? Looking to cut a `3.3-beta1` or something to crates.io and figured I should tie off some of the older PRs where I...
> Hmmm, I think it's actually just a formatting pass that's needed... otherwise this stuff could fit into a `0.4.0-beta2`. Hopefully I just fixed that. We'll see.
> However, I'm beginning to doubt that that is wise, partly because it locks us into always distributing everything as one crate, but primarily because if the user needs to...
> should be `consumer_id` rather than `customer_id`. Should add to `ConsumerConfig` I'm on the fence about putting it `ConsumerConfig`. I think we could have it as a part of the...
> IIUC, we will introduce a new `consumer_id` identifier (not `stream_id,` right?) which can be user-defined or random. This id will be added to 3 requests: > > 1. `FetchOffsetsRequest`...
> Regarding the implementation, I'm unsure if this is the right approach? Adding a hidden view like this seems like it could get into a lot of trouble with event...