Boyd Johnson

Results 47 comments of Boyd Johnson

I've been looking into this library: https://crates.io/crates/darknet

Hi, @nilday. To get `call` and `call_method` on a `PyOjbect` you need the trait `cpython::ObjectProtocol`, so `use cpython::ObjectProtocol` is necessary. That being said, to call a python function, first you...

I'm just an onlooker with an opinion, but I don't think this PR is the best approach. It would require users to build the binary each time they install the...

Yeah, I will create a PR this week that modifies the `.github/workflows/cd.yml` file, `Cargo.toml`, and possibly `Makefile` to create a binary deb on github actions.

I think you are right, @Elbandi. I will test building a deb source and binary from this PR. I had only had use with cargo-deb.

Hi @Elbandi I was able to build a deb binary using `dpkg-buildpackage -b --no-sign -r=fakeroot`. I did this on Ubuntu. I successfully installed the deb on Debian (Bullseye) and Ubuntu...

@extrawurst I gave bad information in > I'm just an onlooker with an opinion, but I don't think this PR is the best approach. It would require users to build...

@extrawurst If this PR built deb packages in github actions would you be willing to merge it?

@Elbandi Would you be willing to do the work of adding building the deb to both github actions workflows? Also, since @extrawurst is listed as the maintainer, he would have...

No problem, @extrawurst. Yeah, so as maintainer of the debian package, you would sign the source so that people could verify that it is what you say it is. The...