Andrew Hannigan
Andrew Hannigan
Resolved by specifying api version manually via the `api_version` argument to `KafkaConsumer`. Still puzzled why it failed to infer this automatically though. Suggesting use of `api_version` argument in the `UnrecognizedBrokerVersion...
I'm seeing this on MacOS Monterey 12.1 / Muzzle 1.9
Gotcha. @jcrist Does dask gateway use dask cloudprovider at all under the hood for provisioning clusters dynamically? Or did the cloud provider project come after the gateway project? All the...
@jacobtomlinson any thoughts on what could possibly be going on here? One of the surprising things to me is that it seems like there are multiple calls being made to...
Hi Edwin - thanks for the update, I'll check that out. Enjoy the views!
Potentially useful theorem which lets you perform a split on a categorical variable with L categories by only valuating L-1 (instead 2^L - 1) partitions. Theorem 3.4 on page 51:...
Another plus one here 🙏 in addition to the 50 upvotes here, there are also 34 upvotes on [this duplicate issue](https://github.com/warpdotdev/Warp/issues/2348).
Cc @catherinewu given announcement [here](https://github.com/anthropics/claude-code/issues/12836#issuecomment-3629052941)
@maxritter In case helpful: For now, I've switched to using `ENABLE_TOOL_SEARCH=true` instead which doesn't have this issue. Since ENABLE_TOOL_SEARCH vs ENABLE_EXPERIMENTAL_MCP_CLI both accomplish similar goals but the former is GA...