Alex Saveau

Results 178 issues of Alex Saveau

https://github.com/rust-lang/rust/pull/95035 std is using futex now and seems to beat parking lot in most cases. Are there contention benchmarks that could validate this for tokio?

A-tokio

Since Google announced official support for Kotlin, a lot more people are going to be using the language (including me 😀) so it would be nice to have some rules...

a:suggestion
a:new-language

### Describe the Bug Unfortunately, I'm not sure. Using wee_alloc causes bugs in Bevy, suggesting a bug somewhere in the allocator. ### Steps to Reproduce See https://github.com/bevyengine/bevy/issues/3763 ### Expected Behavior...

bug

This went through: https://github.com/material-components/material-components-android/pull/56 Should be done when we upgrade to support lib v28 after `v4.2.1`.

refactor

I'm using the `kotlin.js.experimental.generateKotlinExternals=true` property and using the latest version with `rootProject.kotlinNodeJs.versions.dukat.version = "0.0.23"`. The converter fails with this dependency: `implementation(npm("firebase", "7.5.0"))`. ``` > Task :web:site:generateExternals FAILED /home/mason/Desktop/mason-check-in-kiosk/build/js/node_modules/dukat/lib/converter.js:129391 return moduleSymbol.declarations[0].name.getText();...

critical
translation-failure

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 3.x ### Describe your...

C-enhancement
A-docs
E-easy

I tried 0.13.2, but no dice. Presumably, this is the same issue as #139 but flipped.

I only need colliders and none of the other physics stuff. It the correct way to get child colliders working to use a fixed rigid body? Or can it be...

If you create and object perpendicular to the z axis and rotate it around x or y 180 degrees to mirror it (`Quat::from_rotation_x(PI)`), attached colliders stop working if they are...

Packed simd stopped compiling a few days ago: https://github.com/rust-lang/packed_simd/issues/343. It should be replaced with portable simd: https://doc.rust-lang.org/std/simd/index.html