Harry Mander

Results 11 comments of Harry Mander
trafficstars

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: ![image](https://user-images.githubusercontent.com/41089556/196792489-10e84ae6-f577-4e11-81f8-93d346dd48f9.png)...

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?

@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?