issues Search Results · language:Edge language:Python language:JavaScript language:Java language:JavaScript
Filter by
55.5M results
Summary
The parse orchestrator queries the Show.aliases column to find shows by alternate title:
Show.aliases.cast(JSONB).contains(...)
Without a GIN (Generalized Inverted Index) index, every call to ...
enhancement
performance
Part of #1.
Problem
action_search prompts for a query and calls search(query, null, null, []) — it always passes type=null, order=null,
filters=[]. Grayjay sources advertise supported content types, ...
browsing
enhancement
Part of #1.
Problem
Grayjay s playlist API (getPlaylist(url), isPlaylistUrl(url), searchPlaylists(...), and playlists surfaced via channel
contents/capabilities) is completely unexposed. There is no ...
browsing
enhancement
Summary
Production still returns 403 for GET /api/mobile-uiux/context.
Observed on mobile by directly opening:
https://tiramisu-app.com/api/mobile-uiux/context
Response:
{
success : false,
error ...
Summary
In the match orchestrator, after heuristic/LLM matching identifies a season and episode number, the matching Episode
object is found with a linear scan:
next(e for e in episodes if e.season_number ...
enhancement
performance
Part of #1.
Problem
Grayjay plugins expose getComments(url) and getSubComments(comment) returning a CommentPager (see
resources/lib/engine/source.js — CommentPager, and the optional stubs in the source ...
browsing
enhancement
Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/torch/nn/modules/rnn.py:1009: ...
Part of #1.
Problem
Every feed only ever shows the first page. router._run() calls e.g. getHome/search/getChannelContents, renders the
results, and drops the pager. The Grayjay SDK models paging as Pager.hasMorePagers() ...
browsing
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.