James Ross
James Ross
As of 2024-04-11, there's no need to use the `@cloudflare/ai` package and it's deprecated: https://developers.cloudflare.com/workers-ai/changelog/ This swaps the code over to use the native binding directly, and updates `@cloudflare/workers-types` which...
This removes the deprecated `@cloudflare/ai` package. https://developers.cloudflare.com/workers-ai/changelog/ It doesn't appear to have actually been used for anything anyway.
### Clear and concise description of the problem It would great if this rule could ignore specific statements, such as `continue` and `break`, since these are often used in loops...
As per: https://github.com/cloudflare/workers-sdk/issues/1298 wrangler2, and all wrangler templates follow this paradigm for better accessibility by default. It would be great to get a similar `.prettierrc` and `.editorconfig` in this repo....
It seems like this fork of puppeteer is based on `v17.0.0` (released August 2022), whereas the latest version is `v22.6.3` (released yesterday, April 2024) Specifically, I'm looking to get deeper...
> You should add a detail with the actual location from the first 3 letter IATA airport code. > Ideally it would cool to have them grouped by airport code...
Suggested by `The Freelancer ;)#0030` in Discord. Should be very easy to add a few `data` attributes to the component and some basic JS to filter on a search input.
Code coverage for this library currently sits around 97%, with only a few uncovered lines. See https://coveralls.io/github/nodecraft/ya-bbcode for details. Adding tests to cover the few remaining lines would be great.
This PR simply adds the missing options to `decode` and `parse`, which currently today is only `bracketedArray`. This prevents issues when parsing options to the `decode` function and receiving a...
[`request`](https://www.npmjs.com/package/request) is now unmaintained. It still works really well and is actively used, but when we resolve #30, we should transition to something like `node-fetch` that uses promises.