Kenneth Aalberg

Results 5 issues of Kenneth Aalberg

I'd like to suggest support for running OR on filters. I.e, allowing to specify ?orfilter[name:like]=foo&orfilter[name:like]=bar. This could be implemented two ways: `?filter[name:like]=[foo,bar]` or `?filter[name:like]=foo&filter[name:like]=bar` The second method could perhaps even...

enhancement

Hidden columns (through adding .info.update({'pyramid_jsonapi': {'visible': False}}) to the model) are not properly hidden if a relation exists to another model with hidden columns. Reproduction: Create two models: class One(Base):...

bug

Attempts to set modelines on channels fail; pydle merely gets a banlist in return, probably indicating the message is misformatted. Code: `await bot.set_mode("#test", "+b *!*@99.99.99.99")` Debug output: ``` DEBUG:XX:yy:>> MODE...

Browsers have with recent updates begun to default to enabling CORB. This can cause problems with webirc gateways, as the server does not send Origin headers. This makes the Kiwi...

#### Describe the bug After installing optional site packages with pip install evennia[extra], the game became unstartable on next boot, with complaints related to database. #### To Reproduce Steps to...

bug
more info needed
OS/DB-dependent