six
six
Hi there, I'm trying to use `sugar-date`, but its typings don't appear to be exported properly, preventing its use in TypeScript: Neither of these approaches work: ```ts import { Date...
Hi there, I noticed the typings include a global variable declaration at the bottom: https://github.com/andrewplummer/Sugar/blob/3ca57818332473b601434001ac1445552d7753ff/sugar.d.ts#L1235 I can understand the reasoning behind including this line -- it might seem like the...
Hey there, thanks for this library! I really appreciate how well-structured and documented everything is. I saw in #532 (and in other issues) that to allow programmatically-moved bodies to wake...
This PR allows static bodies to collide with each other, on the condition that at least one of the two is a sensor. It also allows static bodies to collide...
hey there, thanks for this library! i noticed that the actor form of "eat" seems to be wrong: ``` > const c = require('compromise') > c('I ate it all').verbs().conjugate() [...
Hi there, just spent a bit of time trying to get this to work with my project. Peeking at the issues, it looks like this has maybe been brought up...
Hi there, I see that (via #105) lerna-changelog is supposed to exclude PRs by bots like Renovate by default: https://github.com/lerna/lerna-changelog/blob/331539b40c02f68f9c75c4f7db017977e1e62d28/src/configuration.ts#L61-L70 However, this doesn't seem to be working for my repo,...
Sections don't seem to be documented, though it looks like they've been [supported for at least two and a half years](https://github.com/jonschlinkert/gray-matter/blame/master/index.js#L127-L129) -- I only discovered their existence by looking at...
**Describe the bug** Hi again, here's another serious issue I've encountered with this library, When I was experiencing the problem described #101 -- confusing 404 errors from the API due...
**Describe the bug** Hi again, another quick bug. `accountsAndUsers.friendshipsNoRetweetsIds()` returns `Promise`, but the actual return type appears to be `Promise` (if `stringify_ids` is `false` or omitted, which as noted in...