Rémy Roy

Results 84 comments of Rémy Roy

This is likely [a DLL Hell issue](https://en.wikipedia.org/wiki/DLL_Hell). The libary used by the launcher to perform network request is likely being loaded from somewhere else. You or something you executed probably...

It seems like the CI server is down (for me as well). @ZhilkinSerg or @narc0tiq any idea about this?

The CI server (gorgon.narc.ro) is where we get our information for the changelog. If that server is down, the launcher cannot get that information which is why it shows that...

I like these new alerts, but I'm not sure exactly how to integrate them in this guide to make it interesting for everyone. Maybe wtih an optional section or with...

This issue is with mkgmap-r4286 if that makes a difference.

Here is a screen capture of the daicey pond on my GPSMAP64s at the location https://www.openstreetmap.org/way/151558628#map=15/45.8865/-69.0313 that doesn't show as a polygon: ![daicey pond](https://user-images.githubusercontent.com/303593/59149927-e8f0ef00-89e9-11e9-9aef-56f4db23ce9b.png)

NSSM source code can be found on https://git.nssm.cc/nssm/nssm if that can help.

It really seems like a file permission issue. For some reason the permissions on `C:\ethereum\var\lib\lighthouse\validator\validators\slashing_protection.sqlite` were not what I expected: ``` icacls.exe C:\ethereum\var\lib\lighthouse\validator\validators\slashing_protection.sqlite C:\ethereum\var\lib\lighthouse\validator\validators\slashing_protection.sqlite OWNER RIGHTS:(R,W,D,WDAC,WO) ``` ![slashing_protection_perms](https://user-images.githubusercontent.com/303593/120804991-3f2e9500-c513-11eb-85f6-aced8e9db6ac.png) By adding...

Seems great! Don't forget to relax the permissions on the `slashing_protection.sqlite` file. There is no need for them to be as restricted as they are now when created on Windows.

@victor3rc I'm highly interesting by that code which read 7z files in chunks. It makes little sense for the ArchiveFile class to have a single read method which reads the...