Tyson Clugg

Results 48 comments of Tyson Clugg

Nose still works, I wouldn't remove support for it unless there's a good reason to do so (such as if supporting nose becomes difficult). I'd rather add support for py.test...

Sorry to keep bringing this up, but I feel this issue needs to be addressed sooner rather than later. There are a slew of currently open issues that would have...

I'm very much aware of the measurement context features. The issue is that I want _more_ context that what is currently possible. A fundamental limitation here is that each arc...

> I don't think using `xmin` is going to work that well: > > * From the [Mozilla ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) description: > > Entity tag uniquely representing the requested resource. >...

> > An entity-tag is an opaque validator for differentiating between multiple representations of the same resource, regardless of whether those multiple representations are due to resource state changes over...

> FWIW, this issue occurs when you copy the database file, delete entries from it, then use it as a KeeShare database. The deleted entry UUID's will propagate to the...

@phoerious Thanks for scheduling this bug for the next release. Can this issue also be tagged with "[high severity](https://betterqa.co/blog/bug-priority-vs-severity-levels-how-to-correctly-identify-a-bug-severity/)" to highlight the user impact this is having? EDIT: Severity 1...

Not opposed, just unskilled. Any suggestions as to how I may preview my doc changes locally, especially browsing between pages using the inter document links?

@paltman It's possible to [use Markdown with Sphinx](http://www.sphinx-doc.org/en/master/usage/markdown.html), so the goal of having a standard authoring language (Markdown) for docs across all Pinax apps is achievable while using Sphinx. Sphinx...

Hmm, I just discovered the thing I've been missing - [MkDocs](https://www.mkdocs.org/). It's what was used to generate the docs at https://pinax-stripe.readthedocs.io/en/latest/. Grepping the repo reveals no mention of mkdocs at...