bprb

Results 8 issues of bprb

This fixes an error when a buffer contains a folder and another buffer contains a file in that folder. Example repro steps: 1. open c:\myfolder in a buffer (a directory...

Hello, I was wondering if the `gradient_output` in [the BRDF example](https://github.com/shader-slang/slang-python/blob/main/examples/brdf-appearance-optimize-example/slangpy.ipynb) perhaps needs a `zero_()` in the learning inner loop (ie. before calling `m.brdf_loss.bwd`) ? Similar to calling `optimizer.zero_grad()` in...

Hello! By mistake, I added `[Differentiable]` to the `square` [sample](https://shader-slang.com/slang/user-guide/a1-02-slangpy.html#getting-started-with-slangpy) but I didn't change `TensorView` to `DiffTensorView`. The result was a `square.fwd()` that simply calculates `square()`. I was wondering if...

Detect a grid change and resize the (win32) window. Neovim might not send a flush so manually force a full grid redraw.

Hi, nice client! Thanks for this project! If I use `--geometry=80x25` then the window's `&lines` and `&columns` will only match 80 and 25 when using the default font. It looks...

When setting a mark, the mark is set on the wrong line if there is a section on screen. In contrast, when setting a mark when using a header, the...

bug

### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. Is there a way to...

enhancement

The `DiffviewFiles` tree will fully expand all folders every time you cycle tabs (for example `:tabnext`). Unfortunately if you use close folders to remember "I've reviewed these diffs", go look...