Ferdinand Pöll

Results 17 comments of Ferdinand Pöll

I think only implementing "fully sandboxed+unprivileged" and "fully integrated+privileged" modes are not the way to go, but rather adding options to configure it finer-grained like making only a specified set...

If the default browser supports custom tabs (which Firefox does), it uses that as custom tabs provider. This means that any addons installed in that browser are used.

Upsides: * Launching a custom tab is faster than the full browser (and could be made even faster by keeping it as a service and warming it up once conversations...

I have two ideas on this: * It is possible to check if there is Tor Browser installed as custom tab provider and if that's the case, show the setting...

I'd really like to see this merged as imo the table is hard to use because it's too wide at the moment, especially on mobile devices.

Here is the ssh -v -v output: [ssh output.txt](https://github.com/coreos/rkt/files/467804/ssh.output.txt)

To run the container, I use `rkt run blauerhunger.de/nas-sftp --interactive --port=ssh:10000` To connect via ssh, I use `ssh ftpuser@localhost -p 10000` from outside of the container and `ssh ftpuser@localhost` from...

I just updated rkt to 1.25.0 on debian/stretch and still having this problem and thus I'm unable to deploy rkt for my use case. (What I tried: `rkt run --insecure-options=image...

OpenCV automatically utilizes the GPU with OpenCL for image processing if available (it can also use CPU OpenCL runtimes to improve its performance). There are already parts in the code...

It would probably help to get rid of the numpy arrays. Then it would be easy to parallelize the preprocessing on the cpu using multiprocessing.Pool.