cdesch

Results 33 issues of cdesch

Is there anyway to hide a column and the column header dynamically such that they can be toggled on or toggled off as user wants to see more or less...

When starting a supervisor tree from this example [KafkaEx.ConsumerGroup](https://github.com/kafkaex/kafka_ex/blob/0d222574a1178fcebca0824c193b86530d4ee8fb/lib/kafka_ex/consumer_group.ex#L54), I get the deprecation warning: ``` warning: Supervisor.Spec.supervisor/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead...

Is there any way to configure `benchee` or `benchee_html` to compare the inputs on one graph? I can do this with something like the following: ``` Benchee.run( %{ "tx_benchmark 100"...

Great Tutorials. On [Native EKS Ingress: AWS Load Balancer Controller -112](https://www.youtube.com/watch?v=ZfjpWOC5eoE), I get the following error when deploying the ingress: ``` Error from server (InternalError): error when creating "deployments/canary/ingress.yaml": Internal...

Error after linking then running `react-native run-android` ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Could not resolve all dependencies...

After running `./rfabric create samples/simple-raft-tls/fabric-network.yaml` and then `watch ./rfabric list` i see: ``` NAME STATUS MESSAGE WORKFLOW simple-raft-tls HelmChartNeedsUpdate ``` How do I fix this?

When building on the OS X 10.12.6 Sierra, I get this error: ld: library not found for -lopencv_imgcodecs I have the `opencv` library installed via homebrew although my version seemed...

**Describe the bug** I receive the following error when running `squib new my_project` or any `squib ...` command on Ubuntu 22.04 ``` ruby: symbol lookup error: /home/my_home/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/glib2-4.2.0/lib/glib2.so: undefined symbol: g_bookmark_file_get_type...

bug

When compiling a project using the Spartan Lib (Code Below) on the current nightly (`rustc 1.76.0-nightly (ba7c7a301 2023-11-13)`), I get the following error (below) that `packed_simd_2` could not be compiled....

Will there be support for the [Gecko](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver#Installing_Selenium) web driver? I can start working on this a bit, but I'm fairly new to working with webdrivers.