Benjamin Levy

Results 50 comments of Benjamin Levy

Okay, I can make generic `shellcraft.freebsd.syscall` templates. The main difference with Linux is FreeBSD mirrors its syscall ABI after its ABI for regular functions, so syscall arguments are sometimes passed...

Hi! It doesn't build a full APK by itself, just an executable file that can run on Android. You can use it in something like Termux to run programs compiled...

The issue seems to go away if I create an empty `build.gradle` in the project root.

> I think it isn't this package's problem. You may refer to [this thread](https://emacs-china.org/t/topic/6507/8). I agree that it probably isn't an org-fragtog bug. Thanks for linking the thread!

I am also having this issue.

This seems to work. I don't think it's possible to resolve this without changing the trait or adding another trait. ```rust trait IntoError where S: Error + ErrorCompat, E: Error...