Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/from files #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bflanders
Copy link

New to nim...was looking for a way to create one DF from files adhering to a pattern. I am working with a directory of files where one file = one DF, and I want to "append" them all together. I tried to make "fromFiles" repeatedly yield from a walkPattern iterator that repeatedly calls "fromFile", but I couldn't get that to work because I suck at nim.

I wanted offer a very small (albeit incomplete) addition and get feedback on what I did. Is there a more efficient way? Is this not idiomatic nim? Is there a more straightforward approach? I figured someone would get the gist of what I am doing and say "wtf, why would you do it like that?" and offer a better solution.

Overall, great code and easy to read! Very helpful library! Just trying to help...

@bluenote10
Copy link
Owner

Hey, thanks for contributing! Just want to let you know that I will only be back in ~2 weeks to really have a look into this.

@root-11
Copy link

root-11 commented Apr 20, 2023

@bluenote10 did you make it back? Nov 2019...?

@bluenote10
Copy link
Owner

Oh sorry I completely forgot about that one.

I don't know, should we just merge it or is it no longer valid? I'm not actively using Nim any more, and I don't have the capacity to really maintain this (and without a proper CI it is hard to judge).

@root-11
Copy link

root-11 commented Apr 21, 2023

I've sent you a linkedin message for a more private conversation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants