Jonathan Spira
Jonathan Spira
I think, though that's a valid goal, your point is really to make a more rigorous definition of "layout", particularly using the term "representation relation" instead with some well defined...
When I say "layout" (and I suspect when the std says the same), I am including field offsets in that -- that is part of the validity of the transmute....
@scottmcm : > That said, doing it just for &str was surprising to me. Why specifically & but not &mut nor *const nor *mut? Or is that leaning on some...
@daxpedda appreciate your insight! I had forgotten to pass `--lib` when compiling it (which I do as a cdylib...I think? I just say `--lib` and I have `["rlib", "cdylib"]` in...
sounds great -- not sure i'm following re: cherry picking, but that's a future problem, for the future
Yes, it needs to be updated and such a change will be reasonably done. This current repo is reasonably up to date (though not the published version) because I haven't...
Those are things I'd like done first, yeah! Doing an `imgui-sys` upgrade is fairly mechanical -- there are docs in the repository on how to do it. The hard part...
Hey! I'm on vacation and will take a look when I am back. Thank you for the work!
Yes, the simpler explanation here is that the block cursor is incorrectly placed when multiple things are selected: vs the default cursor shape: When we do a `shift-right`, the selection...
This issue should be closed in favor of #18588 which is the same issue but with more conversation on it