Ben Felder
Ben Felder
Is the problem still present, or can the issue at hand be closed? The markdown below, containing multi-line aligned equations, where each line holds a unique id, is rendered perfectly...
> @pykong that only works with LaTeX because pandoc-crossref translates everything to LaTeX and lets it sort numbering out by itself. Doesn't work with other output formats. Then I may...
Actually, both transient and persistent markers have their appeal.
If you are still interested, you may want to checkout: https://github.com/AlejandroFrias/case-conversion That package is based on a battle tested string conversion engine. It not only offers acronym detection but was...
I did not consider my PR release ready, as stated in the comments: [https://github.com/okunishinishi/python-stringcase/pull/6](https://github.com/okunishinishi/python-stringcase/pull/6) Especially since I modified the CamelCase method, as one suggestion to address [https://github.com/okunishinishi/python-stringcase/issues/5](https://github.com/okunishinishi/python-stringcase/issues/5) We need to...
**The question is this: Design or Flaw?** How should a string like 'Managed Service' be understood in the first place? As one word with an internal space or two distinct...
Indeed there isn't a 1 on 1 relationship - still, the convention for naming tests can be our friend here. Usually, "test" is used as a prefix for marking test...
File jumping is still really useful and would make a great addition to this package in case you aim to provide additional complementary functionality. I see your point of bidirectional...
While I personally adhere to the naming convention of tests, I see this approach might not be robust enough to work at large. The mapping between implementation and test might...
@kaste I am going to look into this the coming weekend. Short of plainly writing the implementation's object path straight into the docstring of an unit test, those resources might...