Will Da Silva

Results 76 comments of Will Da Silva

I would like to implement this for the upcoming Hacktoberfest 2021. @MarkKoz, if there are no objections to removing the line numbers, could you please assign the issue to me.

@Jason2605 will do. Is there any way to contribute modules that are written in Dictu to the standard library? If so, I have a few suggestions for modules that I...

@Jason2605 Is there a Discord server for Dictu? Or some other place where we can chat? This unrelated issue probably isn't the best place for it.

Sounds good. I sent you an email with it, to avoid posting it publicly.

@Kishore-abhimanyu you'll have to write your own test cases. I would recommend creating a directory under `tests/path` that has a symlink to a regular file, a symlink to a directory,...

@Jason2605 do you have any suggestions for how a module written in Dictu could be added to the standard library?

This will have to be implemented using a class (e.g. `Path.Walker`), since Dictu doesn't have stateful functions aka generators. The reason it needs to be stateful is because doing the...

If you're willing to make breaking changes `getAttribute`/`hasAttribute` could be replaced by `.attributes()` on classes/modules, since having an attributes dictionary would straightforwardly provide the ability to get attributes, and check...

Here's an example run where it occurred: https://github.com/WillDaSilva/meltano/actions/runs/2713985191. Please ignore the debugging print statements. That repository was/is public, and is a fork of https://github.com/meltano/meltano/ When that workflow was run the...