Caleb Meredith
Caleb Meredith
An example of a usage for this reflection property would be in layer code: ``` javascript function isLayerStillWaiting(next, layer) { return next._currentLayer === layer } ``` This would be useful...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: linux Arch: x64 Version:...
# Bug Report TypeScript outputs an object with string keys that can be parsed as numbers (`{"1": T}`) as an object with number keys when processed by an object map...
When you try to `import {createMemoryHistory} from 'history'` in a Node.js `.mjs` file you get an error that `createMemoryHistory` is not a named export. It appears that this is because...
The [npm](https://www.npmjs.com/package/typescript-register) page for this package does not have the deprecation warning in the `README`. Do a quick patch release to update npm's documentation.
The [Restify](http://restify.com) framework shares syntax with Express with a few minor variations. Is Restify currently supported, and if not what would be required to ensure integration?
It would appear that json-api does not support arrays with objects inside, take the following schema: ``` javascript var discussionSchema = new Mongoose.Schema({ messageCount: Number, lastIndex: Number, message: [{ index:...
### What happened? `.DS_Store` is a file sometimes added to a directory on MacOS by the operating system (it has to do with file system indexing I think). Sometimes these...
**What do you want to do?** - [x] Request a change to existing documentation - [ ] Add new documentation - [ ] Report a technical problem with the documentation...