Maurício Szabo

Results 63 issues of Maurício Szabo

If I open any build like this one: https://cirrus-ci.com/task/4927652453154816 And click on any artifact, the screen goes blank and I can't download. Here's the error that appears on the console:...

bug

This breaks style when we're using tables with underscore, for instance: ```clojure (def user (sql/model {:table :active_users :pk :id :fields [:id :name]})) (first (sql/query user db)) ; Will return something...

enhancement

Just a simple correction, on some linux versions (mine is Ubuntu 14.04), this error happens when trying to use speclj on ClojureScript with the generated code you provide, or with...

Interessante projeto! Eu vi que algumas coisas estão um pouco estranhas, como `lanca` e `captura` ao contrário do tempo imperativo das outras palavras chave (como `retorne` ou `tente` por exemplo)....

Paren Mode is behaving strangely. For example: ``` clj (do (editor/set-val cm txt) (editor/scroll-to cm (.-left scroll) (.-top scroll)) (.setCursor cm cursor) (.setHistory cm history)) ``` 1. Inserting a space...

I'm using ExVCR to mock a REST API that renders JSON descriptions with UTF-8 charset. When serializing cassetes, ExVCR is saving descriptions with wrong charset, which makes my tests fail....

**Is your feature request related to a problem? Please describe.** So, @m1ga opened this issue in Pulsar: https://github.com/pulsar-edit/pulsar/issues/994. It's basically a problem with the autocomplete's sorting. **Describe the solution you'd...

My configuration for PostgreSQL is the following: ``` (def cfg {:store {:backend :pg :host "localhost" :port 5432 :user "postgres" :password "" :dbname "dhike"}}) ``` As I'm currently running locally, I...

### Description If I filter for strings like `aaaaa` or `tttt` it returns more items than expected, both with `filter` and with `ObjectArrayFilterer` (didn't tested other filtering methods) ### Steps...