Nathan Farrar

Results 28 issues of Nathan Farrar

New to sphinx & alabaster - sorry if this is a _silly_ question. I'm looking for a way to use a _shorter title_ in the navigation bar - my long...

enhancement

I've got laid out my documentation using the following structure: ``` . ├── Makefile ├── build ├── make.bat └── source ├── _static ├── _templates ├── conf.py ├── content │   ├──...

enhancement

I'm new to docker, so I apologize if this is an ignorant question. I've got an Ubuntu 14.04 server running virtualbox - installed directly on the host. It's mostly used...

When using Vintageous with Sublime, if you're in command mode and try to insert a timestamp, sublime completely freezes and has to be force quit.

bug

I do most of my editing in vi - and I frequently put foldmarkers (`{{{`, `}}}`) in my comments in my shell scripts. Would it be possible to have shocco...

Would it be possible to have shocco insert a `` tag on comment lines that end with double spaces?

After installing, I copied the `%PACKAGES%/FileHeader.sublime-settings` file to `%PACKAGES%/User/FileHeader.sublime-settings` and configured to my liking - however it doesn't seem to _ever_ be used - I assumed it would, since this...

Is there a CVE or any writeups you can link to associated with commit 7411be3bf1f26cd54cf74099db57020c2f247e45?

Would it be possible to make dpkg compatible with the [XDG standard](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) and move the `~/.bpkg` cache to `${XDG_CACHE_HOME:-/.cache}/bpkg`? It's _really_ nice when applications conform with the standard, as it...

question
discussion

I'm attempting to use the library as a module, but having a difficult time figuring out the correct inputs for generate from the documentation. Command line usage is a no...