Jean-Baptiste Richardet
Jean-Baptiste Richardet
Seems to me it's more of an alternative to unifile rather than something we could plug in. Do you had any use cases in mind?
I remember rclone! About Vinyl, yes we could try to look like their metadata but from what it looks like, it has less information that Unifile already have.
Tough question... I understand the potential need behind pagination (since most of the services behind Unifile use it) but I fear we would drift even farther from the `Fs` API....
Good idea, I thought about that today since I was considering moving to GitLab and saw GitLab Pages in the feature list. I'll have to have a look at their...
[This](https://docs.gitlab.com/ce/api/commits.html#create-a-commit-with-multiple-files-and-actions) filled me with joy 😄
It's way easier! With GitHub's I need five calls to do that
Yes, I'm thinking of adding the path into the plugin lifecycle so it could be modified automatically. From your example, you would setup a plugin to convert any path to...
You're right, it shouldn't. I think it's because it fails before the async call but it should be wrapped in a Promise for consistency.
Yes, I plan to isolate GitHub connector in a plugin to avoid that
What I had in mind: * Create a new error class: `class UnifileError extends Error` * Add an error code to it (maybe stick with standard HTTP code, 401 if...