Voratham.Siri
Voratham.Siri
Have you tried to docker-compose.yaml ? ```yaml version: '3' services: lhserver: image: patrickhulce/lhci-server ports: - '9001:9001' volumes: - lhci-data:/data volumes: lhci-data: ```
Please advise for the workaround of sort enum?
@kyuberi Do yo have any solution for workaround?
@panhs The problems cause by Proptypes because of React new version change it. you can fix from ReactMediaPlayerViewManager.js and MediaKitPackage.js OLD import React, {PropTypes} from 'react' Change import React from...
@Saumyadip-Pramanik You can see from https://github.com/huowenxuan/react-native-media-kit then you must fix PropTypes within a library that calls it. I test on react-native version 0.50.4, react version 16 but test on ios...
@Justineo Hi can you consider my PR for vue3?
@eladcandroid Thx for your code since we would like to `vue-clamp` on vue3 typescript version for our project with @b5710546232 I have amount of time from weekend for change codebase...
we found near this probelm but i not sure about useFetch , useAsyncData and $fetch or not but in case i using old version nuxt and vue and found memory...
Currently I tried with list version , them work reduce memory leak - Node v20.19 - Vue 3.5.13 - Nuxt 3.11.1