Cody Olsen

Results 133 comments of 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 ❀