psnider

Results 5 issues of psnider

version 0.4.0 node v6.9.1 When I enter this code in the node REPL: ``` var promisify = require("promisify-node"); class C { constructor() { this.promisified_connect = promisify(this.connect); } connect(done) { if...

I cannot figure out how to write types for a common pattern I use. I have an async function, that optionally takes a callback, and: - calls the callback if...

**Describe the bug** When Stanza for Spanish processes square brackets containing text, the brackets are not recognized as punctuation. Instead, they remain attached to the text they were next to....

bug

**Describe the bug** It seems that a fair number of Spanish verbs return the wrong lemma. I've summarized a Spanish text of ~3,500 words, and found ~500 different lemmas, with...

bug

I recently created an npm module for tv4, [tv4-via-typenames](https://www.npmjs.com/package/tv4-via-typenames), which is built with TypeScript. Previously Bart van der Schoor had created a great TypeScript declaration file for tv4, but I...