Román Jiménez

Results 19 issues of Román Jiménez

I was trying to rewrite all urls that looked like a/b/:path+ to c/d/:path, so in practice: `a/b/file` => `c/d/file` `a/b/dir/dir/dir/file` => `c/d/dir/dir/file` However, it didn't work. After some digging I...

**Problem** We can encounter some issues with the bridge and CARTO VL < 1.3, particularly regarding `getLegendData` **Proposed solution** Check the CARTO VL version when using the Legends bridge. The...

We're using certain script names that are problematic, since they are run on certain occasions: - `publish` is ran after package is published, and it seems like lerna runs this...

With stencil 1 we get a nice new tool that runs components in a puppeteerless environment. In some cases it might be useful using the e2e they provide with a...

COMPONENTS 📊
CHORE :recycle:

All map examples are datasets hosted on my `roman-carto` account. We should move this elsewhere.

CHORE :recycle:

We're using node 8 on NVM and on CircleCI, we should move to LTS, which is the one we use across the whole company.

CHORE :recycle:

For version 1.0 of CARTOframes we are considering adding Airship widgets (not just legends), and using the bridge would considerably simplify the process. However, there's a performance issue. Internally, the...

REQUEST:question:
Triple Integration 🔱

During the CARTOFrames 🔱 project we've realized there are some annoying discrepancies between where files are on the CDN and when you load locally. `libs.cartocdn.com/airship-components//` is `:/packages/components/dist/file` Even worse, on...

CHORE :recycle:
REQUEST:question:

Right now, if we want to add new icons, there's a relatively convoluted process, which involves using a third-party service: https://github.com/CartoDB/airship/blob/master/packages/icons/DEVELOPERS.md We should investigate if we can do this better....

REQUEST:question:
ICONS :art:

The widget works great on all sizes, would be useful having an optional prop that renders a button that makes the element full screen. I've made a proof of concept...

COMPONENTS 📊
REQUEST:question: