Caspar Krieger

Results 57 comments of Caspar Krieger

Thanks for the feature request. I'm no longer actively working on this project, but I'd be happy to merge a (not-too-invasive) pull request that addresses this issue.

My first reaction is that stopping at reusing linked mode as I've done and calling it a day for multi-cursor editing is not going to satisfy users/win them back when...

It sounds like you're asking me to drive contributing this back to Eclipse. I'm sorry if I wasn't (or the readme isn't) clear about this, but the chief reason I...

Might be worth touching on https://github.com/TeXitoi/structopt as well. I know I've covered https://github.com/docopt/docopt.rs previously too but might be worth mentioning it very briefly as an alternative.

Personally I'd be most interested in the bindgen talk, because I know very little on the topic. The final 2 seem like they belong together. I think the first one...

Hey @mason-larobina , were you still interested in giving a talk on bindgen/cargo/build.rs or on C -> Rust transliteration? I saw just recently that bindgen now has at least some...

Okay, no problem. For what it's worth, I was pretty interested to find about alacritty (saw it when it was announced); depending on where you got up to before the...

Calling Rapier's `ColliderBuilder::convex_decomposition_with_params(&vertices, &indices, &VHACDParameters { resolution: x, ..})` with 3-4 `vertices` all approximately `x` distance from each other seems to be a pretty reliable way to trigger the underlying...

For the record, it looks like @Versatilus has merged [his Unicode Text action PR](https://github.com/Danesprite/dragonfly/pull/44) into @Danesprite 's [fork](https://github.com/Danesprite/dragonfly), so uninstalling original dragonfly then doing something like `pip install dragonfly2==0.10 --upgrade`...

(Oops, first cut of my first comment had incorrect extern fn - corrected now.)