Mahyar Mirrashed

Results 27 comments of Mahyar Mirrashed

Okay, so I've sort of learned how to do it. At my workplace, we're using PyBuilder. That needs a .bld file and a .pof file for configuring how Debian should...

I looked into it some more and there be an easier solution with `debuild`: https://blog.packagecloud.io/buildling-debian-packages-with-debuild/. This is what the `rpi-imager` project is doing: https://github.com/raspberrypi/rpi-imager We just have to configure ours...

I'm pretty sure that we can do that. I will verify when implementing, but, I think that is an option in GitHub actions to only run the workflow if the...

> Is this on the new site? Yes, this is on the new site.

I made a library, [`cron-compose`](https://github.com/mahyarmirrashed/cron-compose), that inherently validates the standard version of Cron strings (both seconds and non-seconds formats). You could potentially pull it as a dependency (https://bundlephobia.com/package/cron-compose@latest). It's entirely...

Is there any way to silence this message for now in the terminal?

What's the deal with the failing test for 3.8? From the error messages, it seemed to be something about being able to clone. I hope that it is nothing specific...