Prikshet Sharma
Prikshet Sharma
When I make a request like so ``` (http/get "https://angel.co") ``` I get the response ``` 1. Unhandled clojure.lang.ExceptionInfo clj-http: status 403 {:cached nil, :request-time 141, :repeatable? false, :protocol-version {:name...
Hi I'm planning to use this library in a project. Is it still maintained?
I'm connecting to the datomic server using the /init-db route handler that runs the function init-db. This is the relevant code: ``` (def db-uri "datomic:free://localhost:4334/humboi-creators-4?password=datomic") (def *conn "Get shared connection."...
HI Are you planning to add support for tests as Atom Chlorine has?
I have the following reagent component: ``` (defn i-have-a-creation [] (let [drop (js/document.querySelector "drop")] (try (dnd/subscribe! drop :unique-key {:start (fn [e] (println "d1 start")) :enter (fn [e] (println "d1 enter"))...
I’m sending a post request with qualified keywords like so: ``` :http-xhrio {:method :post :uri "/the-uri" :params {:user/foo 1 :user/bar 1} :on-success [:foo] :on-failure [:bar] :response-format (edn/edn-response-format) :format (edn/edn-request-format) }...
In the README it says that file uploads aren't supported. On the other hand, in issue #122 the OP successfully uploads a file to the server. Why does the readme...
When we jump to a definition, it jumps in the same buffer. Is there a way to jump to a definition in a new tab and also to go back...
I would like to rerender the whole masonry component when a specific event is triggered in the app. How can I do that?
# Could not construct a recoverable key. Are your credentials valid? ## I have the following code: ``` 212 (def CGP 213 (reify ContractGasProvider 214 (getGasPrice [_ contract-func] (Numeric/decodeQuantity "100"))...