Mohammad A. Apu

Results 12 issues of Mohammad A. Apu

Hello, `URL.createObjectURL()` is removed from browsers so this no longer works, Please update the code to use `video.srcObject = stream;` instead `video.src = URL.createObjectURL(stream);` & also update the live demo,...

When trying to use it, its adding extra height around the element I'm trying to animate. It seems that there's no way to fix this. https://prnt.sc/1qsyb7b (screenshot) Or I'm doing...

Version: 1.0.197 Platform: Windows x64 10.0.19045 Plugins: quick-cmds Frontend: xterm-webgl Steps to reproduction 1. npm i -g @nestjs/cli 2. nest new project-name 3. `ctrl+l` to clear the console 4. press...

Installation failing in Ubuntu 23.10.1 following is the log ```log sudo apt install ./Downloads/tabby-1.0.205-linux-x64.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'tabby-terminal' instead...

T: Bug

Hello, I'm trying `ScrollArea` component with following structure ```tsx Contacts { Array(30).fill(null).map((u, i) => ( )) } ``` `scrollbar-*` classes are from the package `tailwind-scrollbar`. This classes work perfectly with...

Stale

Hello, it may be so obvious but I didn't found way to replace default close button with my custom icon, In the docs I've found that custom close button can...

Stale

# Issue I want to override `createdAt` columns type from `Date` to `DateTime`(from Luxon). When I went to declare that getting TS error. ```log TS2612: Property createdAt will overwrite the...

**Describe the bug** In development mode I see this error (70% of the time when page gets reloaded), following is the first line . `plyr.min.js:1 Uncaught TypeError: Cannot read properties...

```sh npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: @nestjs/[email protected] npm ERR! node_modules/@nestjs/common npm ERR! @nestjs/common@"^10.0.1"...

### Description Hi 👋 I'm trying (this "cmd") `docker compose up --watch --build` as I'm developing. All the necessary images are downloaded (pulled) in my machine. Still, it fails to...

kind/bug
area/up