Adam Birds

Results 30 comments of Adam Birds

Yeah I think at least an option to follow it would be good. I think that `.gitignore` would be a good one to start over others like `.prettierignore` as that...

On this, if you'd be willing to point me to the correct part of the code i'd be happy to try and work on this.

I hadn't realised there was a seperate thread for the comments and originally posted my comments on #1344. I got the issue after moving to Basil and having to access...

Is this able to be merged now? I have had this running for a few weeks now without an issue by installing direct from my branch but would be good...

Any update on when this will be possible?

I have ran into this as well which caused a production issue. Relying on the types (and the the docs to be fair) after upgrading to Basil I changed all...

Okay so after lots of trial and error and searching Django documentation I have fixed this by changing: ```python await Player.get(name=playername).update(clan=None, enabled=False) ``` to ```python await Player.get(name=playername).update(clan_id=None, enabled=False) ``` It...

> Agree, this needs documentation I doubt this will happen give I raised the issue pretty much exactly 2 years ago and its not happened yet.

@alya this ticket is related which i suggested a long while back lol: https://github.com/zulip/zulip/issues/7177 I've always thought a way to add markdown to add color to text would be awesome.