Rhodri Pugh

Results 19 comments of Rhodri Pugh

@greg0ire Linked PR has a patch for this, any chance of a review? I'd like to use this, thanks.

I ran into this as well with vim-fireplace, looks like `:pretty-print` is responsible for the colorizing here (unsure if it's a bug that `:colorize` doesn't affect it?). So the following...

This fixes an issue I'm having trying to use `CsvReader` with the `OneToManyReader` 👍

This now seems to have been largely added in https://github.com/carthage-software/mago/commit/6582fa9fad5f49062d4ab299c6c89d2d44905b47 (as noted above), but I'm running into a workflow issue with PHPUnit tests so have a question... When a method...

Further to the above, I assumed I would have been able to add `@throws` to the PHPUnit test, but that does not seem to work (and I don't think it...

> Further to the above, I assumed I would have been able to add `@throws` to the PHPUnit test, but that does not seem to work (and I don't think...

> [@rodnaph](https://github.com/rodnaph) you can configure mago to ignore all of phpunit exceptions ( specifically, phpunit root exception, that all others extend ): https://mago.carthage.software/tools/analyzer/configuration-reference#exception-filtering Hey, yes I've done that, and added...

My use-case for varied print-width requirements is when it comes to auto-formatting arrays as tables (which is an amazing feature btw), but can result in tables not being well formatted...

@vansantcode It seems quite related yes, I wasn't able to ascertain exactly why the intermittent behaviour I was seeing was occurring though I'm afraid.