Bruce Axtens

Results 7 comments of Bruce Axtens

Also strint.mul("2","256"); --> 422 strint.mul("256","2"); --> 512 strint.mul("2","512 "); --> 124 strint.mul("512 ","2"); --> 124 VERY experimental code :\

So does that mean that euphoria's config.json can be changed to ``` "online_editor": { "indent_style": "space", "indent_size": 2, "highlightjs_language": "phix" }, ``` ?

This is still an issue when converting from net7.0 to net8.0 in Uno projects, viz ``` A numeric comparison was attempted on "$(TargetPlatformVersion)" that evaluates to "" instead of a...

Bump. Here we are almost two years later. Do you have any time yet?

It's a suggestion to extend the command set for cobolcheck itself. There's no MOVE-EACH in the COBOL dialect I use (GnuCOBOL) and likely never will be. The suggestion comes from...

Right, I've reinstated the `Stop()` code. I've left the `_serverProcess` as public and am now using ``` /// /// Kill a process, and all of its children, grandchildren, etc. ///...

The _port was Int16 and that was signed, so once it went beyond 32767, it would flip to negative.