Valentin Berlier

Results 10 issues of Valentin Berlier

### Describe the bug The blurred background on the navbar looks nice but I noticed that it causes some lag when scrolling. I used the "Rendering" tab in the chrome...

bug: pending triage

### Current Behavior Creating a new project with the example code from the [official release notes](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#variadic-tuple-types) doesn't work: ```ts type Arr = readonly any[]; export function concat(arr1: T, arr2: U):...

scope: dependencies
solution: workaround available

Right now installing the package will also install `yapf`. I believe this is not intended as it's only used for development.

# Prerequisites * [ ] Is it a bug? * [x] Is it a new feature? * [ ] Is it a a question? * [ ] Can you reproduce...

enhancement
good first issue

This tracks a number of issues that should be resolved before making 2.x releases stable. I think the recent feedback shows that `nbtlib` could benefit from a little revamp. Proper...

Original conversation: - https://github.com/vberlier/nbtlib/issues/156#issuecomment-957361764 - https://github.com/vberlier/nbtlib/issues/156#issuecomment-957981077 - https://github.com/vberlier/nbtlib/issues/156#issuecomment-958553775

From https://github.com/vberlier/nbtlib/issues/1#issuecomment-568782953. It could be interesting to provide the necessary abstractions to deal with common nbt use-cases in a `contrib` package. The package could include: - Something to read and...

**Describe the style change** As of version 24.1.0, Black now wraps multiple context managers in parentheses #3489 This is a great feature, but in some cases it's a bit too...

T: style

Currently the example workflow uses `read-file-action` to expose the suggestion to the step that creates the comment. However GitHub actions can do this natively using the `$GITHUB_OUTPUT` environment file https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter...

Beet is upgrading to Pydantic v2. I wanted to make sure that the changes on the [`beta`](https://github.com/mcbeet/beet/tree/beta) branch don't break anything so I decided to try to build gm4 with...

tool