node-module
Here are 1,139 public repositories matching this topic...
Fix Video
RE: nswfjs.com - Looks like video might have broke and no tests caught it.
Code: https://github.com/infinitered/nsfwjs/tree/master/example/nsfw_demo
Fix, and fix tests.
-
Updated
Feb 13, 2020 - JavaScript
Hi, I've been using SBT, the Scala build tool, and I have a few tips on how to use it with MockServer. How is the HTML documentation managed? Do you use a particular HTML editor? Would the normal PR submission process work?
-
Updated
Apr 19, 2020 - JavaScript
Ahoy
The carryoverConcurrencyCount option could use some more verbose documentation. In toying with the package, it's not entirely clear what option value produce what behavior.
Perhaps even an examples directory that covered how this works?
-
Updated
Aug 19, 2019 - TypeScript
It would be nice if this worked:
const a = foo();
const b = bar();
// Both `a` and `b` is an `object`, but TS only knows they're `any`.
if (is.all(is.object, a, b)) {
// `a` and-
Updated
Mar 1, 2020 - JavaScript
Due to this:
https://github.com/facebook/jest/pull/9841/files
and this:
https://github.com/sindresorhus/conf/blob/410cc144141f1467cc91fe4b16f6b7f42a8afac8/index.js#L21-L23
=>
console.warn
`require.cache` modification is not permitted
(output'ed many times in the console when unit-testing, with full stacktrace, so quite disruptive, albeit non-fatal unless unit-tests check for C
-
Updated
Jun 13, 2020 - JavaScript
Currently this happens
tabrindle-mbp:~ tabrindle$ solidarity imdumb
ERROR: No solidarity file was found
Make sure you are in the correct folder or run solidarity snapshot to take a snapshot of your environment and create a .solidarity file for this project.
Many CLI tools like commander have a simple option to forward unrecognized commands to help - does https://github.com/infini
Allow naming rules
-
Updated
Feb 16, 2020 - JavaScript
There should 0 new lint errors after migration
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
Jun 7, 2020 - JavaScript
I have a model generated by Sequelize with the following information:
module.exports = (sequelize, DataTypes) => {
const user = sequelize.define('test', {
firstName: DataTypes.STRING,
lastName: DataTypes.STRING,
email: DataTypes.STRING,
testField: DataTypes.STRING,
anotherTest: DataTypes.STRING
}, {});
user.associate = function(models) {
-
Updated
Apr 12, 2018 - JavaScript
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
Hello. Is there any plans to support multiple indexes? This could be handy for searching multiple different types of documents with different settings, for example, users and logs.
-
Updated
Feb 17, 2020 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Dec 23, 2019 - TypeScript
Improve this page
Add a description, image, and links to the node-module topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the node-module topic, visit your repo's landing page and select "manage topics."


Tell us about your environment:
What steps will reproduce the problem?
try to pass a promise to
await page.waitForResponse(response => condition)instead ofurlOrPredicate.What is the expected result?
expect async function to work
What happens instead?
no waiting as promise