Joshua Griffith

Results 16 issues of Joshua Griffith

cljs.core [defines](https://github.com/clojure/clojurescript/blob/master/src/cljs/cljs/core.cljs#L466) `clone`, so the Clojurescript 0.0-2138 compiler displays the following warning when including data.cljs: ``` WARNING: clone already refers to: /clone being replaced by: wagjo.data.array/clone at line 105 resources/public/js/out/wagjo/data/array.cljs...

[react-list](https://github.com/orgsync/react-list) is a performant, infinite scroll React component that supports a nearly-unlimited number of items. It's useful when constructing components like drop-downs and data-grids and would make a great addition...

request

I'm using Cursive `1.3.0-eap2-3-g0e4c6c9`. I cloned the [onyx](https://github.com/onyx-platform/onyx) repo and opened the [`onyx.state.bookkeeper` namespace](https://github.com/onyx-platform/onyx/blob/0.9.x/src/onyx/state/bookkeeper.clj). Cursive is incorrectly reporting arity errors for the `component/Lifecycle` protocol implementation: The namespace compiles without issue...

Supporting the injection of liveness and readiness probes for both job and task managers would protect against hanging processes and allow the running of network services like the Queryable State...

Thank you for developing and open-sourcing this operator! Maintaining Flink jobs with state on Kubernetes without it has been error prone. Quick question: I'd also like to use this operator...

The `Dual` deployment mode still incurs downtime while the old job is savepointed and then restored onto the new cluster. Some jobs can tolerate having more than one job instance...

Could you please tag a stable version with a version number so this library can be included in homebrew?

Rather than always defaulting to `minDom_LB`, would it be possible to specify other strategies?

The following panics on rebalance when compiled with Rust 1.78.0: ```rust impl ConsumerContext for Context { fn pre_rebalance(&self, rebalance: &Rebalance) { if let Rebalance::Assign(assigned) = rebalance { for element in...

Fixes https://github.com/fede1024/rust-rdkafka/issues/681