Iceflower

Results 109 comments of Iceflower

The problem relies in the `journal = {\mbox{G-Animal's} Journal}` field. [`BibTeX._parse_string`](https://github.com/citeproc-py/citeproc-py/blob/d7fb0a0ff1a9858d15f83c5561e9846dce920699/citeproc/source/bibtex/bibtex.py#L184) is fed with `\mbox{G-Animal's} Journal` which results in passing `\mbox` to `make_string` and `parse_latex`. Which then drains the Tokenizer...

Iam afraid i may not have the time now.

Pretty sure this is a feature like namespaces or packages. Also discussed here #4618 .

Is there a way to use the footers with templates parts instead of widgets? Currently our website is not using any widgets and is overriding the footer.php, but updating the...

The source code uses only `Cube` afaik. `Cube` is a single cube, which can have other children who are also `Cube`s. `Octree` is mentioned in the documentation, but describing the...

> * One problem with Cube is that is is very ambiguous with just a normal cube. Just "Cube" does not say anything about the octree it could have if...

> IMO the button needlessly uses 2 icons. It could always show the open eye icon, pressed/released already look different. I would stay away from using only a colour to...

Added button tooltip text and rebased.

Squashed and rebased, without changing anything else.