Bjørnar Hvidsten

Results 9 comments of Bjørnar Hvidsten

> Hi, sorry my english is bad but i want to share how i can change theme color of the picker. > in `android/app/src/main/res/values/styles.xml` i put: > > ``` >...

@davidohayon669 I see there are several PRs for this issue, e.g. #460, it would be super helpful if one of them were merged since I have to update main.d.ts every...

Same issue for me with Flipper 0.176.1 and the following setup on a Macbook Pro M1: A fresh TS project with `npx react-native init AwesomeTSProject --template react-native-template-typescript` "react": "18.1.0", "react-native":...

> it does not replace {{email}} tag at all. thunderbird version: 128.7.1esr add on version: latest - i dont see any version I use the latest Thunderbird and it works...

Here is a nunjucks issue about usafe-eval that _might_ help understand what needs to be done https://github.com/mozilla/nunjucks/issues/1383#issuecomment-983077987

A Handlebars issue where they show how they managed to remove usafe-eval from the CSP https://github.com/handlebars-lang/handlebars.js/issues/1934

I tested with Vite v6.1.0 a few days ago and still the same issue, so using the last v5 release for now. Does the watch mode work with your setup?

Seems to be a upstream bug that cause this, more info here https://github.com/vitejs/vite/issues/19410 Temporary fix mentioned here https://github.com/vitejs/vite/issues/19410#issuecomment-2661835482 Relevant section of packages/interface/vite.config.ts after the fix is applied. ```ts rollupOptions: {...