Joshua Carter
Joshua Carter
This is a really neat idea! However, my first attempt at forking a package and republishing it (by following the instructions in the README.md) resulted in the following error when...
### Description In our app, we hide videos using `display: none` and then show them at the time that we start playing them (linked to a user action). This worked...
### Current Behavior A `function` node species a specific version of a module: When it is deployed, it correctly installs the specified version of the package; however, it fails to...
## Description When running the chat in Interpreter Mode, every attempt by the interpreter to execute code in a Jupyter notebook fails with `name 'ide' is not defined`. This is...
The current version of jquery.highlighttextarea.min.js on master is out of date with jquery.highlighttextarea.js. Particularly, the changes made in [commit ffd643b](https://github.com/garysieling/jquery-highlighttextarea/commit/ffd643ba62bd7c78d0fae35b6fb3d8471b6fd78f) are missing from the minified file.
The docs currently use two different plugin names in the configuration examples. I had to use the `@styled/` prefix in order to get the config to work for me in...
### Expected Behavior When an SSE request inside a folder with headers is executed, the headers from the parent folder should be included in the request. ### Actual Behavior When...
## Current Behavior A tsconfig `module` value of `nodenext` is treated as a CJS format, which produces a warning when built due to it being used in ESM projects. ##...