Mark Stosberg
Mark Stosberg
If one request sets a cookie, and a future request re-uses the same phantom pool member, doesn't that mean the future request would be using the cookies from the previous...
The documentation implies that all options accepted by `phantom()` are meaningful to `render()`. However, only a subset of options of the options used in `phantom` are passed to `render`. The...
`Math.random()` is [not cryptographically random](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random). It seems worth mentioning this in the README, or switching to a random number generator which is considered cryptographically random, such as [crypto.randomBytes](https://nodejs.org/api/crypto.html#crypto_crypto_randombytes_size_callback) in Node.js.
@mekomlusa, I see that featured images are imported (https://github.com/mekomlusa/Jekyll-to-Ghost/blob/master/jekylltoghost.rb#L76). Is that because the Ghost import format doesn't support them, or is it possible to import them?
I'm starting an issue just to document case options. Here's one made with acrylic and brass plates: https://github.com/brickbots/FiFi_Case
In the the source code, there's code like this: if (options.privateKey) { connectionOptions.privateKey = options.privateKey; connectionOptions.passphrase = options.passphrase; } else if (options.password) { connectionOptions.password = options.password; } else { connectionOptions.agent...
This was not covered in `man sway-input` nor `man xkeyboard-config` Fixes #7229
Reference: https://github.com/fish-shell/fish-shell/issues/4620
Qute now supports setting unique app IDs for both Wayland and X11 since #5923 was merged. There's already a PR prepared for the `qutebrowser-profile` project to use these to implement...
Fixes: #939 by documenting additional breaking change in 0.6.0 release ### Checklist - [x] I have read the [CONTRIBUTING](https://github.com/jaredhanson/passport/blob/master/CONTRIBUTING.md) guidelines. - [x] I have added documentation pertaining to this feature...