Kirk Bushell

Results 65 comments of Kirk Bushell

> Thank you for your feedback. I agree that the current API is rather verbose, but this is mostly out of necessity. The API needs to be this verbose to...

I can also see how both could be utilised: ```php Query::new() ->match('d', 'deck', ['format' => 'value']) ->where('d.label', '=', 'value') ->returns('d.label'); ``` Each of those values/properties could effectively be static types,...

Same issue here - using next js with react icons - file size is like 10mb for using 8 icons lmfao. There's clearly an import issue in the library or...

Or better yet, just have a parameter that allows the code to exit with an error if a check doesn't pass minimum requirements.