Jacques

Results 23 comments of Jacques

I'm also using CLion with the Rust plugin, I'm working on a game using the Bevy game engine and I'm getting the same error but with `libbevy_dylib`: `error while loading...

@ortem Thank you for your reply. I changed my project environment variables to be key `LD_LIBRARY_PATH` and value `$PROJECT_DIR$/target/debug/deps/:$LD_LIBRARY_PATH` and I'm still getting the same error unfortunately. After following the...

I'm getting the same thing with single lines being indented too much: ``` init() { UINavigationBar.appearance().largeTitleTextAttributes = [ .foregroundColor: UIColor.white // This line is indented twice ] } ``` Thanks...

Same problem here, are the docs wrong?

Hey guys, any update on this? I'm using ionic 5 and working in a capacitor project. I can record audio just fine on iOS, but on the browser I get...

Thank you for creating this PR and the discussions above, I am eager to see it added to Bevy in the future; dealing with mouse clicks (needing to ray cast...

I am not sure if this is related or not, but I made it to the end of part 7 before I experienced an issue. In part 7, when we...

Bumping this issue, just ran into it myself and got stuck for a while. I thought I may have missed dropping the `ocean_proximity` column but that wasn't the case.

This fixes https://github.com/ageron/handson-ml3/issues/86

I think might be related to https://github.com/ollama/ollama/issues/1651 ? It doesn't look like `ollama` is using the GPU on PopOS