Tim Reichen

Results 74 issues of Tim Reichen

This PR make `ProgressBar` `options` an optional argument. This is done by setting `options.max` to `1` by default. This default value is taken from [HTMLProgressElement](https://developer.mozilla.org/de/docs/Web/HTML/Element/progress#attribute).

cli

This PR adds `start()` method to `ProgressBar`. This in order to align to [Spinner](https://github.com/denoland/std/blob/2829d6d8ec9a9070cf1cee06622e78e163b12444/cli/unstable_spinner.ts#L218) and to allow instantiation of `ProgressBar` before usage.

cli

https://github.com/denoland/std/actions/runs/13420418226/job/37491446085?pr=6408 ```sh ERRORS createTextureWithData() => ./webgpu/texture_with_data_test.ts:7:6 error: TypeError: Failed to execute 'call' on 'GPUDevice': 'format' of 'GPUTextureDescriptor' (Argument 0) can not be converted to a enum const texture = device.createTexture(descriptor);...

bug

**Is your feature request related to a problem? Please describe.** Lots (if not most) of `@std` files are single export files wich only export one function or class. The file...

ref: https://github.com/jellyfin/jellyfin.org/issues/1519 **Note**: The desktop clients have now the actual platforms listed instad of just `Desktop`. I listed the ones I think they support but they should be checked and...

There seems to be additional changes after formatting with `prettier` in PRs which means previous PRs that were not formatted properly were not caught. (example https://github.com/jellyfin/jellyfin.org/pull/1501/files ). I think we...

This PR makes the server downloads a single page. It uses an `os` search param to switch to and store the selected os, like the client downloads page does.

The client downloads filter on https://jellyfin.org/downloads can be confusing and its usage can be improved. This is especially important for first time users, that have no overview yet about all...

This PR replaces `while` loop and `forEach()` with `for of` loops.

dotenv

This PR refactors the `expand()` fn so it uses a loop instead of calling it recursively. This makes it much more readable.

dotenv