Arturo Filastò

Results 189 comments of Arturo Filastò

You can follow the same instructions that apply to next.js for doing that. You can see an example of how to do this in this application that uses electron-next: https://github.com/ooni/probe-desktop/blob/master/renderer/next.config.js.

Ah, yes, iokit-\* was introduced into seatbelt in OS X 10.7. Try commenting out that line and see if it gives you errors. There is a way to make directives...

While thinking a bit about this I came up with a solution that is similar to what modernizr does to detect javascript support. The issue with scriptsafe is that it...

I think my above suggestion is still a viable option that is quite simple to implement and does not require external dependencies.

@evilaliv3 I don't think we should be investing time in supporting a browser that will soon be deprecated (OrWeb will be replaced by OrFox).

I wrote a python script to be able to stress test the submission interface: https://github.com/globaleaks/GlobaLeaks/blob/master/scripts/stresser.py When running it I end up getting this error: ``` 2013-08-25 15:07:31+0200 Unhandled Error Traceback...

@fpietrosanti ![Read the source luke](http://www.codinghorror.com/.a/6a0120a85dcdae970b016765373659970b-800wi) https://github.com/globaleaks/GlobaLeaks/blob/master/scripts/stresser.py#L183 https://github.com/globaleaks/GlobaLeaks/blob/master/scripts/stresser.py#L189

A related feature is something I have been thinking of for a while and discussed with a couple of people. The basic idea is to have some tokens that you...

Generally I tend to dislike notifications and I think if we were to implement this it should probably be disabled by default. It is also worthwhile considering the fact that...