issues Search Results · repo:onecrayon/api.ashes.live language:Python
Filter by
80 results
(73 ms)80 results
inonecrayon/api.ashes.live (press backspace or delete to remove)I need to look into this more, but there appears to be some way to post duplicate comments.
onecrayon
- Opened on Sep 24, 2024
- #107
E.g. something like:
SELECT COUNT(*), source_id, MAX(title) FROM deck WHERE source_id IN (
SELECT id FROM deck WHERE is_public IS TRUE and is_preconstructed IS FALSE
) GROUP BY source_id ORDER BY COUNT(*) ...
onecrayon
- Opened on May 21, 2024
- #106
Error log:
sqlalchemy.exc.IntegrityError: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint idx_17083_primary
DETAIL: Key (user_id, release_id)=(2655, 31) already exists. ...
onecrayon
- Opened on Feb 3, 2024
- #104
A user requested that Ashteki have some way of pushing win/loss statistics back to Ashes.live.
onecrayon
- Opened on Nov 10, 2023
- #102
Alternately, filter decks by the user s defined collection .
I think I could do this with a sub-query: basically gather all cards that match the user s specified releases, then
filter the decks table ...
onecrayon
- Opened on Nov 3, 2023
- #101
Not sure if the data design would allow for this; the issue is that we can t easily filter for cards from a specific
Master Set expansion (which is particularly tricky when working with Red Rains campaigns). ...
onecrayon
- Opened on Aug 31, 2023
- #100
The all filtration logic has never made sense. I would like to replace the existing any vs. all with only (identical to
current any ) and includes (show all cards that use one or more of the given types, ...
onecrayon
- Opened on Jul 4, 2023
- #98
I m on the fence about this. On the one hand, I don t personally see much value to these (particularly given the amount
of development time that they d potentially require). On the other, they re a very ...
onecrayon
- Opened on Jun 1, 2023
- #96
E.g. teo for three-eyed owl, or CG for chaos gravity and crypt guardian.
onecrayon
- Opened on Apr 16, 2023
- #95
Probably a SQL issue, since I assumed there would only be one unique per PB.
onecrayon
- Opened on Mar 29, 2023
- #94

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.
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!
Press the /
key to activate the search input again and adjust your query.