Adam

Results 21 comments of Adam

Thanks. On my end I've gone ahead and added an `isPermitted()` method for the time being: ```js const spacetime = require('spacetime') const globalMin = spacetime.now('Europe/London').minus(150, 'years') const globalMax = spacetime.now('Europe/London').add(50,...

I’m also in favour of documenting it as “same order as package.json” and locking this behaviour. Any change to the behaviour should be considered a “breaking change” and incur a...

> If you absolutely need to have it follow insertion order then you need to read the package.json without using JSON.parse or Object.keys. It's doable, some .indexOf("scripts:")... etc but not...

PS - we could debate this back and forth forever. Perhaps the way out is via feature request (or an offer to contribute if the maintainers will accept such a...

In terms of how this should work, I think it would be best if it used a `.ignore` file like other libraries. e.g. `.gitignore` `.prettierignore` `.eslintignore` A `.tsqllintignore` file could...

@morungos we have a use case for list numbering and bullet point extraction too - mostly in docx... even if it stubbed in an asterix that would be really helpful....

@yoy0lol this is my fault as I never sent across the sample files. I’ll try to sort something this week. Although any docx with bullets and numbering within it would...

Excellent! Thanks, I’ll give this a go on Monday.