Ben Asher

Results 54 issues of Ben Asher

- Updated all package jsons to match recommendations [here](https://www.typescriptlang.org/docs/handbook/esm-node.html) - .js -> .cjs to ensure .js files are read as CommonJS, with package type set to module

pending

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

type: bug
existing workaround
funded

There are platform-specific hashers that enable uuid3Of and uuid5Of functions, but there isn't one for JS. I'm not sure if there is a recommended JS dependency to use for these,...

enhancement
help wanted

There are platform-specific hashers that enable uuid3Of and uuid5Of functions, but I didn't add them for linux. I think it requires setting up a .def for openssl, but I don't...

enhancement
help wanted

The README is pretty small at the moment. It’d be great to have a few example usages listed.

good first issue

# Bug Report Setting noImplicityAny to true triggers transitive import errors like this, when using `"moduleResolution": "nodenext"`: ``` node_modules/@tiptap/core/dist/packages/core/src/helpers/isTextSelection.d.ts:1:31 - error TS7016: Could not find a declaration file for module...

Needs Investigation

### Description The types in block-action.ts are super useful for just interacting with the Slack API in other packages, like @slack/web-api. We pull in @slack/bolt just to use these types....

enhancement
semver:major
TypeScript-specific

**Describe the bug** Local git diff can fail if git diff coloring is enabled **To Reproduce** Steps to reproduce the behavior: 1. `yarn danger local --base ` 2. See that...

bug
You Can Do This

**Describe the bug** We're encoding some HTML into an XML document. The HTML has an already encoded `&`. Going from 3.0.1 to 3.0.2, this sequence is encoded back into a...

bug

**Describe the bug** We wound up with a control character in a document we intended to serialize to XML using xmlbuilder2, and we found that it doesn't end up escaping,...

bug