Amy!

Results 13 issues of Amy!

- The type definitions for the convertFromLatex method is missing from `index.d.ts`. - [Documentation](https://nerdamer.com/functions/nerdamer.convertFromLaTeX.html) incorrectly states that the return type for this method is a `String`, where it should be...

source: https://github.com/ThePlasmaRailgun/owoScript/blob/master/examples/hewwoworld.owo

**Describe the bug** All the imports from "buttplug" are undefined when loading the library with Webpack 5 without transpiling dependencies. An example of the error message shown: `TypeError: buttplug__WEBPACK_IMPORTED_MODULE_4__.buttplugInit is...

bug

I'm trying to use the validator to validate IPv6 addresses, some of which are link-local: ```ts test('validating link local', () => { // Validating link-local address with interface name as...

# Overview I have a component that is using a returned hook from the `bind` function. Within the docs examples, they trigger a suspense component's fallback by starting with emitting...

what...????

question

### Description The goal of this PR is to refactor the `Discovery` domain so that `discoverVertexHandler` does not timeout upon making multiple GET requests for claims on the identity provider....

### Specification Currently `Provider.authenticate` has `number` `timeout` parameter. This is a leftover from how the identities domain was initially implemented. This will need to be changed to a `ctx` to...

development

### Specification A race condition was discovered where the CI/CD pipeline triggered by a Tag may merge bad changes to master. The CI/CD must be changed so that: - Tag...

development