Sandro Trianni

Results 28 issues of Sandro Trianni

My smk just got cut by the len() function. You have to use datalength() instead in both queries.

Here's an implementation idea for [feature request #1262](https://github.com/leongersen/noUiSlider/issues/1262#issuecomment-1861327398) I had a similar request for a slider which selects a yearly season range, which also had to cover overlaps over December-January....

**mapbox-gl-js version**: v3.3.0 **browser**: irrelevant ### Steps to Trigger Behavior Add config schema to map style ``` "schema": { "test": {"default": true}, }, ``` Using `'filter': ['!', ['config', 'test', 'basemap']]`...

## Motivation With machine generated geojson it's more space saving to store up to 32 flags in a single integer value. ## Design Alternatives The only alternative is to store...

Applying the same logic, which was already implemented for the result template, where only strings are HTML escaped. Now the user does not have to overwrite `escapeMarkup` when passing html...

ArrayAdapter.convertToOptions fails to create item data for optgroup children, not binding it to the select options. This results in a bug, where the passed data element to `select(data)` is not...

### Preflight Checklist - [X] I use the latest version of YouTube Music (Application). - [X] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a feature request that matches the one...

enhancement

It would be better if icons were stored in the database to fully restore a backup only from the db. If you are considering to implement this, please store the...

feature

Why was service name not considered sensible when you added encryption? I'm not allowed to leak any of my sensible 2FA services, so I had to double check the code...

Would be nice to have `APP_KEY_FILE` to use it with [docker secrets](https://docs.docker.com/compose/use-secrets/) Alternatively it would also be nice to have `APP_PASSPHRASE(_FILE)` and just hash it into the required bit size,...