-
### Is your feature request related to a problem? Please describe.
Most data providers use of Axios which is considered deprecated by (many/some). See [adios-axios](https://www.adios-axios.com/). N…
-
### Describe the bug
Hello,
I've seen the new `@wxt/unocss` is out, thank you very much :)
However, I cannot get it working with the content script either, but it works within the popup as expe…
-
## Background
[WebRTC-direct](https://github.com/libp2p/specs/blob/master/webrtc/webrtc-direct.md) is currently only supported in browsers [as mentioned in package](https://github.com/libp2p/js-lib…
-
### What is the problem this feature will solve?
Currently `require` needs to be used in ES modules in order to be able to load native addons:
```js
import { feature } from './native.node';
```
…
-
4.x Beta Testing Infrastructure
### Description
Add following's support in web3 4.x tests infrastructure
- **Node.js tests** ( v18 ) https://nodejs.org/en/blog/vulnerability/july-2022-secu…
-
## Expected behavior
I expect tests that passes on Chrome and Chromium version 127 to also work with Chrome and Chromium 128.
## Actual Behavior
Running the same tests after upgrading Chrome …
-
### Steps to reproduce
Link to live example: https://codesandbox.io/p/sandbox/wispy-fire-tn7d4l
Steps:
1. Open demo
2. Resize screen so all columns are visible and there is empty space between t…
-
I have noticed that [`@puppeteer/browsers`](https://github.com/wooorm/npm-esm-vs-cjs/blob/main/data/2024-08-28.json#L2597) seems to be classified as cjs although the [exports](https://registry.npmjs.o…
OrKoN updated
2 months ago
-
### Steps to reproduce
Link to live example: https://github.com/ablagoev/pigment-css-grid-size-prop
Steps:
1. Use a Grid component with the size prop equal to "grow" or "auto"
2. Open the deve…
-
### Describe the bug
If you do something like `import '$lib/layout1.css';` in a +layout or +page, the CSS is incorrectly applied on hover (probably due to the preload functionality).
Additionally …