Rostyslav Lesovyi

Results 40 comments of Rostyslav Lesovyi

Found the problem. My PC has different Java version installed: ``` openjdk version "11.0.13" 2021-10-19 LTS OpenJDK Runtime Environment Zulu11.52+13-CA (build 11.0.13+8-LTS) OpenJDK 64-Bit Server VM Zulu11.52+13-CA (build 11.0.13+8-LTS, mixed...

I'll just copy it here from my duplicate issue so it would not be lost. My case was a little different, I want to have a fully constructed tree when...

> Sure! I should have added "for the time being"! I'm currently doing exactly this. But my issue #585 was `No recommended way to call Base methods from init`. Also...

> Don't know if exact duplicate, maybe just a different perspective on #426 I saw that issue but it talks about abstract classes from the Godot's point of view. I'm...

@Bromeon, sometimes I want to store objects based on their functionality, not concrete implementations. Just as an example I have a platform (parent object) with multiple types of turrets. All...

Continuing with the above I think that `GdDyn` should have following requirements / limitations: 1. must only be contructable from existing `Gd where T: Bounds` 2. will have *no trait...

I have the same problem but with openssl crate. We use prebuilt versions on openssl libs and different platforms/architectures have different folders. So ideally I'd need something like this: ```toml...

IMHO it would be much much better if we could just setup all these configs (including most of the cargo.toml) from the `rs` script (similar to what gradle does). This...

@weihanglo, correct me if I'm wrong, but does it propagate to the libraries before their `build.rs` is executed?

@weihanglo, you can't deal with that with configuration, because configuration doesn't accept `cfg` params. please read my comment above from 28 days ago.