ztsv

Results 11 comments of ztsv

@bitjson thanks for the reply! I'll try to do it as soon as have enough time. Do you prefer `express` example of may be `koa`? 😄

No problem :) I am planning to create PR at Saturday or Sunday.

@LinusBorg do you have any news about the issue?

Perfect suggestion! I'll help with this after merge 😃

@bcolucci what you think about to add [prettier](https://github.com/prettier/prettier) also?

@bcolucci thanks for the replay! Unfortunately, I don't know much `editorconfig` and supporting it's by IDE's. The good thing of `prettier` that it automatically (for examples, in `precommit` hoook) formats...

Hello @callmecavs and @zaccharles As I can see this branch has conflicts. @zaccharles are you planning to resolve conflicts? Or in another way I can create new pull request for...

@zaccharles I created [PR](https://github.com/callmecavs/layzr.js/pull/78) regarding to optional container with scroll.

Seems, it does not work. I have the following `.eslintrc.js`: ``` module.exports = { extends: ['prettier'], parserOptions: { ecmaVersion: 2019, sourceType: 'module' }, env: { es6: true, browser: true },...

The same issue on macos. `cached` set contains urls which don't start with `/`, but `url.pathname` always starts with `/`.