dimden
dimden
Sometimes video just doesn't load (loads like 1-3 seconds) but switching quality or refreshing page fully makes it work. Currently fix is unknown.
If first user has any emojis in nick second one will most likely have wrong position for link. If someone knows how to deal with unicode please let me know....
### What version of Bun is running? 1.0.26+c75e768a6 (confirmed to also be on 1.1.7+b0b7db5c0) ### What platform is your computer? Linux 5.15.133.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the...
Submit Form Get your issue resolved quickly! Fill in the form accurately. **Lists in use:** - [ ] mini - [ ] Lite - [ ] Pro - [x] Xtra...
I get error in the title when trying to use it like this in SvelteKit 1.5.0: ``` TypeError: Cannot read properties of undefined (reading 'default') at Module.createCarousel [as default] (/node_modules/svelte-carousel/src/components/Carousel/createCarousel.js:23:19)...
### Describe the bug Trying to use [bb.sh](https://raw.githubusercontent.com/cfenollosa/bashblog/master/bb.sh) gives `unsupported shell syntax` error, looks like bash functions aren't supported. That file is pretty complex and would generally serve as good...
I wasn't able to use this library in my extension, it was working only half of the time. I figured out that it only works if inserted before page loaded....
Running this code: ```js import uWS from 'uWebSockets.js'; class Application { #app; constructor(options) { this.#app = uWS.App(options); } listen(port, callback) { this.#app.listen(port, callback); } } const app = new Application();...