Yasser Ameur

Results 13 comments of Yasser Ameur

Good suggestion, but I believe it would be better to create a separate library rather than include it in deno std.

@bartlomieju could you please specify list of functions will be supported ? I think we can start with : - `expect(value)` - `expect.anything()` - `expect.arrayContaining(array)` - `expect.assertions(number)` - `expect.hasAssertions()` -...

Deno Cookie implementation is based on https://datatracker.ietf.org/doc/html/rfc6265 and doesn't include parsing "set-cookie" response headers.

@andykais thanks for feedback, i will check that.

Hi @barrars. First you must install yarn globally : `sudo npm install yarn -g` then run `create-expressjs-app ci my-express` by default create-expressjs-app uses npm to install packages so you don't...

Hi calvintwr, You can create your own file stucture and add it to create-express-app so next time you just reuse your existing solution.

Hi @bluenote10 You can disable this feature but only after eject operation of create-react-app project or use [react-app-rewired](https://github.com/timarney/react-app-rewired) package this way you do not have to eject.

@ije I think we need to add more details to `Contributing.md` on how to `start` and `test` application

@jimmywarting There is a module `body-parser` that handle this cases. We don't need to implement the same thing in `express`.