Ben Heidemann

Results 28 issues of Ben Heidemann

**Describe the bug** When `assertSnapshot` is called with a multiline string, the newlines are replaced with the characters `\\n` making it hard to read multiline snapshots. **Steps to Reproduce** 1....

bug
needs triage

> One more thing I'd love to see is an alternative serializer provided as an exported function - the serializer should match using wildcards, ie. we want to assert the...

**Is your feature request related to a problem? Please describe.** When I run `deno test -- --update` to update my snapshots, it reports the number of snapshots updated: ``` >...

fs.opendir has not yet been implemented

Adds the option to build and run tests with webpack using the command `npm run test:webpack`. (Similar to `npm run test:manual` in that it spins up a local server)

Add [these](https://github.com/filerjs/filer/pull/774#pullrequestreview-638343024) tests.

# Problem statement The current implementation of `@action-validator/core` and `@action-validator/cli` requires JS glue code for any kind of system access (e.g. network, filesystem, and even logging). This is not ideal...

pr-welcome
nodejs

## 🐛 Bug description It seems as though `wee_alloc` is no longer maintained but it is recommended in the `wasm-pack` documentation. See: - https://github.com/rustwasm/wee_alloc/issues/107 - https://rustsec.org/advisories/RUSTSEC-2022-0054.html #### 🤔 Expected Behavior...

## Problem Statement Dynamic resource outputs are currently accessible as properties on the instance of the dynamic resource. For this to work with TypeScript, it is necessary to declare the...

kind/enhancement
language/javascript
area/dynamic-providers

Since [this issue](https://github.com/s-panferov/valico/issues/74) is now fixed, could a new version be released to crates.io so downstream crates can take advantage of WASM support?