somejeff

Results 18 comments of somejeff

I assume you mean something like 555-1234. https://en.wikipedia.org/wiki/555_(telephone_number)

As feedback, there are several types (UPC-A, UPCE, and EAN,...) I think a link to a spec should be proposed here before developers get their hands dirty. Also, I'm assuming...

I've been evaluating [Docusaurus](https://docusaurus.io) for another initiative. Does anyone have any other modern options for technical documentation? Also, we should probably include #545

[Inline live code blocks](https://docusaurus.io/docs/markdown-features/code-blocks#interactive-code-editor) is a feature of Docusaurus I'll take a look at the current markdown and see if there a possibility of lift and shift..

Here are some examples of Docusaurus, ## purely copy/paste of age.md and name.md A folder called Person, containing age.md and name.md ![image](https://user-images.githubusercontent.com/5151941/165382904-ac55505c-989d-4881-8128-acfc90923a6b.png) ![image](https://user-images.githubusercontent.com/5151941/165383123-832f94fd-5414-40ca-856e-63546f76ca47.png) ---- Dark mode: ![image](https://user-images.githubusercontent.com/5151941/165383200-f7287b2d-2507-4d0f-a8bb-dcfcf6433587.png) --- ## Here's...

The root cause here is that ```.timestamp()``` is returning a timestamp between epoch and now. The range is getting larger every time, which is why the result is getting slightly...

The correct syntax for the Chance constructor is to pass in an integer (if you want a consistent seed). Passing in ```Math.random()``` is incorrect because it's a decimal number between...

Hey @gerardolima, here's my feedback as to why `Math.random()` as a seed isn't optimal, but also technically supported. TL;DR: The built-in MersenneTwister takes the seed, unsigned right shifted, and goes...

I've added some comments related to the PR https://github.com/sepehrs1378/chancejs/commit/c713516243412d9a92a4a0cd8b942f7993d2c6df