Chance

Results 101 comments of Chance

Yea, I really need to clean these up.

I haven't been able to get even a simple definition, such as the following spike, to display: ```rust #![debugger_visualizer(natvis_file = "Pointer.natvis")] #[cfg_attr(not(doc), repr(transparent))] #[derive(Debug)] pub struct Spike { inner: str,...

I have a question on the forums here about it: https://users.rust-lang.org/t/natvis-for-a-str-newtype/119173

It seems Natvis is specific to Windows. I have no idea if it is possible to fix the debug output in vs code on linux/mac.. or windows, for that matter.

To expand on this, one issue seems to be that the value of `package` is not being considered. crates warns that this should be `0.13.2`, which is the most recently...

I haven't marked a release since `0.4`. I should probably go back and do `0.5`, `0.6`, `0.7` as well.

Yea, I was happy to see that one land. I wasn't sure what the expectation is in regards to min required rust. Do people typically keep up to date? Surely...

Alternatively, we just continue to use the offsets.

Dealing with `split_at` and using offsets is somewhat of a pain. I'm still not sure what the right answer is here. Some of the API treats the `Pointer` as a...