sommcz

Results 12 comments of sommcz

Hi, any updates on this topic? It's quite old, but still it is a issue when upgrading large codebase from v2

Hi, before any reguar way appears there is a workaround with css i used for changing caret from default to my own. Just hide .toggle with display: none and add...

Hello, i have similiar problem. - I generate uninstaller.exe with NSIS with ExectuionLevel user (very simple installer from tutorial: http://nsis.sourceforge.net/Simple_tutorials) - and change execution level with rcedit: rcedit.exe uninstaller.exe --set-requested-execution-level...

additional info: It looks like some installer data were being stripped out by the rcedit ![image](https://user-images.githubusercontent.com/20799785/34690354-132d442a-f4b9-11e7-8983-16d1d86eb116.png) If i do the same change manually with http://www.angusj.com/resourcehacker, it works OK. If i...

same problem here, but solved with ng-package.json "dest" configuration. i've just added another `../` (move my dist dir above library tsconfig) and `inferred` dynamic imported type path is correct. `"dest":...

I've the same problem on Android 13 devices (A12 is not affected). Devices tested: Samsung E22, Samsung Flip 3 (A13), SamsungA13 5G.... Settings isActive to false works only when screen...

I've tested this issue with V3 + codescanner & simple frameprocessor (instead of previous vision-camera-code-scanner frameprocessor) and NFC works normally without any workarounds/hacks. It looks fixed, good job!

I have the same problem on Android 13 with reduced animation setting. "react-native-reanimated": "3.5.4" "@gorhom/bottom-sheet": "4.5.1" Fixed with this solution: https://github.com/gorhom/react-native-bottom-sheet/issues/1560#issuecomment-1750466864

Is there anyone who can implement this feature? How much effort it could take? Please let me know [email protected]. Thank you.