Ben Sless
Ben Sless
Even having a table which clarifies the sigils and gives words to signs would go a long way towards enhancing the documentation. I need a verbal terminology to be able...
Thank you. First, in the wiki I turned the executor to a parameter, as we don't know if the task itself is blocking, so I should not have assumed anything...
As a temporary workaround I symlinked chromium to brave
@djblue Gladly, though I don't have OSX or Windows so I won't be able to test it there, but I'll give it a best effort. Also, would you like to...
`open` can take an option for preferred browser which would be looked for first, `:portal.launcher/browser`? In the same vain, an option to save these configuration and have portal automatically search...
Thinking some more about browsers, especially if you want to make it "future proof", it might be a good idea to have some data spec for browsers and how portal...
```clojure (ns user (:require [clj-async-profiler.core :as prof] [clojure.set :as set] [criterium.core :as cc])) (defn advance-map [-old -new -update -add -remove] (reduce-kv (fn [_ k v] (if (contains? -new k) nil...
There is very similar logic in `advance-composite-component` which could benefit from similar optimization
Hi @vlaaad, thank you for taking a look I agree my profiling method was a big weak. I profiled a running Reveal application, but didn't set up a rigorous, isolated...
How does this test case look? Based on e16 ```clojure (defn step [tree-view] (fx/advance-component @c {:fx/type :stage :showing true :title "Cell factory examples" :scene {:fx/type :scene :root {:fx/type :tab-pane :pref-width...