Derek Wan

Results 22 comments of Derek Wan

> By no mean an ideal solution but why not put the files where you prefer and create symlinks where this repo expects them? @elisiano I believe the overall impetus...

Thanks for stopping by! I'll be most pleased if this could be implemented.

@rafaelnp: something like the default `BLines` (left) will not preview the content you're searching for; this plugin's `BufferLines` (right) will. To me, it's clearly superior. ![Screenshot from 2021-02-27 12-23-22](https://user-images.githubusercontent.com/10572122/109375307-b5a96e80-78f6-11eb-8fc8-e2c447590ac7.png)

@cibinmathew I would use `vim-plug`; if so, you'll need to put `Plug 'chengzeyi/fzf-preview.vim'` in your `.vimrc` (or `nvim.init`).

Came here to report this too. I noticed that this was reported over a month ago in #2102 too.

@chipbuster I can confirm; exactly like @mantzas says - GitHub actions

Hi @atugushev , I've opened a [PR](https://github.com/jazzband/pip-tools/pull/1637); please review at your convenience.

Personally I've authored a hack of sorts for this type of thing. NSFW. ```python from dataclasses import dataclass from typing import Annotated from beartype.vale import Is def consistent(ll: "ListAndLength") ->...

Hi @Hoxbro , `hypothesis` defaults to 100 examples, but for this MCRE, I raised the example count higher so it fails with near certainty.