Results 663 comments of milahu

> disabling browser security this "security" means less freedom a "secure" solution would be to start a new headful browser to show the original website where you can solve the...

> My assumption was i should be able to disable and enable plugins on the fly. apparently this is not implemented (?) the debug log entries are noise from `plugin_manager.load_class`...

two seconds ^^ ideally i want to setup the wine env only once in the read-only package store so im running `wenv init` as part of the build process just...

related issue: this will not work with unpatched wine [wine/libs/wine/config.c](https://github.com/vindo-app/wine/blob/master/libs/wine/config.c) ```c if (st.st_uid != getuid()) fatal_error( "%s is not owned by you\n", config_dir ); ``` wine complains about the ownership...

at least we should add a content type, so users can describe the payload type. how about: - enum values from 1 to 255 = some commonly used mimetypes: -...

seems an issue with garbage collection > Strange - `(primes

yay : ) ``` ;; all primes < 10^3 < 10^4 < 10^5 < 10^6 ;; interpreter ;; petite (chez scheme) 8.4 0 sec 0 sec 2 sec 2 min...

push. this is needed for [haveno](https://github.com/haveno-dex/haveno)

thanks for the patch can we change the default to `self._strict_timestamp = False`? i guess no one will care about pre-1980 timestamps in a firefox profile zip ... ```py @property...

> tr: warning: an unescaped backslash at end of string is not portable solutions: - `echo 'test\path' | tr '\\' '/'` - `echo 'test\path' | tr \\\\ /` - `echo...