Fathony Luthfillah

Results 9 issues of Fathony Luthfillah

avoid conflicting colorama with the recommended eclipse plugin (ansi-escape) by pydev author that can enable color in pydev-console it's make both running code in terminal & eclipse console can show...

requires-thought

I just made a version of `DoPaint` that supports AInvalidRects.count > 1. I think it is required by reapaintOptimizer to work properly. Sadly, even in Sprites Demo with repaintOptimizer checked,...

Hi I just got working in a fresh copy UbuntuCinnamon v22.04.1 and installing Graphics32. This PR is a patch to get Graphics32 installed on Lazarus/Linux (GTK2 widgetset). I know the...

Hi Yuu, I wonder if we can generate an identical result with MarkovJunior C#. So I translated the C# (or dotnet) random function into TypeScript. After a week stabilizing, I...

Hi ! I am adding an hightlight of current running line (in xml editor, and code visualization too). I also integrate the debug breakpoint (red circle) into xml editor ![image](https://github.com/Yuu6883/MarkovJuniorWeb/assets/1678529/0498623a-72dc-47d8-8b74-83075128a154)...

de-comment of GraphQL codes, and running WebampModern in port 3001 by default. ![image](https://github.com/captbaritone/webamp/assets/1678529/eca8b1d8-2c7b-4a9a-8f22-8e98f7a7d9b3)

Hi Mr. Mike, I need your advice. I am migrating a project that uses GWT (com.google.gwt). that is actually will running in browser, so the code are a lot of...

supposed we have file: ```java package org.antlr.v4.tool; public class Native2 { double getLabeledNodeVoltage(String name) { Integer node = LabeledNodeElm.getByName(name); if (node == null || node == 0) return 0; //...

as we discussed in #5 , here the final work of Random class that generates identical sequence numbers compared to MarkovJunior C#. Note: I just installing new OS, so I...