Flo
Flo
When developing a script today, I wanted to stop execution when the user cancels a selection in a combo box. I called `scriptThread.stopScript()` but the execution did not stop (ran...
# Issue console data loss when using break after x bytes and triggering refresh of console (open/close settings) # Reproduction Steps: - set console settings to only break after e.g....
The patch for exercise 83 (anonymous lists) uses the type `[5]u8` for the string. To be consistent with exercise 77 (sentinels) shouldn't it be `[5:0]u8`? (It makes not difference to...
This PR addressed https://github.com/zed-industries/zed/issues/8558 and allows the [Dart Client Workspace Configuration](https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/tool/lsp_spec/README.md#client-workspace-configuration). Differing from the issue, the settings are used from the LSP settings section, example: ``` { "lsp": { "dart":...
### Check for existing issues - [X] Completed ### Describe the feature With the merge of #7220 Dart LSP is working but not all features of the LSP are supported....
Added a new matrix view (i.e. one line per destination with several departure times) Screenshot: 
- Adds barrier free information to departures - improves compatibility with older iOS versions (for serveronly) - no use of arrow functions - let replaced by var Note: still does...