Edward Bramanti
Edward Bramanti
## Failing module - **GitHub**: https://github.com/emn178/js-sha256 - **npm**: [[email protected]](https://www.npmjs.com/package/js-sha256) ```js import { sha256 } from "https://esm.sh/[email protected]?dev&no-check&target=deno" ``` ## Error message After running `deno run` I got this: ``` error: Uncaught...
We should add a base image that we can use in CircleCI for integration so we don't have to download dependencies on every run. The image in `integration/Dockerfile` could be...
Don't have a simple example to share at the moment, but curious if this library supports calling the cleanup of the `useEffect` hook when there are no more instances of...
When this package is built into a CommonJS file, it still contains ES6 imports. From the latest version (`0.2.4`), the following lines will cause runners such as Jest (which assume...
On the latest version of react-socket, I am unable to resolve the module with Webpack. I was able to resolve it with the previous version of this package, but it...
Syntax highlighting is only applied on a per-line basis due to how the `renderContent` API is designed. Because it only syntax highlights one line at a time, multi-line comments are...
`styled-jsx` supports [plugins](https://github.com/zeit/styled-jsx#example-plugins) which allows for the use of multiple different languages (Stylus, Sass, PostCSS, etc.) It would be cool to support multiple languages out of the box and be...