-
## Requirements
* no build.rs published to the user
* all generated code are checked into git
* no nightly
* Rust code is source of truth, need to read parse `#[visited_node]`
## Workflow
…
-
Are these going to be implemented as part of the stdlib? If so, would we like it to work the same way as the Ruby one? I'm willing into look into porting this over.
-
when I execute the following command:
cargo ndk -t armeabi-v7a -t arm64-v8a -o ./jniLibs build --release -vv
I get a stream of errors that begin with:
Detected NDK v27.0.12077973 (/home/c…
-
-
This issue shall be used to log (weekly) meeting agendas and the corresponding resolution of the topics addressed (minutes). This will help us maintain a record of topics discussed and the resolution …
-
Allow declaring a class in the body of another class.
```dart
class Person {
class Occupation {
String jobTitle;
Occupation(this.jobTitle);
String named(String name) =>
m…
-
I am experimenting with macros and ran into the following issue:
My macro definiton:
```dart
macro class Foo implements ClassDeclarationsMacro {
const Foo(this.originalClass);
final Ide…
-
-
Some types, like `u64` and `i64`, bind to BigInt. Does Tauri ever actually serialize to BigInt? My OS webview version doesn't support it
-
In `test/deser.jl`, test case No.30:
> https://github.com/bhftbootcamp/Serde.jl/blob/6140ed063b0c4b2e73d31a86152c6febbcdeba18/test/deser.jl#L501-L504
In julia 1.10, it will fail:
```
Case №3…