Taylor Dawson

Results 52 issues of Taylor Dawson

`notify -k asdf -t "Message" -i "Title"` `notify --only-key asdf --text "Text" --title "title"` Created separate issue to discuss the implementation separately.

enhancement

Usage: `notify --list`, `notify -l` Output: ``` Keys: zxcv qwer asdf -> android ``` Thoughts?

enhancement

It would be nice to have the ability to name the keys and notify based on specific names. For example: `notify -n -t "" ""` I could help implement if...

enhancement

**Describe the bug** Walletconnect `chainChanged` event not getting triggered when a user switches their network in the MM Mobile app. **To Reproduce** _Steps to reproduce the behavior_ 1. On desktop...

type-bug
community

### Description ### Checklist - [ ] The version field in `package.json` is incremented following [semantic versioning](https://semver.org/) - [ ] The box that allows repo maintainers to update this PR...

Curious if this is still maintained?

Even with this polly fill `Transform` is still undefined: ``` const { Transform } = require('stream') ``` Rollup config ``` { ... plugins: [ json(), builtinsPlugin, globalsPlugin, nodePolyfills({include: ['stream']}), resolve({...

It would be nice to have a standard way to measure a relay's uptime. Currently we have the `/eth/v1/builder/status` endpoint and this is inadequate as there is no way to...

### Confirm this is a feature request for the Node library and not the underlying OpenAI API. - [X] This is a feature request for the Node library ### Describe...

enhancement