Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken #1

Open
SamuelVilz opened this issue Feb 1, 2022 · 0 comments
Open

Broken #1

SamuelVilz opened this issue Feb 1, 2022 · 0 comments

Comments

@SamuelVilz
Copy link

I know this project is 6 years old, but just to make sure we're on the same page here:
This code is broken, right?

Concretely:
I've copied the code recommended in the README file, modified it to search for my own name (as one does), but it returns 0 results.
To be exact, here's my full code:
const queryNow = require('query-nownownow');
queryNow({name: /Samuel Vilz/});

What's more: There's nondeterministic behavior involved. The code above worked one time, opening my own profile in the browser, but then no more.
I have tried different variations of the regular expression, too:

  • /.*/ should give me all the profiles, but it only gives me 83 (not recommended, your browser opens all of them automatically)
  • /S.*/ gave me 18 results on my first run and 20 on my second run

Thank you for your attention. Please fix if possible 💚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant