Lukas Stephan
Lukas Stephan
Hi, thanks for having a look. In the meantime I further investigated my problem and now have a better understanding myself (and also might have found a solution). As my...
Hi, awesome to see Celix is making progress towards Rust :+1: Are you open to contributions on this topic? Although I am not completely familiar with the internals of Celix...
Hi, thank you for the detailed explanations! I aswell think that Rust would really benefit Celix. The exclusive use of safe Rust guarantees that memory and type conversion errors as...
I wanted to give a little update on my progress :) I was able to get your POC running with the latest master branch. Only some small changes were necessary....
Two weeks have passed and I wanted to share again my progress :) **BundleContext lifetime** Another way I came up with is to hand out a BundleContext to the bundle...
> This is indeed close to what C++ is doing and that case a `weak_ptr` is used during bundle stop a runtime check and wait is made to ensure there...
Microsoft uses libsecret in their MSAL libraries to cache tokens in the Secret service. I would also consider using the Secret service here. As far as I understand the Linux...