Stijn Frishert

Results 18 issues of Stijn Frishert

### Detailed steps on how to reproduce the bug 1. Create a `juce::TextEditor`, enable multi-line support and set the text to `"a"`. 2. Set a breakpoint in `juce::TextEditor::getTotalTextHeight()` 3. Type...

### Detailed steps on how to reproduce the bug `juce::GlyphArrangement::getBoundingBox()` takes a `bool` parameter called `includeWhitespace`, but in practice whitespaces that result in bounds of a width of 0 (such...

Hey there! I'm running into the following issue: 1. I'm enumerating through all the `supported_output_configs()` and finding one where my preferred buffer size fits within the `SupportedBufferSize` range. 2. I...

### Describe the bug When I create an empty beta mobile project, and then run these steps: 1. `pnpm install` 2. `pnpm tauri ios init` 3. `pnpm tauri ios dev`...

type: bug
status: needs triage

This PR adds support for `bundle.ios.frameworks` for mobile iOS apps. This should close https://github.com/tauri-apps/tauri/issues/9962. ## Work From what I gathered, these were the necessary steps: - Add the`frameworks` field to...

### Describe the bug I generate an Xcode project through `cargo tauri`. When I then open it and try to build in Xcode manually, the script execution phase fails with...

type: bug
status: needs triage
platform: iOS

In our codebase (at work) we have a folder that contains spaces. When working on files in said folder, I have problems with `clangd` showing incorrect inlay hints. The code...

bug

### Describe the problem I want to be able to react to key events coming from the application event loop. I am building a shortcut system for my Desktop app,...

type: feature request