Zaitam
Zaitam
@fzyzcjy If you can review the changes. They are basic (+6 lines, which aren't even lines) but I think this is what you meant to do
Yeah sorry I took a few days off and can't fix it atm. I'll do it as soon as I can
@fzyzcjy, so I fixed the merge conflicts. I think the changes are done. Sorry if it took me long to update it, had other stuff. I skipped the 'add changes...
Hey so I don't get the errors for the: - macos-11, osx - windows-2019 - ubuntu-20.04 - Valgrind test The ones of the code linting are clear and easy. If...
So... The 3 issues (macos-11, windows-2019, ubuntu-20.04) are bc I need to run all of these folders test's locally?
So... To start with, it now works for singular items. Thanks @lattice0 for that. However it doesn't work for arrays nor vectors. ```rs pub fn get_sum_struct() -> [SumWith; 1] {...
Sorry for the delayed answer. I'll try to do a PR implementing the second idea. However I can't promise much do to lack of skill. I would like, if u...
I've just started reading the code but I don't understand what do you mean by the Bridge class. > Or, another way, maybe we should make those wire2api functions be...
Okay, just to get it clear: Under the bridge of ```rust pub struct ConcatenateWith { pub a: String, } impl ConcatenateWith { pub fn test(a: String) -> ConcatenateWith { ConcatenateWith...
Fixed by #764