Marcel Müller

Results 22 issues of Marcel Müller

I'm using tailwindcss, it uses a lot of classes that are annoying to write in rust/maud: `mt-8`, `space-y-6` etc... So, I usually resort to write `div class="mt-8 space-y-6"`, and sometimes...

enhancement

I had some additional options on and bors just sets its status to 'cancelled' leaving me confused for a moment (I luckily remembered that I had those options turned on),...

## Proposed changes This is an extracted part of #948 which this PR would subsume. The idea being that having a smaller change on which we can all agree will...

**Describe the bug** In the lifecycle of the docker plugin, the finalize step calls ['docker image prune --all --force'](https://github.com/thin-edge/thin-edge.io/blob/main/plugins/tedge_docker_plugin/tedge_docker_plugin.sh#L106) which would unconditionally remove all unused docker images whenever the docker...

bug
willwork

Previously `#[diagnostic_source]` did not correctly render the inner diagnostic. This PR fixes that. There's a change here that can be considered controversial: - Only print newlines when there is an...

I understand that this can be a controversial change, so this is very much a suggestion. The idea would be to group related errors so that end-user understands what exactly...

Currently `IntoDiagnostic` wraps the Error that it is called on with a `DiagnosticError`. https://github.com/zkat/miette/blob/e6f5cacfa65cfe26255a5686ceb610b4a211931b/src/eyreish/into_diagnostic.rs#L22-L26 This means that any further inspection using `is` or `downcast{,_ref,_mut}` will fail to reach the inner...

enhancement
help wanted
good first issue

Closes #172

Is setting a hard-cap on CPU Time/RAM a possibility right now? I've looked through the API and didn't find anything pertaining to that. Or is this just not yet implemented?

enhancement
good first issue
help wanted

First of all, thank you @withoutboats! I quite like the looks of your crate! I have one question regarding usage. I am currently implementing a new version of my crate...