Mark Stosberg
Mark Stosberg
This can be closed. It works on self-hosted runners.
I have this `autoconfig.yml`, but it doesn't work in Command Mode: ``` settings: bindings.key_mappings: global: : ```
@The-Compiler That ':bind' command seems to work. Thanks! I also left a comment on the upstream bug report you found. Could the ':bind' command you shared be a default behavior?...
Through the linked upstream QT ticket, the project invited a patch to fix this in QT. I'm not familiar with that codebase and am not going to try to dive...
There's also [qutebrowser-profile](https://github.com/jtyers/qutebrowser-profile). It simply allows you to launch profiles with different history, cookies and session data but a shared configuration. It does not force loading a particular domain into...
I've submitted some PRs to qutebrowser-profile this weekend. Assuming it gets merged, it will be a more robust option for multiple profiles. The new feautres include: * Generating unique `.desktop`...
I regularly have 4 different profiles running and also have near-daily out-of-memory problems on a laptop with 16GB of RAM. When I `killall qutebrowser`, memory recovers to less than 2GB...
I have a related use-case. I don't need dynamic configuration but I *do* need multiple static SAML configurations. Currently `passport-saml` hardcoded the strategy name `saml`, which seems to complicate that...
@sjudson Thanks for the reply. Where is the two-argument syntax for `passport.use` documented? The docs I found are here: http://www.passportjs.org/docs/configure/ and don't provide any indication of that a name can...
This patch has been rebased so it can merge cleanly.