Remo Senekowitsch

Results 44 issues of Remo Senekowitsch

[no important files changed]

As [reported on the forum](https://forum.exercism.org/t/rust-track-exercise-order/10855), the exercise order needs improvement. Some hard exercises are way too early and some easy ones that were added later were just appended at the...

Hi, I saw your Reddit post and I'm trying to go through the process. When running `make build_env build_module login`, I get the following error: ``` >>> host-libffi 3.4.4 Building...

This flag can be found in the README, but it's not yet included in `configlet --help`.

Hi, quick question. [We're considering](https://github.com/rust-lang/www.rust-lang.org/issues/1720#issuecomment-2125499182) to link to TWiR's events section from the website www.rust-lang.org. Is it possible to link to the latest issue of TWiR? e.g. something like `this-week-in-rust.org/blog/latest/#upcoming-events`...

## **Update/TLDR** It looks like the issue is that `cargo binstall jj-cli` installs a broken binary from QuickInstall for jj 0.18 on linux x86 systems. **Fix:** The problem is solved...

[related issue in the jj repo](https://github.com/martinvonz/jj/issues/3844) jj provides [prebuilt binaries itself](https://github.com/martinvonz/jj/releases/tag/v0.18.0), but only statically linked against musl on linux. Which is fine, because that works on any linux system, whatever...

First of all, thank you for making this public! I just finished building it and love it. One mistake I mad was that I ordered M2 screws and inserts, because...

When a sequence like `&[` is rolled, the shift modifier associated with `&` is also applied to `[`, resulting in the string `&{`. I'm looking into fixing this myself, but...