Pierrick Martin
Results
3
comments of
Pierrick Martin
Same on chromium. It's not firefox specific
https://nodejs.org/api/stream.html#stream_stream ``` import { Writable } from 'streams' ``` Should be: ``` import { Writable } from 'stream' ``` But i can confirm this issue, I got the same
I have the same issue. But with sway `1.7` which is out since January 2022. So I think it's something else than Sway itself. ``` $ sway --version sway version...