Saadi Save
Saadi Save
I have narrowed down the problem to failure recognising #[doc = concat!("Route `" , stringify!($name), "` requests to the given handler.")] as valid syntax for some reason. Removing it allows...
Relevant youtrack issue: [IntelliJ Rust: Declarative macros in attributes are not expanded](https://youtrack.jetbrains.com/issue/CPP-28705)
@dima74, is the solution trivial or complex?
@dima74 Doesn't the solution just involve parsing the r.h.s of a doc macro as an expression?
@uncomfyhalomacro thanks for the encouragement, but I currently have some personal problems to deal with. And uni exams are coming. I won't be able to contribute until March. I still...
> [libgit2/libgit2#6617](https://github.com/libgit2/libgit2/pull/6617) - soon supported by upstream Since this is now supported upstream in libgit2, will gitui automatically respect the `commit.gpgsign` config option for SSH signing?
At first glance, arm64 support does not seem possible, because Flutter (the framework used by this app) currently only supports x86_64 on windows. ARM support is simply not a very...
> My view on this is that generally we should do this, but probably better to do it at a point where things calm down in terms of churn. Right...
@uncomfyhalomacro what kind of improvements do you have in mind that could be done incrementally? The original proposal (https://github.com/JuliaLang/juliaup/issues/313#issuecomment-1181725350) involved restructuring the entire module tree, and I don't see how...
> I haven't thought of that yet. If we follow that proposal, yeah it would be a big PR. It seems I intend to follow your proposal too. So no...