Redglyph

Results 103 comments of Redglyph

For information, I received this confirmation by email. As I suspected, the text is not correctly formatted and there's a doubt for both IntelliJ and CLion regarding the plugin in...

I've also seen several users with the same concerns about the future of the plugin in CLion and IntelliJ. From what JetBrains said, I believe they'll see the need to...

I've written a honest review. It's worrying to see people bomb-reviewing this plugin; that won't help maintaining it for IntelliJ and CLion.

The plugin mentioned in your quote seems to be the open-source plugin, which is deprecated and won't be maintained any more because Jetbrains has taken the development internally - that's...

I'll try to summarize in the hope this can move from experimental to stable. - in 2016 there was an initial concern of conflict with the syntax of slice patterns,...

> There is a workaround which is somewhat worse for readability I think but perhaps the DRYest solution. > You can make use of the fact that match arms are...

I know about these values, but that's in `FormatDigits()`. The difference I see is already in the value returned by `ToDecimal64()`. In the Java implementation, `toDecimal(int q, long c, int...

I doubt that it changes anything about the conclusion for your project though, it's only a small difference of output for the smallest value. 😉

Actually, I think it's because of this particular mode in the Java implementation, so maybe not an issue, or something that can be added if someone requires the extra precision:...

The problem, if you do that, is that you are using a concept that hasn't been introduced yet. Hence my suggestion of reordering the chapters, or avoiding to need a...