Paul Hansen

Results 18 issues of Paul Hansen

## Bevy version 0.8 ## Relevant system information Windows 10 ```ignore `AdapterInfo { name: "NVIDIA GeForce RTX 3080", vendor: 4318, device: 8726, device_type: DiscreteGpu, backend: Vulkan }` ``` ## What...

C-Bug
A-Rendering
C-Regression

## Bevy version Whatever the examples are built with on the webpage: https://bevyengine.org/examples/ui/button/ Is not happening for me locally using Bevy 0.7 ## System information Chrome Version 102.0.5005.63 (Official Build)...

C-Bug
C-Examples
A-UI
O-Web

## Description I'm getting a panic when two objects collide if one has a collider created using [`from_bevy_mesh`](https://docs.rs/bevy_rapier3d/0.16.0/bevy_rapier3d/geometry/struct.Collider.html#method.from_bevy_mesh) and the entity has a scaled transform and the other object has...

**Describe the bug** When compiling the master branch on Windows I get this error: ``` error: `-Csplit-debuginfo=unpacked` is unstable on this platform ``` Related issue: https://github.com/rust-lang/rust/issues/103976 You can work around...

bug

## Environment * **IntelliJ Rust plugin version:** 0.2.121.3059-201-stable * **Rust toolchain version:** stable-x86_64-pc-windows-msvc (default) rustc 1.43.0 (4fb7144ed 2020-04-20) * **IDE name and version:** CLion 2020.1.1 Build #CL-201.7223.86, built on April...

bug
subsystem::build & run
subsystem::console & terminal

**rust-analyzer version**: 1.76.0 (07dca48 2024-02-04) **rustc version**: 1.76.0 (07dca489a 2024-02-04) **repository link**: https://github.com/arlyon/async-stripe https://github.com/lettre/lettre **code snippet to reproduce**: ```rust use stripe::CheckoutSession; pub fn main() { // Just using it with...

C-bug

The link in the below image taken from https://wapm.io/ after clicking on "Get started" seems to be broken: ![image](https://user-images.githubusercontent.com/7019130/199323862-8c3f1ca4-3f6a-4072-801c-5d50a3ff1068.png) When "What requirements should I have" is clicked, it logs a...

## Request I'd like to have an external program trigger opening neovim for a file at the given line and column, reusing any open instances of neovim or creating a...

enhancement
remote

Thanks for making this crate, it's almost exactly what I was looking for. Currently ```shell tomato set language-server.rust-analyzer.config.cargo.noDefaultFeatures true ./.helix/languages.toml ``` Results in: ```toml [language-server.rust-analyzer.config.cargo] noDefaultFeatures = "true" ``` Note...

bug

## Bevy version 0.14.0 The release number or commit hash of the version you're using. b231ebbc195e12ae47616748e532c8dbc24218dd (branch `release-0.14.0`, also tried with crates.io version) #### System information Archi Linux (EndeavorOS) DE:...

C-Bug
A-Rendering
S-Needs-Investigation