joelnet

Results 14 issues of joelnet

Is there a ways for me to script or batch requests. I post code articles to a few different places that might contain a dozen code snippets. Some of these...

## Note from @valscion ### Please help us document this issue in README.md troubleshooting section. A link to https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/168#issuecomment-381748354 would be suitable to refer people from README.md to in case...

type: Documentation
flag: Community help wanted
good first issue

Attempting to run this in an alpine-node Docker image (java is not installed). ``` $ sonar-scanner -DbuildNumber=$CI_JOB_ID -Dsonar.host.url=$SONAR_HOST -Dsonar.login=$SONAR_LOGIN -Dsonar.password=$SONAR_PASSWORD -Dsonar.projectKey=$SONAR_PROJECT_KEY [00:23:08] Starting SonarQube analysis... [00:23:08] Checking if executable exists:...

How do I document curried functions like this? ```javascript const map = func => iterable => {} ```

Created a MultiTenantRealmSelector for multi-tenant applications that require setting the realm dynamically on a per request basis.

Added support for additional ClaimMappings

First of all, cheers 🍻 to all the maintainers of this amazing project. Thank you for all your hard work! The documentation states: > Constraint strategies should be careful to...

enhancement
good first issue

This is a fix for issue #2 where the global Math.random is monkey patched after calling dungeon.generate with a seed.

This line used to seed Math.random is overwriting the global Math.random. This is affecting my game after I generate a dungeon. ``` seedrandom(args.seed, { global: true }); ``` Can we...