Miloslav Nenadál

Results 23 comments of Miloslav Nenadál

I managed to get rid of the alerts. Used chart: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack **chart config** ```yaml kubeControllerManager: endpoints: - service: port: 10257 targetPort: 10257 serviceMonitor: https: true insecureSkipVerify: true kubeScheduler: endpoints: -...

Cancelling http request would also have advantage of not receiving data from the server (which might be nice in case of many requests and slow connection). But ok I guess...

Hi. Thanks. I've tried with websockets turned off. First I fixed compilation (https://github.com/nenadalm/re-graph/commit/c79d0a88df7551d7a7a02fdd59e9072e2f34c1ae - cljs-http doesn't have `http.client/abort` fn), then I tried to make request and abort it, but it...

Thanks. I intend to take another look at this but it might take a while - should be this month.

It seems that https://github.com/r0man/cljs-http/issues/46 is why I can't abort requests.

there is also tool that modifies output of cljs.test: https://github.com/pjstadig/humane-test-output

Here is how to have diffs in the output using https://github.com/pjstadig/humane-test-output: ```clj (ns app.run-all (:require [cljs-test-display.core :as display] [cljs.test :refer-macros [run-tests] :refer [empty-env]] [goog.dom.classlist :as classlist] [goog.dom :as gdom] [cljs.pprint...

Hi. I just installed the plugin and my problem is that company-quickhelp puts the documentation in place of autocomplete (so I don't see list of available functions) in case [neotree][0]...