Cody Olsen
Cody Olsen
Here's the source of this behavior https://github.com/danielgtaylor/aglio/blob/olio-theme/src/example.coffee#L17
Looks like you can disable it by setting `DRAFTER_EXAMPLES=true`. Like so: `DRAFTER_EXAMPLES=true aglio -i apiary.apib`.
Hey @shiftonetothree, thanks for the PR! π Can you add tests, so we can avoid regressions when refactoring later?
Yeah that's because in those browsers the body is the scrolling element. You can verify this by checking `document.scrollingElement`. The reason why it works firefox and chrome is that `document.documentElement`/``...
Yeah it caught me off guard as well. I discovered it while working on Browserstack tests. I got some time to look into this some more earlier this evening. I...
Hey @Francesco-Lanciana! You're welcome to do a PR π Good investigative work π΅οΈ
Hi, Clusters are indeed not fully supported. PRs welcome βΊοΈ
I tried to setup an experiment with it but it's painfully obvious that Lua isn't my forte π
Hi, you're most likely affected by the change explained [here](https://github.com/stipsan/ioredis-mock#from-v5-to-v6). Unless it's a bug/regression in `redis.expire`?
Hey thanks for the report π I don't have time to work on this anytime soon but PRs are welcome and I'll be sure to review and release β€