Jay Turner

Results 20 issues of Jay Turner

Similar to #598, JSON data could be stored in [models.JSONField](https://docs.djangoproject.com/en/3.1/ref/models/fields/#django.db.models.JSONField) in Django 3.1+

I'm not sure if this has been asked before but; If I create a ticket via `Ticket.objects.create()`, will an email to sent out to the Assigned User?

enhancement
documentation

Windows doesn't support fcntl :( https://github.com/facebook/pyre-check/blob/7087d83a1db1547a9c11c6f3623c2be7fc051db8/client/filesystem.py#L7

https://github.com/OpenGenus/vidsum/blob/f7fae60d83a3a9ee0b4e0e4f07057f2857faa2bf/code/sum.py#L14 https://github.com/OpenGenus/vidsum/blob/f7fae60d83a3a9ee0b4e0e4f07057f2857faa2bf/code/sum.py#L25

This is my code: ```py embeds = LeaderboardPages(leaderboard, per_page=10, base=emb, emoji=self.emoji, stat=stat) menu = menus.MenuPages( source=embeds, timeout=300.0, message=message, clear_reactions_after=True, ) await menu.show_page(0) await menu.start(ctx) ``` I followed the code example...

bug

**Is your feature request related to a problem? Please describe.** When a translation PR comes through, it's attributed to just Crowdin Bot, which is a tad unfair on the actual...

enhancement
API limitation

I reckon there should be a setting to override this. What's the point in assigning keys if I can't delete them when things change I can no longer trust the...

Add schoolyard preset based on wiki page for [leisure=schoolyard](https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dschoolyard). Icon might need changing but I don't know Requirement for gravitystorm/openstreetmap-carto#4324

Whenever I try to run on Windows, it just won't.. no idea why but here are logs. ``` PS C:\Users\Jay\Repositories\TrainerDexAssets> icon-banner generate '.\App\TrainerDex-App-Icon.png' --label 'Dev' --color '#ca3755' --font 'C:\Users\Jay\Downloads\Raleway\Raleway-ExtraBold.ttf' --platform...

Fixes #549 and https://github.com/flask-admin/flask-admin/issues/1444 Better implementation of #609

enhancement