Adrian

Results 130 issues of Adrian

Currently it's DM-only or all players. It would be nice to be able to just give those with the Trusted Player role access to rules.

feature request

It results in scroll bars on the container even though there is nothing to scroll in it. This is already the case in the demo here: https://ancient-sands-71156.herokuapp.com/

bug

Usually there is some kind of global containing the current user's locale. Let's imagine a Flask application where I can get the current locale by calling `get_locale()`. Right now the...

Testcase and exception: https://gist.github.com/ThiefMaster/a80f619efceb2901d048 Retrieving the object for the first time on a new connection fails, afterwards it works. This is very strange. Any idea what's causing this and how...

bug

Is there any special reason why only `datetime` is supported but not `date` (or `time`)? I think there are quite a few cases where one just needs date information but...

enhancement
patch wanted

See https://2e.aonprd.com/Feats.aspx?ID=3829 for the details. As [suggested on Discord](https://discord.com/channels/170995199584108546/697845559435853865/1225924009590525982), I made the items and exported them. I just set up the rules etc, but not descriptions/icons, since I have no...

data other

It would be nice to have a `return`-based syntax to make async programming even more comfortable. ``` function foo(host) { await dns.resolve(host, 'A', defer(var err, ip)); return ip; } var...

Both GFM and CommonMark are flexible so you can use either 2 or 4 space indentation as long as you are consistent. But when using mdx_truly_sane_lists I can suddenly use...

I admit, I was rather lazy when writing maildump initially. Anyway, having unittests would be a good thing. They should be [pytest](http://pytest.org/) based since it's much nicer than the stdlib's...

enhancement