Lucas Rassilan Vilanova

Results 4 comments of Lucas Rassilan Vilanova

I faced this issue today when trying to download and edit files on my app. After opening the file it cannot be edited, unless I change the FileOpener2.java file replacing...

I faced this exact same issue today: I have two different applications running on the same computer and accessing the same PLC, but just seconds after running they crashed with...

I noticed this same issue today on my app, but @TheSakyo 's workaround was not working for me. So instead I used [patch-package](https://github.com/ds300/patch-package) and added the line `this._filterItems();` directly in...

Hi. Yes, it's related to location. It looks like the function Convert.ToSingle takes into consideration System.Globalization.CultureInfo.CurrentCulture in order to parse the value it receives. I've just run a test calling...