Leonardo Chaia

Results 37 comments of Leonardo Chaia

Sorry @AlexeyRaga did not mean to close the issue. Fat fingers.

Hi @AlexeyRaga, I was thinking about this last night and played a bit with the code. I still don't have a functioning prototype but wanted to leave some notes here:...

Understood. Yeahp, it' has a battery power option. Appreciate the help and quick reply! Guess I'm gonna build it myself. Just in casse for anyone looking after this, the brand...

You can extend from the generic [ObservableBaseDictionary](https://github.com/alvyxaz/barebones-masterserver/blob/e6d53c440de3fe63937c51122a8ec1135f80919e/MasterServerFramework2/Assets/Barebones/Msf/Scripts/Modules/Profiles/ObservableBaseDictionary.cs) and using the implementations of the [ObservableDictStringInt](https://github.com/alvyxaz/barebones-masterserver/blob/e6d53c440de3fe63937c51122a8ec1135f80919e/MasterServerFramework2/Assets/Barebones/Msf/Scripts/Modules/Profiles/ObservableDictStringInt.cs) (or others) you should be able to build your own.

Hi all, After a lot of trial and errors, I have arrived to this issue. I am trying to implement pretty much the same as @RobinMcCorkell. We have a set...

Hello @heliumdream , does the demo store the coins for you? If not this might be related to #131

Hi @shibayan , I've just faced this issue. First off, thanks for this project, I've been using it in production for a good couple of years now without any real...

> After modifying the Issuance Policy and running Renew, a new certificate should be issued with the SANs added. If you have deleted a file, it will be restored as...

Thank you @shibayan for your time and answers. I think it is acceptable as is, since like you said, use cases for this are slim, and now there's a documented...

Hi @jrusbatch , sorry for the late reply. We use dotnet-affected for a monorepo where we don't have solution files but use Traversal SDK and SlnGen to generate the solution...