Aleksa Pavlović

Results 10 comments of Aleksa Pavlović

Ran into this issue as well. Very interested if this can be merged since, apart from the memory info not being very useful to us, this is a great exporter!

I am stuck on this issue as well with bindgen version 0.66.1. I have a union that contains the `__int128` type. The following code: ```c #pragma pack(push, 1) typedef union...

I was just about to make an issue about this, awesome timing! This functionality would be very helpful in my game as the current `ggrs` behavior causes a lot of...

[Here](https://github.com/gschup/ggrs/commit/bc6cfc28f8368db50385e25d369200dafa86ee48) is a (messy) patch I'm using for my game currently. It boils down to checking if the local player should advance the frame (if it isn't predicting too far...

I support this, it was confusing seeing the difference between the Assets V2 migration guide and the 0.12 examples. The Assets V2 section doesn't mention the new `Error` type that...

As noted in slack by Diego (can't find github nick!), a workaround until further CLI client changes to `conan search` is to do `conan search "*/*@user/stable" -r artifactory`.

Have the same problem. Added the credentials of the user that does have access to the project, but nothing apart from `public` or `internal` projects is visible in the combobox.

@amin224 no, the "hotfix" of making all projects using this plugin "internal" is still in effect.

> That’s likely related to #233 Perhaps, although in the current state of that pull request I'm still getting differing results with the boxes2 example.

As stated in the Bevy discord's `#physics` channel, when I add the `RapierConfiguration` resource with `TimestepMode::Fixed` (tried with `dt = 1.0 / 60.0` and `substeps = 1` values) each run...