Frankie Robertson

Results 180 comments of Frankie Robertson

[`dedup()`](https://doc.rust-lang.org/std/vec/struct.Vec.html#method.dedup) only removes consecutive duplicates. The easiest way to deal with this is to run `sort()` first. If you would instead not like to sort (e.g. to keep left to...

Given how much people are extending stuff in `Base`, it's not surprising including `Base`, which seems to be the default, picks up a bunch of stuff.

Whoops! Looks like I just forgot to read the documentation properly.

If you installed from pypi the problem is that a release hasn't been made since that functionality was added. The last release was May 21, 2023 @lukas-blecher Would it be...

@fbleile The problem is zsh specific syntax. You will have to use quotes `pip install 'pix2tex[gui]'`. Possibly the instructions could be adapted since this works on bash too.

Forgot about this PR! Rebased. I think on balance that this is probably fine as-is if you are able to accept it. It would be possible to filter at the...

That makes sense, however just FYI in my opinion it is not yet at feature parity since it doesn't seem to support QMC https://github.com/numericalEFT/MCIntegration.jl/issues/53

Defaulting to one core is the same behaviour as `make`. Please revert.

The question is do you want to be more like a traditional, well behaved Unix tool, which is quiet, runs as a single process by default and trusts users to...

The specification process for this is a bit confusing as implementers have chosen different strategies: * Chrome has decided to implement opt-in partioning. When strict 3rd party cookies are enabled,...