Wilker Lúcio

Results 33 issues of Wilker Lúcio

Hello, in my configurations of cljstyle I would like for most things to use `[[:ident 0]]` format, so the basics would start like: ```clojure {:rules {:indentation {:indents {#".*" [[:inner 0]]}}}}...

question

Hi @bodil, I see that you merged some interesting fixes here #19. Any reason for holding the release of a new version with those updates?

Hello, I'm trying to use Journey on MacOS, but when I start the browser I get this: ```WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by...

## Problem Analysis ### Description When a client makes a request invoking the same mutation multiple times, Pathom only returns the last response. Example: ```clojure (pco/defmutation add-node [{:keys [id]}] (println...

enhancement
design phase

Hi, I just installed using NPM but a lot of things doesn't works... I checked the code and it's a lot different from current source, I manually changed lib folder...

Hello, I'm trying to use it to test with clojure.test in CLJS, but the `match?` always returns true, example case: ```clojure (deftest sample-test (is (match? (m/embeds {:foo "bar"}) {}))) ```...

Running: ``` clojure (tf/unparse (tf/formatter "ddo") (tc/from-long 1473878547000)) ``` Returns `14o`, it seems the `o` is just being ignored when unparsing.

Hello! In the past, I remember being able to `cmd+c` after selecting a value in Portal (Intellij Extension), and it copied the value selected to the clipboard, but it stopped...

Per discussion on slack: https://clojurians.slack.com/archives/C0744GXCJ/p1689690206376449 It would be nice to have a way in Cursive to explore the keywords of a project, currently, there is no way to list all...

Recently CLJS added support for string requirements, eg: ```clojure (ns awesome.app (:require ["react" :as react])) (react/createElement "div" nil) ``` Currently Cursive doesn't recognize it at all. Not sure how feasible,...