Mattia Dalzocchio
Mattia Dalzocchio
### Context bee 1.6.2 (mode: dev & restricted) ### Summary After diluting a stamp the TTL is reduced but the depth remains unchanged ### Expected behavior The stamp depth should...
When I try to start my react application it gives me this error: ``` ✘ [ERROR] No matching export in "browser-external:stream" for import "Readable" node_modules/@ethersphere/bee-js/dist/mjs/utils/stream.js:1:9: 1 │ import { Readable...
**Is your feature request related to a problem?** I would like to manually sort some imports in a group without placing them in separated group. For instance I'd like to...
Popups such as modals and dropdowns should use portals for the content to avoid problems with overflow: hidden or z-indexes.
I got this warning from webpack: ``` Use the `defaultValue` or `value` props on instead of setting `selected` on . ```
I'm trying to understand the coordinates system of this library, but I struggle to understand it. I played a bit with this demo: http://raw.githack.com/MrRio/jsPDF/master/index.html by placing the text at 0,0....
I'm trying to use ccxt with vitejs but I'm having troubles importing the module. I tried: ``` import * as ccxt from "ccxt/dist/ccxt.browser" console.log(ccxt.binance) ``` and: ``` import { binance...
This is a code example: ```ts Open ``` The scrollbar appears but the scroll isn't working inside the content, only when i'm hovering over the scrollbar itself.
It seems like it doesn't support nesting scss classes with the `scoped` flag example: ```html .my-component { ... &-title { ... } } ``` error: ```bash [!] (plugin styles) Error:...
#### Summary Save all the chunks and stamps on the file system instead of keeping them in memory. #### Motivation I'll start by saying that bee in testnet in unusable...