Nikolay
Nikolay
Hello. I came here from this Sequelize issue: https://github.com/sequelize/sequelize/issues/8468 Sequelize uses `generic-pool` internally. I was looking for a way to close all connections in the pool while also not closing...
Will you be willing to accept a PR adding tag support? http://docs.datadoghq.com/guides/dogstatsd/ ``` metric.name:value|type|@sample_rate|#tag1:value,tag2 ```
See: https://github.com/strongloop/express/issues/2583 Removed this line and it worked: ``` JSONC = require('json-comments') ``` Resorted to using this module instead: https://github.com/sindresorhus/strip-json-comments
explaining why is it done so and why not simply use `moduleId` --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40839067-add-comments-for-const-id-moduleid-i?utm_campaign=plugin&utm_content=tracker%2F26439769&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F26439769&utm_medium=issues&utm_source=github).
https://github.com/kristopolous/Porter2-Stemmer/blob/master/PorterStemmer2.js I get this error: ``` /Users/kuchumovn/projects/hola-words/PorterStemmer2.js:165 set.sort(function(a, b) { ^ SyntaxError: Unexpected token . ``` The minified file runs ok.
Hi. I'm creating this issue regarding adding a browser build of Sequelize. There's some previous discussion in [another issue](https://github.com/sequelize/sequelize/issues/14654#) but that one has a different title and is already closed....
### 🐛 Current behavior For some weird reason, it calls the `dispose()` function of a custom filter connector right after the initial render. It's not supposed to do that. Connector:...
In `createNavigationListenerMiddleware.js` it handles a `ActionTypes.DISPOSE` action: https://github.com/4Catalyzer/farce/blob/5f79cb9c2bbae44a8c4ab7e9ae0afa8b5657f966/src/createNavigationListenerMiddleware.js#L223-L228 But there seems to be a couple of issues with that code: * The condition `listenerEntries.length > 0 && onBeforeUnload` seems to...