mperice

Results 4 issues of mperice

We use a sidekiq process with 3 threads in order to synchronize between postgresql and neo4j DB. Until migrating to v10 this worked flawlessly, but now, it seems that whenever...

Does anyone know why the following two urls return 404 response code in http.rb: > HTTP.follow(hoops: 1).get("https://offers.careatc.com/hubfs/template-assets/shared-assets/logo-white.png").code => 404 >HTTP.get("https://www.avanan.com/hubfs/marketing/website/jacob_redesign/case_studies/service-source-ft.png").code => 404` I get 200s using chrome, wget, requests and...

First issue due to moving of several functions to varatt.h: ``` imgsmlr.c:106:2: warning: call to undeclared function 'SET_VARSIZE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] SET_VARSIZE(pattern,...

I have the following code, where I try to 'simple' decompress json lines compressed with streaming compression. When comparing to decompressions from a 'simple' compressed string I mostly get the...