Malte Tammena

Results 8 issues of Malte Tammena

Allow configuration of the output format (as done with to exact/20dp/etc) but for [scientific notation](https://en.wikipedia.org/wiki/Scientific_notation). This might be possible already, but I can't figure out how to do this. We...

enhancement

I'm trying to use the `wait` function on `SolveHandle`, but can't figure out what unit the `timeout` is expected to have. Additional information about the parameter might be nice. Alternatively,...

According to https://github.com/PhilipK/BoilR/blob/b52a3f7caf5a82edc0524850cb782761ca227ad2/src/settings.rs#L39 I should be able to run ` boilr-steamgrid_db-auth_key=test1234 boilr --no-ui` to override the auth_key, which is very useful if you want to keep the config and possible...

Using vue-virtual-table and floating-vue alongside, breaks tooltips as floating-vue and v-tooltip race against each other. The following fix works for me (**but is heavily untested**): ```diff diff --git a/src/vue-virtual-table.vue b/src/vue-virtual-table.vue...

When omitting `--model` from the command line (I have no config file), I get the following error: ``` error: the following required arguments were not provided: --model Usage: heygpt --model...

I'm getting the following error: ``` thread 'main' panicked at /home/malte/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.7/src/builder/debug_asserts.rs:832:5: Argument "stream" Arg::is_takes_value_set is required when Arg::is_hide_possible_values_set is set. ``` when building with ``` cargo 1.76.0-nightly (26333c732 2023-11-28) rustc...

### Duplicates - [X] I have searched the existing issues ### Current behavior 😯 If the commit time is in the future, onefetch crashes. ### Expected behavior 🤔 It should...

enhancement