Pedro F. Albanese

Results 9 comments of Pedro F. Albanese

Hi, is your antivirus Jiangmin or Microsoft? I am writing a tool with this library, but possibly compiling with another version of Go (1.12 in my case). When I compile...

The same is true with my antivirus, I use Jiangmin / Kasper. This is quite common. So I have three directories with three different versions of Go (and respectively three...

My tool also results in false positives in several antivirus brands (especially mine and yours). Today I did some tests. Very simple: https://github.com/pedroalbanese/dialogbox When I compile with version 1.11.13, I...

I was having trouble finding a version that would not conflict with my antivirus. After downloading about three different versions, I only managed with version 1.12.1 of Go. This is...

Greetings! I was just looking for examples of tengo. Your code is perfect. Exchange exec.Command for os.exec: cat > myapp.tengo

Greetings @tofgau How to compile it for Windows? syscall.sigusr1 is not compatible.. Thanks!

Sorry, I'm on Windows7.. =/

Greetings! Sorry, but can I just remove the random function for now? I mean, I did this implementation because I can't cross-compile OSSP-uuid for armel (my phone), honestly I don't...

'gnucash.__file__' becomes '/usr/lib/python3/dist-packages/gnucash/__init__.py' it is the only module that it tries to import .. if I do not import this module the program gives an error saying it did not...