bstrie
bstrie
In bash I used to use carriage returns to the same effect: ``` PS1=$(printf "%*s\r%s\n%s" "$(tput cols)" "$(prompt_right)" "$(prompt_left)" "$(prompt_nextline)") ``` This writes your right prompt on the right side,...
What's the status here? The original RFC is quite old -- from 2014, before 1.0 -- do we need to completely revisit the design? What are the current blockers?
> Further overloading the meaning of static isn't great, but neither is overloading the meaning of const to include controlling code instantiation. I don't think we need to burden either...
Thanks for the update regarding integration with warp, one of the things that's kept me from looking at it too seriously is the uncertainty regarding whether or not it was...
@carllerche I recently began a job where one of our components makes use of tower-web, so I could ask my employer if they would like to sponsor me contributing to...
Thanks, that's a good starting point. The other question I have is if you have any ideas off the top of your head regarding breaking changes that you've been wanting...
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
For anyone watching this issue and looking to contribute towards its eventual stabilization, I've identified three bugs in bindeps that need addressing (and/or that you should watch out for when...
Is it possible that this may not actually be blocked on inline_const? AIUI, the concern was that stabilizing asm_const would expose the *semantics* of inline_const to stable, so any change...
Steps: 1. Determine the syntax for passing in the digest as part of a slug 2. Implement slug-in-digest parsing in the client 3. Pass the digest from the host to...