Kofi Otuo
Kofi Otuo
Okay thanks I'll try it out
Can I just put the path in the `java_glue.rs.in` file?or it has to be the [jni_include.rs](https://github.com/Dushistov/flapigen-rs/blob/master/macroslib/src/java_jni/jni-include.rs) file?
Okay sure
> @MartinKavik && @ensonmj once #73 lands, we will have a pretty simple path for adding some asset pipelines to accomplish this. Here are a few ideas, I'm interested to...
Hello. I'm working on this issue. I'd like more information about it. How can I reproduce this error? I see the error is related to this method: https://github.com/anoma/namada/blob/50caebb38c07fb43dbf102e3817eafd4ffd693fd/apps/src/lib/client/utils.rs#L936-L943
@tzemanovic thanks for the feedback. I'll give it a try. Could you kindly take a look at the linked pr as well?
On further debugging, the error originates here: [linux.rs lines 101-109](https://github.com/libpnet/libpnet/blob/87f362dea40a0a58b2b1660c51038343c0731dea/pnet_datalink/src/linux.rs#L101-L109) ```rust let (typ, proto) = match config.channel_type { super::ChannelType::Layer2 => (libc::SOCK_RAW, eth_p_all), super::ChannelType::Layer3(proto) => (libc::SOCK_DGRAM, proto), }; let socket =...
@Martichou Is there an alternative this library can use to it works on all android?
I'm facing this same error too when using github actions to compile the node template @thiolliere
Hello, I'd like to contribute to this project. Has this issue been fixed?