Carlos Sansón

Results 12 issues of Carlos Sansón

## Describe your changes [A previous PR](https://github.com/latitude-dev/latitude/pull/362) added support for visualizations in the React package, along with the **Table** and **AreaChart** components. This PR introduces the rest of visualizations: -...

WIP
TRENECITO 🚂

## Description When configuring the TTL in a source or a query, responses will contain a 'Cache-Control' header with this ttl option. In most browsers, this will make it cache...

bug

## Steps To Reproduce 1. Run `examples/sample-react` 2. Modify the value of `end_year` from the input in React, outside of the embed ### Environment - Happens since `@latitude-data/react` version `0.6.2`...

bug

The layout of the view is responsive to the changes of the container, but is not adjusted correctly after sudden size changes. https://github.com/latitude-dev/latitude/assets/57395395/676f9940-dcb9-49da-bec2-3dedce57f023

bug

When defining both "pending" and "fulfilled" states in an await block with a `runQuery`, the "pending" content is printed multiple times when the query results is empty. ### Example ```svelte...

bug
stale

## Describe your changes In the previous PR, I added a way for the compiler to read some metadata without resolving values or running queries. This approach worked for simple...

TRENECITO 🚂

## Describe your changes Some procedures require extracting metadata from the query, like the defined configuration or knowing which functions are being used, without actually having to resolve the query....

TRENECITO 🚂

## Feature Description Ever since we started developing the CLI, we have had a mutual dependency between the app and the CLI, where you cannot use a specific version of...

## Feature Description A new source type that allows to use Latitude on API REST endpoints. ## Proposal ### Usage An API source type can be configured with the the...