invidious-experimenting/src/invidious/helpers
Samantaz Fox 60fa552469
Fix an infinite recursion caused by #2228
Changes in the aforementioned PR lead to change the behavior
of some old code.

The data type of the parameters aren't explicit enough, which
makes the compiler use the wrong method because of type infering.
2021-10-28 17:48:07 +02:00
..
crystal_class_overrides.cr Typo 2021-08-03 23:57:48 +02:00
errors.cr Fix Style/IsAFilter issues 2021-10-25 01:14:08 -07:00
handlers.cr Fix storyboards 2020-10-25 09:35:16 +01:00
helpers.cr Fix Style/VerboseBlock issues 2021-10-25 01:12:26 -07:00
i18n.cr Feature Request: Localization for trending (fix lint CONTENT_REGIONS end comma) 2021-10-21 23:38:49 +03:00
json_filter.cr Implement "fields" parameter from the YouTube Data API (#429) 2019-03-30 20:18:34 -05:00
logger.cr Try not to log search queries (#2362) 2021-09-16 09:36:22 +00:00
macros.cr Extract feed routes (#2269) 2021-08-30 16:58:24 +02:00
serialized_yt_data.cr Fix an infinite recursion caused by #2228 2021-10-28 17:48:07 +02:00
signatures.cr Fix Lint/UnusedArgument issues 2021-10-25 01:12:26 -07:00
static_file_handler.cr Remove extra dot between [] from ambea copy-pasting. 2021-10-25 01:14:14 -07:00
tokens.cr Fix Performance/ChainedCallWithNoBang issues 2021-10-25 01:12:26 -07:00
utils.cr Merge pull request #2477 from SamantazFox/move-prefs-and-config 2021-10-18 17:06:07 +00:00