Luke Plant

Results 124 comments of Luke Plant

It also adds whitespace to the end of some lines, and strip comments. This is fairly nasty behaviour.

For anyone else having trouble with this, note that no released version of elm-test actually has the `--skip-installed` flag - it was added, but then removed again. I found I...

For what it's worth, I just blogged about my current practice about CBV: http://lukeplant.me.uk/blog/posts/my-approach-to-class-based-views/

@ioparaskev: The lock is there to prevent multiple functions running the callback at the same time, to prevent the ["thundering herd" problem](https://github.com/sebleier/django-redis-cache#thundering-herd-protection) (BTW - those docs are hard to find...

pypi.org is the standard repository for Python libraries. You can find it linked from the top bar on https://www.python.org/ (it used to be pypi.python.org, that now redirects to pypi.org). pypi.org...

@ApproximateIdentity I'm very happy to upload a new version myself, or preferably to give PyPI permissions to someone who wants to take this on (I no longer actually use the...

@jreese - AFAICS what you have done is equivalent to what I had already done in my version, which is hosted here - https://bitbucket.org/spookylukey/diff-match-patch/src I suspect most people using diff-match-patch...

@jreese OK great, I've added you as an "Owner", I am no longer needed for anything on this project now. I'm assuming you do not need/want the repo on Bitbucket,...

I'd prefer to see functions defined as being deterministic with no side effects - because of the principle of least power, and considerations for the different implementations I'm working on,...

@stasm - In terms of fixing fluent.js, it seems workable, although I'm wondering where the data would come from for this. Does CLDR even distinguish this case? AFAICS it doesn't....