Morten Houmøller Nygaard
Morten Houmøller Nygaard
I will take a look at the problem one of the next days. But for now: As I recall, when using safe browsing, a try catch around the "setItem" and...
I ran the tests in incognito mode in the newest versions of Firefox, Chrome and Opera and no problems seems to occur there. I'll try to get access to a...
I will take a look at the problem, but I must postpone the matter till after the 21. of June, since I'm in the process of writing my Master's Thesis.
The same technique I use in version 3.0, which is on its way :)
Hi @eduzol, sorry for not making the v3.0 branch public. It is now public as v3.0 i.e. it is not released yet. Feel free to do some testing :)
I see your point. As for now I see two solutions to this issue: 1. You request the javascript files from their original address each time and compare the files...
I do not see how JS encryption would solve the problem, as there is no way to store the encryption key: http://matasano.com/articles/javascript-cryptography/ Moreover i've found: http://www.w3.org/TR/2013/WD-webcrypto-usecases-20130108/#data-integrity Which suggest the 2....
I'm trying to build a "Deck Tracker" for the Hearthstone game. Most of the work is done reading log files but the actual presentation of the information I would like...
On the glfw website: https://www.glfw.org/docs/3.1/news.html they say: > GLFW now supports floating windows, also called topmost or always on top, for easier debugging with the GLFW_FLOATING window hint. Hence this...
I guess it makes sense that any "Desktop" related features are available from the desktop package instead of having to write noop functions etc. for other drivers.