Camilo Roca

Results 24 issues of Camilo Roca

Hey Zach, to be honest I have never used your project but I came here since it was mentioned in an `expound` issue. I checked your docs generation and they...

Hey @dmotz, I saw that in the code you use [`js/ReactNative`](https://github.com/dmotz/natal-shell/blob/master/src/natal_shell/components.clj#L10) to get the current instance of ReactNative. However that way the user is forced to put ReactNative in the...

Currently there is (imo) not an inmediately obvious way to know how to submit new libraries to the Clojure toolbox. The link to do that can only be found after...

Hopefully this would make the setup of the project a bit more simple (less tooling required) - https://oli.me.uk/clojure-and-clojurescript-tests-on-travis/

currently conditional allows anything inside the list ```antlr conditional: '#?' whitespace* list; ``` which for all practical purposes is pretty much everything on a lisp like Clojure. It might be...

hammock needed

I received some feedback that it would be better if parcera would split the whitespace per line so that instead of having single whitespace catching all newlines, it would be...

hammock needed

Currently there is only `pull!` and `q!` for reactive pull patterns and queries respectively. I think it would make sense to create a reactive Entity as in Datascript. However, due...

following the guidelines in the readme > Hashicorp recommends using AppRole for Servers / automated workflows (like Jenkins) and using Tokens (default mechanism, Github Token, ...) for every developer's machine...

For one of my api endpoints I have a quite long response which is compressed of several so-called `steps`. Each step is an object on its own. The problem arises...

this is coming from https://github.com/bhb/expound/issues/81 Whenever a compiler error happens, Clojure returns a `compilerException` containing both the original `compilerException` and an `ExceptionInfo`. Apparantly `pretty` tries to print both errors through...