Rodrigo Olivares

Results 5 issues of Rodrigo Olivares

Does Is there some restriction relative on flood messages? I'm trying to send sucesive mesages to the client on same message method but diferent payload and only the first message...

I'd try to fetch paginate photos from a venue, but the offset param seems not to work any idea or working example code??

I have nested routers , using common routers,... subRoutes.get('/other-routes', ... ); router.use('/base-route/', subRoutes.middleware()); I've tried to define documentation using that structure but seems to not works. does it is possible?

In order to get this sentence using WhereRaw: ```sql SELECT * FROM "condition_tests" WHERE ( "field_varchar_nullable" IS NOT NULL AND unaccent(TRIM(regexp_replace(field_varchar_nullable, E'[\\n\\r]+', '', 'g' ))) ilike '%' || unaccent('le dijo')...

Do you know any similar project to generate documentation using koa-joi-router or similar?, it appears this project is a little frozen. thanks in advance