Braelyn Boynton
Braelyn Boynton
Attempting to download any SVG on [this page](https://ionic.io/ionicons/v4) fails. Tested on Brave, Safari and Chrome with MacOS Monterey
When I generate a pdf and upload it to azure blob storage, the html string I'm passing in is somehow being turned into Wingdings when I generate [the PDF](https://carrierhqphoenixdiag.blob.core.windows.net/sfarrg/d918780b-27fb-4efa-b4b5-3150116f5c85). ```...
The explanations for colors_ignored and colors_not_overwrite are poorly written and confusing. These should be rewritten. I would do it but I'm really not sure what they're trying to say.
``` 169 | Date.now() - exports.lastUpdateCheck >= UPDATE_INTERVAL) { 170 | exports.lastUpdateCheck = Date.now(); 171 | return miniget('https://api.github.com/repos/fent/node-ytdl-core/releases/latest', { 172 | headers: { 'User-Agent': 'ytdl-core' }, 173 | }).text().then(response =>...
When i try to use ytdl-core or any package that depends on it, it fails with the following error: ``` 199 | Date.now() - exports.lastUpdateCheck >= UPDATE_INTERVAL) { 200 |...
I'm using this package with Node no problem. I'm currently trying to migrate to Bun and when using it as a js runtime, rss-parser fails. ``` 646 | if (parser.trackPosition)...
Integrates AgentOps. Adds support for tracking LLM calls, Agents, and Tool usage
Adds documentation explaining what AgentOps is and how to use it with Crew
I struggled for quite a while to figure out why my token wasn't working in the `public_key` field. Eventually I found this:  Plaid no longer supports `public_keys`. The library...
AgentOps: - Adds AO integrations to: - instagram_post - job_posting - markdown_validator Bug Fixes: Some of the projects failed to run and fixes were made as necessary. - Indentation mismatch...