Ilya

Results 19 comments of Ilya

Hi @dougwilson we're using express@5 several years and it works fine, but we have unresolved peerDeps in [swagger-ui-express](https://github.com/scottie1984/swagger-ui-express/issues/268#issuecomment-982795181) I think a release will make many people happy. Thank you!

@anhoev tingodb don't use the mongodb driver. It's dev dependency for a compatibility test. Please check #166 Thank you.

@wormen you're right, I think @sergeyksv is open to pull requests.

Please check [sergeyksv/tungus](https://github.com/sergeyksv/tungus)

Node.js (> v10) doesn't use system's tzdata anymore, ICU has its own tzdata. Maybe is it a reason?

Hi @victimsss Web Stream doesn't have "pipe" method, please check API https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Concepts#pipe_chains

Hello @huang47, do you plan any updates? Thank you.

Hi @sayrer, What do you think about that solution? ```javascript var context = Object.create(null, { code: { value: "", writable: true, enumerable: true, configurable: true }, subs: { value: Object.create(null),...

Also, another simple way - predefined empty prefix ```javascript var context = { code: '', subs: {}, partials: {}, prefix: '' }; ```

@Rouberg Lambdas in Hogan.js is broken. Please try that. ``` javascript { "wrapped": function() { return function(text) { return Hogan.compile(text).render(this); } } } ```