Matheus Ashton Silva

Results 25 comments of Matheus Ashton Silva

Hello! I'm having this same issue, ![image](https://user-images.githubusercontent.com/95974/125370236-5eabaf80-e354-11eb-8b8c-208fa483ae65.png) I tried to use `separator_highlight = {nil, }` to fill the middle section gap, but didn't work :/ not sure if I'm doing...

I'm having the same issue with Rescript language server, doing the same print that @wesselvdv did, I get this: ```lua { { result = { range = { end =...

I bumped with this issue today and I analysed the code and the problem is at the `eslint-plugin-import`, more specifically, [here](https://github.com/benmosher/eslint-plugin-import/blob/9bac44e629105572ca78a532c968df202e5a18b8/src/core/importType.js#L46). Our aliases matches with this regex, and this causes...

changed to: ```clojure (defn load-config [] {:datastore (jdbc/sql-database {:connection-uri "jdbc:postgresql://localhost/investtrack?user=postgres"}) :migrations (jdbc/load-resources "migrations")}) ``` because the URI with user@host wasn't working, but I got the same error: Exception in thread...

Here is the dependency tree: ``` Possibly confusing dependencies found: [korma "0.4.0"] -> [org.clojure/java.jdbc "0.3.5"] overrides [ragtime "0.7.2"] -> [ragtime/jdbc "0.7.2"] -> [org.clojure/java.jdbc "0.5.8"] Consider using these exclusions: [ragtime "0.7.2"...

Same result as @kellengreen here, any news?

If it is an advanced feature, that's one more reason to document it, no? If the lang supports this, and even part of it is already documented on the language...

Ok, I'll take a look at it

Hey @mununki , thanks for the response. Yes, that is the default behavior, but I'm not sure if you noticed, but the `address` field is not nested in my example....