Sam
Sam
You can, but its then no longer a standalone in process API and turning more into spark.
I think spark just says x < col < y doesn't it? So it might not be uniformly distributed.
You mentioned switching this to use a mod ?
I am introducing opt in inspections so that's not an issue (that libraries don't want it as it can be opt in) On 14 Aug 2014 18:01, "Richard Bradley" [email protected]...
I think it would be reasonably straightforward but a bit of trail of error to do this: For every method declaration add it to a list of declared methods For...
I think catching Throwables is a bit of a smell, as Errors are used to indicate something you can't / not supposed to recover from. ClassFormatErrors and OOMEs etc. But...
Just because some project decides to catch Throwables, doesn't mean it's correct. I never use catch NonFatal for same reason - someone decided some Errors should be Exceptions instead. But...
I think you're right - we need to clarify what error vs warn really means. I guess in my head I was thinking: Error - should be almost always avoided,...
@jozic great to hear
More the better :) On Thu, 13 Jan 2022 at 06:14, Bendix Sältz ***@***.***> wrote: > I'd also be interested to help. > > — > Reply to this email...