Henrik Fuchs

Results 21 comments of Henrik Fuchs

I have the same problem when trying to open an .eml file. By default no default app is registerted, so nothing happens when calling `shell.openPath`.

> OK, I take it back, I wasn't paying attention. In my case the issue was caused by passing '--direct' without a value which messed up subsequent '--customPath packages_metadata_format.json'. As...

I have the same issue. Maybe when using a "match" regex the "strict" option should only check the captured part of the name, because that's what the "formats" use.

I created a new react-native app using react-native 0.77.2, react-native-paper 5.14.3 and @react-native-vector-icons/material-design-icons 12.0.0. It is working. I'll try to find the problem in my other app and leave a...

I still have this issue and will try to figure out why when I have some time.

I solved it by removing the `inlineRequires` property in the metro config: From: ```js const config = { transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: false, inlineRequires:...

Hi, thank you for your work! I want to mention that birthday can also be `undefined`. And on Android there is an option to not enter the year of the...

I have the same problem. I want to cross compile my go module using sqlite3 for a raspberry pi 3 (armv7). I'm calling go build like this: `GOOS=linux GOARCH=arm64 GOARM=7...

Ok, I found the answer in the docs and other issues. I was missing the CC and CXX env variables and needed to install gcc-aarch64* packages. `sudo apt-get install gcc-aarch64-linux-gnu...

I think it should be an option because bundlers like babel and webpack also support aliases. So you can use aliases without typescript and eslint can't know where to look...