divinity76
divinity76
Fwiw the Intel ICC compiler does interesting tricks to run fast on every CPU, it checks what CPUs it runs on at startup, then re-writes instructions in-ram at runtime, basically...
> Is it possible to add a workflow whose compilation environment is Intel ICC compiler ? I don't know, but a quick google search suggest the answer is `yes, it's...
oh ok sorry, i may be wrong and i don't have time to investigate, nevermind
i suggest closing this issue as "invalid" (configuration issue) - OR solved (if the following wasn't possible back in 2018 when the issue was created) if the SMS field under...
@sonvir249 nope. it's either fixed or invalid. if it was possible back in 10-may-2018, then this issue is invalid. if it was made possible after that, then this issue is...
Need a collaborator or OP ( @djaiss ) to close it (I'm neither)
@TysonAndre well my only problem was that phan crashed when encountering the link. i actually wouldn't mind if phan would follow the link instead of ignoring it. assuming nobody actually...
did some digging: explorer.exe never sends any credentials at all, it *only* sends this request: ``` OPTIONS / HTTP/1.1 Host: cacbot.ratma.net:8000 Connection: Keep-Alive Translate: f User-Agent: Microsoft-WebDAV-MiniRedir/10.0.19045 ``` and dave...
did some more digging: it appears explorer.exe will... check if the server require credentials, if YES, it will ask the user for credentials, then it will check if the server...
just had a crack at it, seems this is going to be very difficult: the first hurdle is that uFreeLocalizer won't compile because it uses `System.LoadResString` which [seems to be...