Rostyslav Lesovyi
Rostyslav Lesovyi
### Source code ```dart @JsonSerializable class MyClass { @JsonKey(name: 'value1') var value1 = ''; @JsonKey(name: 'value2') final value2 = 'must always be this'; } ``` ### Generated code: ```dart MyClass...
Consider following enum from the library: ```rust pub enum JavaType { ... Object(String), ... } ``` Most of the time object signature is known beforehand and can be stored in...
I know this repository sometimes merges new PRs, but the latest version (cocoa or cocoa-foundation) on the crates.io was published 2 years ago and doesn't contain those changes.
First of all thanks for a great job with this plugin. What I wan't to ask for is to add more `const` support. Just as an example: ```rust FillMode::new(...) StrokeMode::new(...)...
For some reason collider debug lines are always rendered behind geometry. This is especially bad when "ground" mesh is present because it completely covers debug lines. Regular plugins init: ```rust...
Fixes bug #27
``` Fatal Exception: java.lang.SecurityException One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts - android.os.Parcel.createExceptionOrNull (Parcel.java:3069) - android.content.ContextWrapper.registerReceiver (ContextWrapper.java:772) - com.oval.sms_receiver.SmsReceiverPlugin$startListening$1.invoke...
### Request Currently it is impossible to make `GodotClass` object-safe because of the multiple Rust limitations. Maybe it is possible to create a lighter alternative that doesn't require `Self: Sized`...
`Callable::from_fn` requires `Send + Sync` from closures but `Gd` is not. I saw in few bugs `Callable::from_fn` is mentioned as an alternative to using function name `Base::callable` / `Callable::from_object_method` (which...
### Describe the feature There is no way of running shuttle locally with HTTPS / TLS or at the very least I couldn't find any documentation about it. Some features...