Philipp Oppermann

Results 89 issues of Philipp Oppermann

Pip installations of dora use a small Python wrapper script, which then calls a functions of the `dora_cli` module. This means that the `current_exe()` will be a python binary instead...

As proposed in https://github.com/dora-rs/dora/pull/724#discussion_r1865659907

Target JSON files are currently not checked for unknown keys, so typos can easily lead to bugs. For example, [a `"panic_strategy": "abort"` key is silently ignored](https://github.com/phil-opp/blog_os/issues/591#issuecomment-678824560) because the correct key...

T-compiler
A-target-specs
C-bug

The `resize_dimensions` would be quite useful when working with `imageops::resize` and `imageops::thumbnail`. Unfortunately it's not part of the public API, so downstream crates cannot use it. This was already requested...

kind: new features
kind: API

## How it works - Set the `DORA_TEST_WITH_INPUTS` env variable with the path to your input JSON file - (Optional) Set the `DORA_TEST_WRITE_OUTPUTS_TO` env variable with the path where the...

**Describe the problem you are trying to solve** Cargo configuration files (`.cargo/config` or `.cargo/config.toml`) provide powerful options for changing how a project is compiled. Since they are based on file...

A-configuration
C-feature-request
S-needs-design

There was a breaking change to [`tokenizers::normalizers::utils::Sequence`](https://docs.rs/tokenizers/0.21.1/tokenizers/normalizers/utils/struct.Sequence.html) in v0.21.2. In `v0.21.1`, the struct had a [`get_normalizers`](https://docs.rs/tokenizers/0.21.1/tokenizers/normalizers/utils/struct.Sequence.html#method.get_normalizers) method, which was removed in `v0.21.2`. This breaks the build of [mistral-rs v0.5.0](https://github.com/EricLBuehler/mistral.rs/releases/tag/v0.5.0), as...

The doc example (i.e. doctest) imported the `unsync` variant of `OnceCell`.

This is a draft for the upcoming "This Month in Rust OSDev: December 2025" post. Please add your content to this draft by creating a pull request against the `next`...

next-post