Results 37 issues of jersey

In PINN we have raspberry pi os 64bit but we don’t have the light version

OS

## Which issue(s) this PR fixes Fixes #186

size/XS

something like dev.wasteof.money

### Which application or package is this feature request for? ws ### Feature Currently, Discord.js uses the `ws` module from npm, which works just fine in Node. However, this module...

feature request
packages:ws

### Sanity checks - [X] My issue relates to a specific CLI completion spec (e.g. `git checkout` is missing options in `git` completion spec). If your issue is more general,...

CLI request

This pull request fixes #83 by updating the build step to add a package.json to the `lib/esm` directory when building to allow people to explicitly import the ESM version when...

### What happened? When importing revolt.js' ESM version directly from `revolt.js/lib/esm/index.js`, an error is thrown because it's interpreted as a CJS module by both Node and Deno. **How to reproduce:**...

bug

According to [this](https://support.google.com/analytics/answer/7318509?hl=en) Google support article, Google says: "Privacy Disclosures Policy When you use Google Analytics on your site or application, you must disclose the use of Google Analytics and...

enhancement

### Issue: Pin tab image is from an older version of google chrome. Google Chrome UI has drastically changed since then, and the [image](https://github.com/WorldLanguages/ScratchNotifier.cf/blob/master/images/pintab.gif) should be updated. I also recommend...

if deserializeMessage throws for any reason (such as a BSONError), the pendingMessage promise will never resolve. this PR changes this behavior so that the promise will reject if there's an...