Banou

Results 12 issues of Banou

# 🐛 bug report/question Trying to import `ffmpeg.js` results in a process taking up 5GBs+ of RAM in a few seconds. The imported file is 10mb so i can understand...

:bug: Bug
:heavy_check_mark: Confirmed Bug
✨ Parcel 2
:bullettrain_side: Performance

After installing node 17, the following 404 happens when trying to use the catch all, it worked fine under node 16 ``` (node:21632) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated (Use `node...

Using a struct with overrides seems to fail the build, i'm trying to use libtorrent but it throws a few hundred `candidate expects x arguments, x provided` errors and fails...

bug

libtorrent version (or branch): Python 2.0.7 platform/architecture: Win 64 21H2 It seems to me that the sequential download mode doesn't work. I have tried a few ways to set my...

*related to https://github.com/apollographql/react-apollo/issues/3863* **Intended outcome:** `useQuery` should not throw unintentional state changes warning. **Actual outcome:** Error thrown: `Warning: Cannot update a component from inside the function body of a different...

⚛️ React-related

### Describe the bug When importing a worker using the `?worker&url` scheme and initializating it with `new SharedWorker`, if the worker code contains a reference to that same file that...

pending triage

The [documentation](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#overview) show that Frames can be associated with extensions but there's no documentation on how to register an extension & run a script under one of the extensions environments...

feature
chromium
P3

It seems that calling `evaluate` on a Module doesn't return any value, I know there's the note saying ``` Note: nodejs v14.8.0 enabled top-level await by default which has the...

```js import { JSDOM } from 'jsdom' const doc = new JSDOM(` `).window.document doc.querySelector('.js-sns-icon-container ~ h2 ~ h2 ~ .spaceit_pad:not(.js-sns-icon-container ~ h2 ~ h2 ~ h2 ~ .spaceit_pad)') ``` throws...

The example in the README for the Smith-Waterman algorithm throws `TypeError: Score object as an invalid score property: 0.5.` Thanks for this nice little package ❤️