Waleed Khan

Results 200 comments of Waleed Khan

I encountered this as well when writing my own documentation. It is not specific to images. The problem appears to come from the base Sphinx styles, possibly these lines: https://github.com/sphinx-doc/sphinx/blob/0a99a58e12e3546ad1df8265e431db061dfb8666/sphinx/themes/basic/static/basic.css_t#L218-L221...

I'm having the same problem on FF 3.6.10, OS X 10.6. However, on trying to add it as an icon, I found that instead, it was a giant icon with...

I ran as root, which managed to update Firefox and lose all my preferences (!). I then reinstalled Firesheep. The preferences pane issue is still not fixed. @christianj: to run...

Hi @elipsitz, thanks for reporting. cc @claytonrcarter in case they have some thoughts. This seems pretty reasonable. Technically speaking, `git reword` might produce *multiple* commit messages separated with lines like...

Hi @mikepqr, thanks for reporting! I was able to reproduce the issue and put up a fix in https://github.com/arxanas/git-branchless/pull/485. Can you test it out ([instructions](https://github.com/arxanas/git-branchless/wiki/Runbook#manual-testing)) and confirm that it resolves...

@mikepqr sorry about that, the error message is quite bad here. You need to update your version of Rust/Cargo. `cargo` in an older version can't resolve these dependencies properly, which...

By the way, as a workaround, you can try committing to branches other than `master`, or try not committing to `master` at all and using a branchless strategy (i.e. run...

Haven't had time to work on this, so closing for now.

@lthms I created https://github.com/arxanas/git-branchless/issues/465 for GPG-signing commits. You can comment there or [join the Discord channel](https://discord.gg/caYQBJ82A4) and I can answer any questions you might have.

@bcongdon what was your workflow then vs now?