Julien Kirch

Results 21 comments of Julien Kirch

@jendib Yes you're right, it depends of the size you expect, on my local machine on a SSD with 3.5 millions records, changing the type of a column took 20...

Thanks, I'll do a PR after https://github.com/sismics/docs/pull/722 is merged to avoid any conflict risk

Yes it what I meant, as the frontend provide the params as a field list it feels like it should be doable without too much hassle. What's your opinion on...

Thanks, it's nice to have a plan, I think I'll maybe try something but I'll have a real look at it when my other PR will be dealt with, to...

As I'm looking at the search code I have troubles understanding what is supposed to happen when a parameter is invalid, for example when a user does not exist: is...

Also another question: it seems the tools used to generate the API pages don't like `!` in parameter name and don't display them, do you have a suggestion to replace...

Did you specify rest-client in the Gemfile ?

I mean the Gemfile in the application root like in https://github.com/archiloque/fourbi-net/blob/master/Gemfile

Sinatra is adding a default html content-type when no content-type is specified, can you try with the 84114c04d55fd5203e181a3770ac0937b4edd7db commit ?