Dima Kaltovich

Results 5 issues of Dima Kaltovich

I have healthcheck in my `docker-compose` file: ```yml healthcheck: test: ["CMD", "service", "nginx", "status"] ``` It works in official image, but not works in `ranadeeppolavarapu/nginx-http3` :-( When I do `docker...

### Describe the bug In version `1.6.0` useScroll is not working. ```log index.mjs:3859 Uncaught (in promise) TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'....

Closes[ this issue](https://github.com/stomp-js/stompjs/issues/612) ![image](https://github.com/stomp-js/stompjs/assets/29500153/4b4fd15f-cf4c-4a27-be73-90474a2f8282)

> node_modules/.pnpm/@[email protected]/node_modules/@stomp/stompjs/src/i-message.ts:1:10 - error TS1484: 'IFrame' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled. > 1 import { IFrame } from './i-frame.js'; I...

First of all, thanks for this project 👍🏻 Map is working. But when I do type check with `nuxi typecheck` command I get: ```js "vue-tsc": "1.6.5" ``` Installing these deps...