Edward Murphy

Results 12 issues of Edward Murphy

Update the `nvm use` algorithm to dynamically interpret the semver expression from the local package.json's engines.node value. **Key:** :white_check_mark: : completed :ballot_box_with_check: : existing nvm functionality :soon: : in progress...

To recreate this problem, create the following 3 files, and run `node test.js`. Rewiring the "Car" module again after changing the composed "Engine" instance returns a fresh Car instance, but...

Any thoughts on implementing function spying? Specifically it would be nice if I could determine things about injected mocks like: - callCount: how many times the function was called -...

looks like primeicons fonts are currently [hardcoded with relative urls](https://github.com/primefaces/primeicons/blob/d293179796317bb697453d377d519c7ccfcfa330/primeicons.css#L4-L5) could opt-in support be added for specifying a custom path for the fonts instead? e.g. `url('/fonts/primeicons.eot')`? currently loading a non...

help wanted

can you remove the `request` module in favor of a non deprecated module like axios? there is a CVE in the request module: ``` └─┬ [email protected] └─┬ [email protected] └─┬ [email protected]...

### Summary fixes https://github.com/slackapi/node-slack-sdk/issues/1528 this PR updates the warning logic for the conversation api to better match this logic: > If the top-level text does not exist and any of...

enhancement
pkg:web-api

#### Packages: Select all that apply: - [x] `@slack/web-api` ### Reproducible in: #### The Slack SDK version `6.7.2` #### Node.js runtime version `16.16.0` #### OS info ``` ProductName: macOS ProductVersion:...

enhancement
pkg:web-api

Looks like there are currently 2 white space classes: Can a third `white-space-pre` class be added that sets the following style? ``` white-space: pre; ```

## Feature Request - enable configuring cpu and memory requests and limits for coreDNS pods via terraform ### Description It would help to be able to configure these. Currently coreDNS...

**Describe the bug (描述一下问题)** i confirmed my setup can call the service from this midea-ac-py integration for turning/off the ac but im unable to call any of the other services...

bug