Remie Bolte
Remie Bolte
@Lesterpig : err.. yeah... it wasn't real made with language support in mind so it might involve some refactoring.
:+1: :+1: :+1: Looks really good!
Sounds great! Looking forward to a pull request 👍
@GSWemigo : can you give a bit more information on your environment (are you using the NPM package or the docker container)? And could you also provide a reproduction path:...
@GSWemigo I'm having trouble reproducing your error. Here are my steps: 1. `git clone https://github.com/remie/youtransfer youtransfer` 2. `npm install` 3. `PORT=5001 npm start` 4. Open browser and go to http://localhost:5001...
@GSWemigo I've actually never tried running it on windows! Will do that tonight to see if I can reproduce this error.
@brendo already mentioned this in #1: it should have a build script and it should have php unittests. My 2 cents would be to say that one of the things...
I think this discussion needs to be split into "which test frameworks to use" and "are we going to do TTD". Because the latter question can have a huge impact...
ps: although an authority claim is always a bad argument, perhaps it helps to know that in real life I'm managing a QA department of a reasonably large commercial website...
@jonmifsud: one does not exclude the other. You can have acceptance criteria for pull requests which include automated tests (be it unit tests or feature testsing). Just like doing a...