ryneeverett

Results 205 comments of ryneeverett

> I've tried this after a user notified me of the error (robbyrussell/oh-my-zsh#4963) but the error still appears when cloning, but not when doing a git fsck. So I think...

I'm not sure this is specific to "artists next album". Seems applicable to any album view such as *Albums* or *Genres*.

It seems like it isn't supposed to be possible to have a `Product` with no variation when `USE_PRODUCT_VARIATIONS=False`. How does that happen?

> I feel like the correct thing to do would be to refactor all the cartridge.checkout.CHECKOUT_FOO constants, so that they're returned by a function with takes a cart or request...

The dependency is correctly pinned in bleach so we shouldn't have to do this. An easier temporary fix is `pip install -U bleach`. I think there must be a bug...

Is making `NERDSpaceDelims=1` the default a potential option? That would be pep8-compliant by default _and_ avoid making python a special case. And as pointed out above: > Actually, isn't it...

On a somewhat tangential note, the current "fix" doesn't seem to even address pep8 block requirements: > Block comments generally apply to some (or all) code that follows them, and...

I'd add that there probably needs to be a distinction between development and production use cases in the documentation and likely the image/compose file as well.

Thanks for looking into this @Calrama. I'm having the same issue running CDM on Arch. Were you able to solve this? If so, can you explain how/where you passed the...

After reviewing this and browsing my `.cdmrc` again I noticed the following promises to do exactly what you described: ``` # Where should the first X tty be spawned? #...