Edmund Cape

Results 82 comments of Edmund Cape

I did try the Noice disable. It seems to disable a lot of things. I'm looking for a more fine-grained capability.

You have a tough job managing everyone's experience and preference (e.g., I saw a request to order buffers by frequency of use!, no bueno in *my* book). How about enabling...

If anyone has an idea how to control the focus in the source code of the plugin, I could try to introduce an option to configure the focus behavior. I...

It is possible to hack a solution by disabling the nushell prompt. However, to @KamilKleina 's point, nushell should properly delegate to starship. This issue I'm running into is accessing...

Thank you for the response. The link was helpful. In the meantime, the following gets `pytest` to run from the project root: ``` set -x PYTHONPATH .; uv run pytest...

@zanieb Thank you!! What you provided is definitely worth including in the documentation that describes setting up an application with `uv`. Even better, it may be worthwhile to include a...

@zanieb My take on this is that anyone with a POV has what they need (expertise) to make the change to how they like it. The goal of `uv` is...

Given the maturity and popularity of this crate, I'm looking forward to learning how to get out of my current train of thought. That said, I'm stuck on suspecting the...

Thank you for thinking through this with me. >Does your AnyNumber allow operations between different variants? Great question: How might an operation between variants enable the implementation? I can imagine...

> If your Add runs with different operands, say UInt8(1) + Float64(2.0), does it work? I was not intending on it. But, great idea. I guess I could implement the...