Laurent

Results 12 issues of Laurent

Hi, I'm quite new to rails and i'm going for a Devise-CanCan-SimpleRoles approach on my project. I'm using CanCan 1.6.9. It seems that since i rebuilt the project from scratch...

I opened issue https://github.com/ruby-grape/grape-swagger-rails/issues/74 on grape-swagger-rails but i'm not sure if it was the right place or if I should have opened it here. Do not hesitate to close this...

confirmed bug

Hi, We've been working with Archaius 0.x for over 3 years now and have always been very pleased with it. We're starting a new project so I wanted to update...

Hi, Considering the following resource, It seems to generate an improper swagger Data Type Example Value: ```rb module Test module V1 class Ping < Grape::API resource :ping do desc "Are...

bug?

Hi @davidmoten Being pleased with rxjava-jdbc I've been doing my latest app using rxjava2-jdbc. Thanks for bringing this to us! As always it's really helpful. However, I've hit some issue...

Hi, We're using Chronomodel for two purpose: - versioning records to track user changes - track the record version when it's referenced outside our application (through URLs) We can currently...

enhancement
question

Hello. I'm trying to use a field name with a space in it. It seems that I can make this work with the java lucene SyntaxParser but not with your...

Hi, We're seing the following errors on our proxy server: ``` java io.reactivex.netty.client.PoolExhaustedException at io.reactivex.netty.client.ConnectionPoolImpl$1.call(ConnectionPoolImpl.java:147) at io.reactivex.netty.client.ConnectionPoolImpl$1.call(ConnectionPoolImpl.java:117) at rx.Observable$2.call(Observable.java:162) at rx.Observable$2.call(Observable.java:154) at rx.Observable$2.call(Observable.java:162) at rx.Observable$2.call(Observable.java:154) at rx.Observable$2.call(Observable.java:162) at rx.Observable$2.call(Observable.java:154) at...

I'm using a fairly simple RxNetty client: ``` java public Service(String host, int port, int maxConnection) { endpoint = RxNetty . newHttpClientBuilder(host, port) .withMaxConnections(maxConnection) .build(); } public Observable submit(Observable o)...

Hi, While trying to find something that outperforms GSON, I found Boon and some pretty promising benchmarks: https://github.com/bura/json-benchmarks I'm currently working on a web service that takes in alot of...