Divith Phogat
Divith Phogat
Done! All generated files/directories have been removed, along with automatically generated test data, as informed in the Gitter channel
Alright I think I made all the changes you recommended @pdxjohnny
Hi @pdxjohnny I'm a student trying for GSoC 2022 and I'm thinking of implementing the [forecasting project idea](https://github.com/intel/dffml/blob/main/docs/contributing/gsoc/2022/forecasting.md), which seems to be related to this issue. It would be a...
Thanks for your speedy response @programmer290399 I did go through it as I browsed the comments here :) I asked this to be polite and make myself known but I'll...
I can try to help @Lily-Ananya what exactly do you need help with?
I'd like to work on this, I recently worked on automating making releases for my custom Arch ISO To clear out any confusion: We do NOT want to publish to...
The rust tool is actually exactly what I had in mind! I was originally planning to make a bash and a batch script for Mac/Linux and Windows systems. But I...
What do you think of this? https://aturon.github.io/tech/2018/04/05/workflows/ We can package campfire as a nice tool on crates.io for such tasks and invoke it with `cargo task update_version x.y` It'll allow...
um okay so there's a little fix here. This seems too easy though lol, maybe I am doing something wrong? So here's what I did. I added a bin in...
Well cargo fundamentally functions in a way to scan all the Cargo.toml files in a repo, which is what allows us to do the `cargo run -p campfire` . You...