Arnas Gečas

Results 11 comments of Arnas Gečas

yeah, sure. It may not be exact case that I encountered,. So for example if I use your module like this. require('gulp-task-loader')('path/to'); It won't work on windows, as windows requires...

Cool, I will look into it after work

Okay, I looked into this site and I am not really sure. Like for me, there are few points. It mostly acts as a more global wrapper, not sure if...

Yep, I know that there are some problems with the current readme list as the categorization is only in the initial state. But I am more in support to improve...

Yeah, I understand that, but that doesn't a change the fact that in my opinion the website adds unnecessary additional abstraction, which I am not sure if incoperates 'awesome' repo...

Currently I am a bit busy for a few day ( local conference is going), but I will have some free time in the weekend, where I hope we will...

Okay, so I was thinking about this issue. Here are my thoughts: * As I want to follow `awesome` guidelines, the repository can have GitHub page as an optional thing,...

I have encountered this issue and after extensive investigation, I found that https://github.com/dherault/serverless-offline/blob/master/src/index.js#L490 causes the issue. If I am trying to upload an image via `multipart/form-data` it is converted `toString('binary')`...

Well, it seems that this issue only appears for images, my colleague has tested and for example, uploading .txt works fine. It's a bit strange but from my finding, only...

@lteacher I have update the wording of my previous comment last sentence. For fixing repo I believe that would be the best way. I am hoping that removing toString while...