Styly
Styly
@Philanche i agree with you, i did make a mistake trying to explain it in simple terms. But correct me if I am wrong. There's the GPU there the API...
Can confirm still happens on 3978628c6cc1227250fc6ed45c8d854d24c30c30
Does not happen on 4.3rc2
something related to compiling is my best guess.
im only trying to use asset lib and this happens (sorry for the update spam, forgot about it)
Seems to be an mbedtls issue.
Godot it self trying to access the asset lib gets tls handshake error. no code written make a project go to the asset lib and you get the error. tried...
The issues are related, or the same one. can't make an issue as currently my mouse is broken.
in the same program you can clone it.
> > in the same program you can clone it. > > Sorry, what? You create a db and then clone it. ie ```rust let db: sled::Db = sled::open("my_db").unwrap(); let...