-
Hi
Could we export all the functions of `math_helpers.ts` ?
That way, we can use these functions without parsing again a gpx
Use case:
- I parse my gpx with default options
- My movingTime …
-
Create and test a _Firebase_ helper file (firebaseHelpers.js). Implement using _Axios_ and _SWR Hooks_.
Test by importing an image into a test component.
![Image](https://github.com/user-attachment…
-
Currently, the only place `anura.daemon.helpers` is mentioned is in the example [`template.init.ajs`](https://github.com/MercuryWorkshop/anuraOS/blob/main/documentation/templates/template.init.ajs), a…
-
The input must consist of a dataset and a key. The function should filter out all duplicate values associated with the specified key. For example, if the dataset is a list of users and the key is `fir…
-
Right now SDL events stay active because we never release them. For example if you do a mouse left-click down press then you need to follow it with a mouse left-click up release.
-
### Description
Classes to allow user to set a color set on any HTML section.
### Design
There is no design for the helpers.
### Token proposal
- post.palette.brand.fg
- post.palette.brand.bg
- p…
-
This function should be able to remove data from a specified table using a raw SQL query. The input must consist of the table name from which to remove data, and the ID of the record to be deleted.
-
This function should return the last data point in the dataset.
-
This function should reverse the order of the dataset and return the reversed dataset.
-
This function should return the first data point in the dataset.