Derek Passen

Results 13 comments of Derek Passen

Not sure of the project etiquette but would like to bump this. This is a request my team has desired.

Not speaking for @wilkerlucio , but my team wanted all clojure.test/testing blocks to have :arg1 entries (among other functions/macros), though some might refer the symbol, some may require it as...

Sure. ```clj (:require [clojure.test :refer [deftest is testing]]) ``` ```clj (:require [clojure.test :as test]]) ``` ```clj (:require [clojure.test :as t]]) ``` Given that mess of requires, how best to automatically...

Yes, exactly. It's very close to desired behavior. But consider `compojure.core/GET`. Would an entry of `"GET"` in the fn-map affect `clojure.core/get`?

I would have liked to have a better example than GET. But I'm glad it carried over

Just like [create-context](https://github.com/Lokeh/hx/blob/master/src/hx/react.cljs#L133) is.

When issuing a raw execute: ```clj (let [q {:tag :input :id "email"} [loc term] (etaoin.query/expand driver q)] (-> (etaoin.api/execute {:driver driver :method :post :path [:session (:session driver) :element] :data {:using...

Thanks for the research! Above and beyond

@srcreigh I wonder if a very small MELPA package that sets up the derived mode as a target for hooks wouldn't be such a bad idea.

I don't have an easy way of reverting a package, but to my memory, it was working before that changeset. I'll see if I can confirm.