Lucas Pickering
Lucas Pickering
Is there any workaround for this currently?
@up-to-you I know it's been a while, but were you every to improve performance for a lot of objects? I'm dealing with a similar situation, 1 CPU core pegged with...
@passcod I'm still running into this issue, did you ever get a chance to do more debugging? Is there anything I can do to help with the debugging?
ok thanks, I will use an init process in the mean time and I'll try to do some debugging next week
@mrceperka Did you find a solution for this? I'm trying to do the exact same thing (pass cookies into the context with Rocket) and ran into the same issue.
This change should occur everywhere that's user-facing. It doesn't matter what it's called on the backend, but I think "Takeaways" is a more intuitive name for users.
@davidpdrsn Sounds good, I just started on an implementation. Do you have a preference on whether or not to pull in the https://docs.rs/glob/0.3.0/glob/ crate to support glob paths? I think...
Heads up, I just opened #1090 which, if accepted, would impact this issue. In that issue I described a solution that accomplishes the part of the goal of this PR...
@mistydemeo Yes, the goal is to decouple the title format from the changelog. I'm not sure exactly what the design would look like, but I'm imagining something similar to [Pre-release...
I wrote a crate called [editor-command](https://docs.rs/editor-command/latest/editor_command/) that would be tangentially helpful here. It doesn't do anything related to opening vim specifically, but it makes it easier to let the user...