Joan Lledó

Results 14 issues of Joan Lledó

Hi, I'm experiencing this [issue](https://github.com/CesiumGS/gltf-pipeline/issues/549) when using gltf-pipeline. Npm packages: `[email protected]` `[email protected]` How to reproduce it: Run `gltf-pipeline -i test/test.gltf -o test.glb -d=true --draco.compressionLevel=10 --stats` This is probably due to...

bug

Required to merge https://github.com/3scale/porta/pull/3072

**What this PR does / why we need it**: In the STG-SaaS porta instance, Setting the `RAILS_ASSET_HOST` variable makes all resources to be loaded from the CDN, except the fonts....

**Which issue(s) this PR fixes** [THREESCALE-8027](https://issues.redhat.com/browse/THREESCALE-8027) **Special notes for your reviewer**: We can't get completely rid of Timecop, because there's no replacement for `Timecop.scale`, which is called from two callbacks...

I was trying to connect to some sentinels that require password authentication. For that, I created a new protocol as in the example: https://github.com/socketry/async-redis/blob/main/examples/auth/protocol.rb ```ruby class AuthenticatedRESP2 def initialize(password) @password...

**What this PR does / why we need it**: Now we are going to have a RHEL8 based image soon it's time to work on upgrading to Sidekiq 7 again....

**What this PR does / why we need it**: This implements support for ACL and TLS credentials for Redis from Porta. **Which issue(s) this PR fixes** [THREESCALE-8404](https://issues.redhat.com/browse/THREESCALE-8404) **Verification steps** This...

on hold

Some changes in the test suite after we added new feature to multiple job fetching. Read each commit description for more details

This is a work in progress to allow Apisonator to connect to Redis using ACL and TLS credentials. ### Jira Issue: [THREESCALE-8404](https://issues.redhat.com/browse/THREESCALE-8404) ### Summary of changes: - Update gems (https://github.com/3scale/apisonator/pull/350/commits/89fe2ef53ce6bc0099646dd1c47d4e3d8e152a86)...

**What this PR does / why we need it**: Running Rapidast against porta reveals two errors: Billing API: ``` Job openapi target: https://3scale-admin.DOMAIN/ error: attribute paths.'/api/invoices/{id}.xml'(put).requestBody.content.'application/x-www-form-urlencoded'.encoding.field_definitions is unexpected ``` All...