Ronak Buch

Results 29 comments of Ronak Buch

> It seems we're not supposed to modify `skeleton.css` directly—see [#683 (comment)](https://github.com/rust-lang/blog.rust-lang.org/pull/683#issuecomment-689624894). Ah, I see, thanks for pointing that out. It doesn't seem like your questions from that PR regarding...

I've moved my change over to `src/styles/app.scss` rather than modifying `skeleton.css` directly, hopefully this is a better place for it.

> @rbuch sorry for letting this sit for so long. Is this just waiting for approval? No worries. Yeah, it should be good to go, just needs approval.

This was happening to me on Terminator on Ubuntu, as well. Digging a bit, scrolling down with the mouse wheel produces a `cursive_core::event::MouseEvent::Hold(cursive_core::event::MouseButton::Left)` passed into `ListView::on_event` rather than a `cursive_core::event::MouseEvent::WheelDown`....

This is now fixed in cursive as of https://github.com/gyscos/cursive/commit/3c7386dd50300c1ec7402d790f5ee5571bfff2ab.

> Should this be closed? No, it still needs to be cleaned up more, but it won't change functionality at all, so retargeting to 6.12.

@evan-charmworks Any idea what could be going on here? @dmclark17 I don't think we've seen this on any other machines, I'm not sure if we have access to a DGX...

That should be possible, I'll investigate and see if we can put out a point release for 6.10.x to add support there. Separately, the development version of NAMD (both `master`...

> Thanks for the feedback @rbuch! I do have a colleague who is looking into patching 6.10.x for Shasta, I might join to this conversation when he's happy with his...

> I've made a branch (https://github.com/halfflat/charm/tree/shasta-on-6.10.2) which pulls in the #3032, #3497 and #3499 PRs onto v6.10.2, resolving conflicts and removing, as much as I noticed, any 7.0.0-specific code. I've...