Ash Berlin-Taylor
Ash Berlin-Taylor
Right now there is no way to change the mtime of a mem file. `os.Chtimes(path, atime, mtime)` i think would make a good addition as there is no other way...
To complement `Lstat(path)` it would be nice if `Readlink(path)` was added to the interface
Attempting to use the 'Intelligent hash condition mapping' I was trying to get the following SQL: ``` SELECT histories.*, count(*), sum(vendor_earnings) FROM `histories` ``` so I tried the following: ```...
We have a private registry set up (using docker/distribution) behind nginx performing basic auth. If you run `docker login` then everything works as expected. However if you haven't logged in...
If I `sga-ssh` to a host and the resize my local terimal, the LINES/COLUMS variable doesn't update, nor does the values reported by `stty size` etc.
I'd just like to say thankyou for writing this! I saw the merge request against PA was problemematic (ugh!) but I'm using this, and it's wonderful! The volume buttons on...
For example https://github.com/apache/airflow-site/commit/3c7cbb5d7a31ec1bd0e3bc044959ac84af15e41e ```diff ``` Just re-generating the site (but _not_ changing the content) should not change these modification dates.
If you search for a string in the docs then the occurrences of the search string on the page will be wrapped in `` -- currently we don't style this....
The table for extra packages is too wide and has a horizontal scroll bar  
I'm not 100% sure what's going on here, but these seem to have the effect that no commits get built from webhooks.