Owen Voke
Owen Voke
We should probably fall back to a default path in the package to be honest, or just disable this functionality if it's not set. 🤔
I'm not sure this is really required as it is mentioned above the 5.5 listing. >**LogViewer** support only the **daily** log channel, so make sure that the `LOG_CHANNEL` is set...
@ping-localhost, unfortunately I can't even remember 🤦🏻 I think it was mostly working, but I've ended up using DiscordPHP's Slash Command package instead for bots recently.
Personally, I think this makes sense. But 🤷🏻 Also, when reviewing this I was thinking it's kind of annoying to have to use `--ci`, so thought perhaps it could be...
It's not necessarily a dependency, you could use another Zsh manager such as [Antigen](https://antigen.sharats.me), [Zplug](https://zplug.github.io), or [Prezto](https://github.com/sorin-ionescu/prezto). Alternatively, you can probably just use something like [Zsh Unplugged](https://github.com/mattmc3/zsh_unplugged), which explains how...
I think that this shouldn't really be part of the linter. 🤔 Especially as the linter runs every time a new page is added (or a PR is merged), we...
I've been looking into this, and I can't work out if this is actually possible. This is [what I've started with](https://gist.github.com/owenvoke/92c14f150bf66ee6ac5a142c698b5186), however the `FuncCall` doesn't appear to have access to...
Does `Class_` work when there isn't a class in the file? It's just function calls such as: ```php it('does test1')->skip(); it('does test2')->skip(); ```
I definitely agree, and I've been thinking about this while on holiday. Shouldn't be too hard at all using Box. :+1: I'm happy to implement this when I'm back in...
That's awesome @caneco! Love it.