Julian Gilbey

Results 87 issues of Julian Gilbey

The latest version of sphinxcontrib-bibtex (2.4.1), and probably some older versions too, requires `conf.py` to define `bibtext_bibfiles`. This patch does this (and nothing else).

Hi! The author of SyllabiPy has deprecated the package in favour of nltk. Both of the algorithms in SyllabiPy have now been ported to nltk (as of version 3.6, some...

`setup.py` specifies an install_requires dependency on `deprecation`; however, nowhere in the package is the `deprecation` module ever imported, so this could be removed.

The documents cannot be processed with plain PDFLaTeX because they have wide UTF-8 characters in them. So I tried using LuaLaTeX instead, but the references were not properly processed. I...

This looks like a really excellent and much-needed package, thank you! Then I thought: I wonder if it's in Debian? But to my dismay, I discovered that Debian already has...

wontfix

The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense....

The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense....

Hello! This looks like a resurfacing of the bug reported in https://sourceforge.net/p/pgfplots/bugs/129/, but it may be my mistake. Here's a minimal working example: ```latex \documentclass{article} \usepackage{tikz} \usepackage{pgfplots} \pgfplotsset{compat=1.18} \begin{document} \begin{tikzpicture}...

fpu

https://github.com/mpastell/Pweave/blob/45b56ec60c5badb4e40796178397a4eae5bdddcb/pweave/__init__.py#L47 raises the followng warning: ``` SyntaxWarning: "is not" with a literal. Did you mean "!="? assert file != "" is not None, "No input specified" ``` The code as...

I'm not sure where I should report this issue, so please feel free to tell me if it should go somewhere else. I'm running QuPath, and am opening lots of...