yfprojects

Results 399 comments of yfprojects
trafficstars

Are you familiar with the concept of user stories?

While finished user stories compose a full description of a (sub)feature from a user perspective, I like to work with their basis that is describing a situation in which our...

> * I am not sure how resource intensive / fast adding these features would be as they are essentially run on every row. As the backup grows it would...

Can you now lay out the current iteration of your syntax and describe in which way it satisfies the needs of each story? Please also think about how conveniently it...

I will have a look at this tomorrow. > I've pushed some code to match filenames and path to stay on the timeline. It's working well but can be easily...

Can we use an icon for the search button?

Yes, that works! @m3nu how do we have to handle licensing?

I like the syntax you proposed since it can be (partly) implemented by using `argparse`. > `--size >1GB --size 1GB, re: Use regex to match filename

> If I want to find a file in a given path, I thought we would require to use regex but the wildcard here seems to support nested directories so...

> Since underline size comparison is in bytes, I thought this match would be a rare care. Oh, I didn't think of that. But It doesn't hurt either. > Any...