Artur Dumchev
Artur Dumchev
Thanks for the proposal! I was thinking about adding support to ClojureScript as well. If you have time, I would like to have your PR, and feel free to add...
I have the same problem on OSX
@svermeulen there is a better workaound. Just focus any text editor window and type `alt+q` — you will have this `œ`. The same works with other ``. And you can...
Found a plugin that already have this https://github.com/DNLHC/glance.nvim
full code to reproduce: ```clojure (ns (:require [cljd.walk :refer [stringify-keys]] [clojure.string :refer [join]] ["dart:convert" :as convert] ["package:http/http.dart" :as http])) (defn params->query-string [m] (join "&" (for [[k v] m] (str (name...
And I am not sure if it should be possible
Ah, that was stupid mistake, that I tried to pass `http/get` as `method`. But if I pass `http/post` or `http/put`, it doen't work either. And with the `put` and `post`...
I will make a PR today
Updated the PR, merged conflicts