Ed Morley

Results 459 comments of Ed Morley

> we should really warn them that this is a consequence of purging the cache and not specifying a Ruby version instead of trying to magically save them I've filed...

This appears to be resolved as of #84?

Thank you for the reply :-) I agree this would need to be opt in, and that it would be a nice optimisation for all that do so. Though just...

(Sorry previously commented on the wrong tab! I've moved that comment to: https://github.com/heroku/heroku-buildpack-python/issues/913#issuecomment-696655767) > Our backend is built with python and hosted on heroku, which uses the python-3.7.2 format, while...

@cmdlinebeep Hi! I replied over in https://github.com/heroku/heroku-buildpack-python/issues/1243#issuecomment-931205180 but to summarise here... Given the filename is called `runtime.txt` (ie: it is not language specific), it feels wrong to put version numbers...

Also, I think it would be worth splitting the `runtime.txt` parsing issue into its own GitHub issue in this repo, as this issue as filed is about something slightly different...

@d3viant0ne as the author of the [regressing commit](https://github.com/webpack-contrib/babel-minify-webpack-plugin/commit/d0a724cec766ea5fbea9ecc514d38f7fd2ee3735) (see bisect in https://github.com/webpack-contrib/babel-minify-webpack-plugin/issues/68#issuecomment-350342659) - I don't suppose you have any ideas as to what might have caused this? :-)

So my use-case for needing `__version__` in a file other than `__init__.py` is that I use the version within the library itself in order to set a `User-Agent` header. If...

The various ways to use TLS with redis-py seem to be: 1) Using arguments to the client constructor: ``` python r = redis.StrictRedis( host='HOSTNAME', port=NNNN, password='PASSWORD', ssl=True, # optional: ssl_cert_reqs='required',...

> I like this ideal of configurable intervals, but something as simple as the following might solve the 90% case: I like keeping this simpler - those names sound great...