Orsiris de Jong

Results 512 comments of Orsiris de Jong

For instance, I'm compiling the same program for windows-i386, windows-amd64, linux-amd64, linux-arm and linux-arm64. For my ARM platform tests, I'm running the binary on a synology, but I cannot have...

> I agree, that would be sweet. In fact, executing binaries of course does not require the x bit at all. We could just as well load it and execute...

Sorry if I'm not educated enough here, but shouldn't the C code that launches the iniitial window do this ? I thought of something like `ShowWindow(GetConsoleWindow(), SW_MINIMIZE); initially. As for...

I've succesfully managed to make 3 line patch that, once the window is launched, minizes it. Here's the code: ```python import sys import os import win32gui import win32con if os.name...

> So, that means we would have the right to minimize the terminal we are running on, very nice. The C equivalent of that code should be easy to add...

Indeed, having a `--console=no|minimized|yes` option make more sense. Looking out for this whenever it's ready.

I do understand that too, reads from database don't need validation. But writes do. Nevertheless it's not really clear in the documentation. And since SQLModel is supposed to reduce code...

The same here, when using `mc admin replicate resync status alias1 alias2` without running `mc admin replicate add alias1 alias2` prior, we get an interface that will wait for never...

Same here, but found the solution. I've run `windows_exporter.exe` manually with `log.file mylogfile.txt` in order to diagnose. Actually, you cannot enable modules that the machine doesn't have. Eg, I had...

J'ai écrit le script suivant qui détecte les branchements/ rebranchements du modem: https://github.com/NetInvent/udev_monitor Ce dernier lance un script qui réinitialise le modem au besoin : https://github.com/NetInvent/usb_resetter