-
**Please briefly describe the project you'd like to add to _Best of JS_?**
TLDR: AgentQL is a query language and parser that fetches data and interactive elements from web pages for scraping, a…
-
my code:
```js
const bgm = new Howl({
src: require('./assets/gg.mp3'),
loop: true
});
bgm.play();
```
the Readme said that it can be compatible with following browsers:
> Browser Comp…
-
### Vue devtools version
6.6.1
### Link to minimal reproduction
https://play.vuejs.org/
### Steps to reproduce & screenshots
Step to reproduce:
1. Simply open and use the devtools as you norma…
-
### Steps to reproduce
Link to live example: https://codesandbox.io/p/sandbox/elastic-poitras-zlvs3v
Steps:
1. Datagrid has the autoSizeOnMount property set to true, autosizeOptions contains `exp…
-
#### What is the expected behavior?
Use of trackBy should also ensure that the expansion state does not get lost when nodes are updated.
#### What is the current behavior?
Use of trackBy does…
-
### Reproduction link or steps
```js
import { watch } from 'rolldown';
await watch({ input: 'main.js' });
```
```sh
> echo 'console.log(1)' > main.js
> node watch.js &
> top
node watcher-…
-
### Describe the bug
When i import `lucide-vue-next`, histoire report it cannot find module:
```
Error while collecting story /Users/zsk/code/github.com/kainstar/reproduce/histoire-vite-node-too-…
-
### Update (2024-11-03)
Seems like it's broken in Firefox only.
Tested With `@sveltejs/kit@2.7.4`
- ❎ Firefox 132.0 (aarch64)
- ✅ Chrome 130.0.6723.92
- ✅ Safari 18.0.1(20619.1.26.31.7)
…
-
### Test code to reproduce
It is not possible for us to share the test and source code to reproduce.
One of the messages that seemed related is `Failed to adjust OOM score of renderer with pid 6…
-
Add Node.js as one of the "browsers" to know what features are available in what version. If _browser_ is not a valid section, it could be added a new "servers" one that could allow in the future add …