Owen Voke

Results 192 comments of Owen Voke

I'm not entirely sure what you mean, do you mean in another class that is called by the command? The `info()` method is provided by the underlying Laravel `Command` class....

I think I understand what Sebastian is getting at (and it looks like PHPUnit is correct). 🤔 Basically the test in [AnnotationDumperTest](https://github.com/box-project/box/blob/master/tests/Annotation/AnnotationDumperTest.php#L21) is only marked as covering `\KevinGH\Box\Annotation\AnnotationDumper`, however on...

@theofidry, yeah. That probably makes more sense. 👍🏻

I think this would be better as mentioned as part of a PHP entry method, rather than as part of the `phpunit.xml` 👍🏻 It could be quite useful for things...

Feel free to open a PR with this functionality. 👌🏻

I'm pretty sure that this should connect to a BSC network JSON-RPC node correctly. 👍🏻 It looks like the `eth_call` method hasn't been implemented yet. Feel free to open a...

Feel free to implement this method 👍🏻 You can see how this will need to be formatted [in this documentation](https://docs.infura.io/infura/networks/ethereum/json-rpc-methods/eth_getlogs). Let me know if you have any issues, or I'd...

@JanPokorny, I ended up going with option 2 [in my bucket](https://github.com/pxgamer/scoop-bucket/blob/master/bucket/git-extras.json) while testing. Not sure what the best way to do the Git shim patching though. 🤔 Overall option 1...

Yeah, I think that makes the most sense. Would be good to see a PR if you want to do it. 👌 The only issue is for things that depend...

@JanPokorny, thanks for this! Will take a look. (By the way, changed from @pxgamer to @owenvoke). 👍🏻