Thibaut Lorrain
Thibaut Lorrain
Hi @Tacodiva I have no plans to work on the C# backend (I don't know the language). If you use the work in #853 adding a new language should be...
As a matter of fact, since version 0.5.0 and the big refactoring done in https://github.com/sonos/dinghy/pull/157, this is fixed. Pre 0.5.0 we redefined the whole cli for all supported cargo commands,...
the ci fails on mips crosscompile test as rustup can't download those targets that were retrogaded to tier 3 https://github.com/rust-lang/compiler-team/issues/648
rebased with the changes from #853
Hi @coolbluewater ! The generated bindings use [JNA](https://github.com/java-native-access/jna/). JNA works a bit differently than JNI (which your example uses) even though JNA uses JNI under the hood. When using JNI,...
Not sure you want to mix JNI and JNA as the approaches are different and I'm not sure you'll be able to get access to the `JNIEnv` via JNA. Writing...
@emilio I rebased this with the latest master, following the merge of #942
Hi @emilio, I just rebased this on the latest master as there were some conflicts. It would be great if you have time to review again (I know this is...
Hi @LucaCiucci you may wand to take a look at https://github.com/mozilla/cbindgen/pull/853 where I've reworked quite a few things to make the addition of new languages easier. An example of addtion...
Hi @koenvervloesem This is indeed something that we need to add. We'll need 2 APIs : one for the client apps to request the configuration to the dialogue and one...