Fichtelcoder

Results 11 issues of Fichtelcoder

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:

This would Fix #4. Also I changed the name of the package from `3-packaging-a-mac-app` to `packaging-a-mac-app`, because _cargo_ does not allow `package` names [beginning with a digit](https://github.com/rust-lang/cargo/issues/8613). I am not...

Currently only the Fluent styles are supported. But it would be better to also support the default styles.

enhancement
help wanted

When you select take picture with camera, the App crashes on iOS. Maybe camera access needs to be granted first? Only tested on my iPhone 8.

ios

Hi, sorry to ask a question here. I tried to use your Library in a standalone Net5 Console App, but it does not work and the error suggests, that I...

enhancement

I have used this library on android (emulator and real device without any problems), however on the iPhone 8 (physical device) the roll sensor value jumps from 0 to approximately...

After extracting the application and trying to run it, it initially crashed at startup: ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: oculante [70051] Path: /Applications/oculante.app/Contents/MacOS/oculante Identifier: com.github.woelper.oculante Version:...

This was needed for proper debugging within vscode.

I would like to fix this [Issue](https://github.com/electron/electron/issues/10096#issuecomment-1003426383). Especially I would like to document the `view.webContents.destroy()` method so that I can use it from typescript without having to do shenangians like...

Thanks for adding frameless mode. It is what I need in order to use my own custom title bar. Unfortunately for that use case the window should also be resizeable....