Harry Mander
Harry Mander
Also seeing this with large segments: everything shows fine for ~38,000 data points, but when I zoom out further than that, the time series are clipped along the top: ...
Sorry to be that guy, but is there an update on this? 1.7.0 seemed to improve it somewhat but I am still seeing issues especially when there is a large...
I am also seeing this with v1.4.0, Python 3.10.6, Ubuntu 22.04.2: `pyproject.toml`: ```toml [tool.poetry] name = "package-name" version = "0.2.0" description = "" authors = ["Harry Mander "] readme =...
Yes I also found `installer.modern-installation` didn't work. My PR above fixes the issue for me with default settings on v1.4.0 - perhaps you could test that too?
Have updated with a simpler reproducible example
@Evelyn-001 Yes that is the observed behaviour. Build files are always written to a `build` directory in the top-level project directory, even if configuring inside the `nested` directory (when I...
I did come across it randomly due to a typo in a file. I agree that it is a pretty unlikely scenario, though it seems to be the only case...
Added fix to the search query parsing here: https://github.com/zealdocs/zeal/pull/1700
After looking at the search query parsing code, I realised that the current behaviour is needed for searching for items that contain colons e.g. `std::string`. The workaround is to add...
@j-bowhay Should I make a different function then (e.g. `solve_toeplitz_with_reflection`), so that the original function remains backwards-compatible?