Jim Garrison
Jim Garrison
It would be nice if one could choose a lower compression ratio for the `xz` compression to speed it up. In my case, I immediately `spk unpack` the resulting spk...
I am using the [ownCloud Android app as provided by fdroid](https://f-droid.org/repository/browse/?fdid=com.owncloud.android), version 1.9.1. I am able to successfully link it with my Sandstorm/Davros instance, but any time I try to...
I am viewing the table of styles in the documentation, hosted at http://tachyons.io/docs/table-of-styles/. Each link to a module either 404s or goes to an outdated repository. Ideally it should link...
Does it make sense to include [UniqueVectors](https://github.com/garrison/UniqueVectors.jl) here? It may be difficult to categorize; for instance, it is "mutable" but only in certain respects (e.g. it does not implement `setindex!`)....
I have noticed something that behaves differently on tox 4.0.0b1 compared with tox 3.24.5. Consider the following `tox.ini` with generative section names: ```ini [tox] minversion = 3.15 envlist = py37,...
`hostmask` (as defined [here](https://github.com/connectbot/connectbot/blob/ad15d09a0734adc07324cba10527407c91c3d9b5/app/src/main/java/org/connectbot/transport/SSH.java#L104) and [here](https://github.com/connectbot/connectbot/blob/b0bea6930e0539a3b1fe07672499bdc91eb84cd8/app/src/main/java/org/connectbot/transport/Telnet.java#L70)) does not match hostnames that contain underscores. Because of this, it is currently impossible to `ssh` to a hostname that contains underscores without manually...
I often (but not always) witness treon output the following error just before exiting: ``` Exception ignored in: Traceback (most recent call last): File "/usr/lib64/python3.8/asyncio/base_events.py", line 656, in __del__ self.close()...
Hi there, I've tried integrating with origami as described in 3b5e8faeec1333aca3cafbbaa350dacc95412086, but `use-package` does not like the `:general` symbol in its given position. Actually, it does not seem that `use-package`...
Often, outdated versions of the qiskit documentation rank higher in search engine results than current documentation. This is especially noticable with #1389, as many of these pages are broken links,...
At the moment, it is pretty easy to overlook that the [Tutorials](https://qiskit.org/documentation/tutorials.html) page ([`tutorials.rst`](https://github.com/Qiskit/qiskit/blob/master/docs/tutorials.rst)) includes only a subset of the tutorials. I believe that at the bottom of that page,...