Andrea Crotti

Results 77 issues of Andrea Crotti

I'm trying to test a simple API that takes an email in the POST data and return something else. So I defined my raml file like this: ``` /abao-check/: post:...

If I do something like ``` [ant/table {:data-source [..]} ``` it doesn't work, while `[ant/table {:dataSource [...]}]` works as expected. Checking the code it looks like it should work really...

Is there a way to define the DB url in such a way that also the COLLATION and CHARSET would get set as below? ``` 'mysql': { 'ENGINE': 'django.db.backends.mysql', 'NAME':...

question
documentation

I just wanted to try the google authentication, so I followed the instructions: - created a new project in google developer apps - set the right client_id/client_secret and enabled google...

I just noticed that if I run a `dbmate migrate` and there is an error in one of the statements, the error being printed out is a bit useless, and...

blocked

I'm using hieroglyph==0.7.1 and this is the talk I'm preparing: https://github.com/AndreaCrotti/unix So the problem is that all the content go down in the middle instead of having the header on...

With this simple mechanical change (done simply with the power of Emacs query-replace-regexp and a few manual tweaks), all the tests are still passing, and it's a starting point to...

Related to: https://github.com/jonase/kibit/issues/174 I just wanted to see myself where was this rule defined and if I could simply fix it maybe. Differently from most other linting tools however the...

Add the clojars svg to the README.

I just noticed a broken link, and since the whole list of projects is in single yaml file, I thought we could simply scan then automatically. Could be done in...