Jason Nichols
Jason Nichols
shouldn't this live on each individual function i.e. `SIMD.Universe.Int32x4.bitInsertIfTrue.isFast` as opposed to `SIMD.isFast(SIMD.Universe.Int32x4.bitInsertIfTrue)` ? I think it'd be easier for the developer to check at the time they're invoking their...
Can't make planet size realistic. The ratio of sizes means that if you can see the planet's orbit you won't be able to see the planet. I tried this with...
**Describe the bug** This page (and presumably the whole build) is broken https://guake.readthedocs.io/en/latest/user/cli.html **Expected behavior** Program should run **Actual behavior** Program does not run... ``` Traceback (most recent call last):...
Is there a function in the code that can be passed a concrete controller class as an argument and returns the swagger doc for it? My use case is I'm...
So simple reproduction: ``` const f = fs.readFileSync(path, {encoding: null}) const patchedDoc = await patchDocument(u, patch_opts) ``` TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance...
See related issue: https://github.com/dolanmiu/docx/issues/2321 Confirmed this is a jszip bug. File opens in adm-zip, and a patched version of docx works with adm-zip. Attempting to open a docx file in...
System: Mac OSX 10.14.4 Steps: 1. `npm install -g create-proton-app` Ouput: ``` /usr/local/bin/create-proton-app -> /usr/local/lib/node_modules/create-proton-app/index.js + [email protected] added 3 packages from 3 contributors in 0.8s ``` 2. `create-proton-app Sample-Proton` Error...
When I render an h2 (e.g. `## Your section`) I expect it to have an id or (e.g. `yoursection`), but it doesn't. This makes links of the format `[your text](#yoursection)`...