Erik Huizinga
Erik Huizinga
I'd stick with dark mode for the more recent Android versions only, as usage of older versions than Android 10 should be limited and declining. Furthermore, it keeps this PR...
It can always be be developed for Android
Do you mean `x = mod(x, 1);`? It seems true what you say, but it isn't. It does not work for plots with axis limits that are more than one...
That's a workaround to be used by the user and it's for the deprecated date numbers and date strings, which are difficult to use if you already use the more...
This issue is 4 years old. Back then the `datetime` type was only 2 years old (introduced in version R2014b). Therefore I said that it would be used by an...
`runCatching` is expected to run catching. It would be very strange if some exceptions would not be caught by it. I can imagine the usefulness of a new function `Result.except()`...
@vogthenn by that reasoning I wonder what the original use case is for `runCatching`, because you make it sound like an antipattern without legitimate uses.
It seems that the KEEP's use case 'Functional error handling' (specifically the example with `runCatching { doSomethingSync() }`) is one that easily introduces the side effect being discussed in the...
You can partially solve this by writing properly indented live templates for Haskell (just select *other* for the applicable languages), e.g.: ##### `mod` ```haskell module $MODULE_NAME$ where ``` ##### `do`...
Doesn't the plugin come with the Sun and Google checks bundled? Have they always been compatible with the latest Checkstyle spec? An option 'latest compatible' for either of the two...