Marcel Müller

Results 23 issues of Marcel Müller

I would like to use `pretty` to print text that comes from users. The problem is that it will contain new lines. What would be the preferred way of using...

This is a preparation to refactoring: https://github.com/thin-edge/thin-edge.io/issues/1401. Before jumping into refactoring, we need a list of features we want to keep and be sure every thing is documented and tested:...

willwork

As the title says, currently it will also clean depended files. I understand that this is not something that is easily fixed, but I believe all the information is there...

I am a nixos user and would like to use `esp-idf-sys`. However, it insists on downloading things while building (imo a bad idea, it is very unexpected), which I cannot...

Currently one loses the `Send` bound when using `into_any` for a `Box` where `Foo: Send`. I understand that this might complicate the macro though...

### What happened? I created test snapshots with excessive newlines. This was then corrected later, but there was no error or reported diff due to the now _missing_ newlines at...

enhancement

### Configuration - Sorcery Version: `0.16.4` - Ruby Version: `3.1.2` - Framework: `rails-7` - Platform: `linux-64_86` ### Expected Behavior Sorcery should work out of the box with an API-only rails...

bug

Currently, when running `cargo changelog create-release minor` it does not actually 'bump' versions or anything. It _just_ reads out the current version through this call chain: https://github.com/matthiasbeyer/cargo-changelog/blob/cc3f10b5d8c3883dd81d9658801c0159cbaa5762/src/command/create_release_command.rs#L14 Which then calls...