-
### The following section should be added to the language reference:
### 3.9 Computed Properties
You may use the following syntax to define computed properties.
Computed properties are syntactic su…
-
Better Pushback crashes XP12 when choosing preplan from Zibo Pad. Log:
2022-12-25 23:32:51 BetterPushback[acf_outline.c:217]: Error parsing acf file: property _wing/7/_Croot not found
2022-12-25 23:…
-
### Is there an existing issue for this feature request?
- [X] I have searched the existing issues
### Is your feature request related to a problem?
The model wizard is a one time setup scripts. I…
-
Adding to the amazing work done for MT-32 support in Boxer, I'd very much like to see a possibility to also configure additional audio options, e.g.:
- Selection of Sound fonts - Core Audio is able to…
-
Occasionally when flying the ff 757 v2, I lose the ability to click on anything in the cockpit. I have determined from the x-plane (v11.11) log file that the only error was caused by better pushback (…
-
# 1.4.30V0
- [ ] Terminus: Terminus is waiting for players who left to ask if their commander goes to the command zone. This is hard casted terminus and the player already quit about 3-4 turns ago.…
-
#### Issue details
When landing at same altitude as takeoff, the baro and lidar should somewhat agree during landing. If not, the lidar should fail sanity checks and be ignored and/or reset.
#### Ver…
-
Adding new activity in WASH Cluster
- [x] Activity Name : MHM Kit Distribution
- [x] This activity shall only enable the women (girls, eld. women are disabled) input
- [x] Using the automatic cal…
-
Switching pages by clicking a link through [``](https://github.com/Phoenix-Wing/Reservoir/blob/214fda6cb60ce7ec8daaac4114e5a12e0ecee753/components/SmartBreadcrumb.vue) does not use ``, and so does not…
BD103 updated
11 months ago
-
### I tried this:
Wrote this code:
```ts
bring cloud;
let s1: str? = nil;
let s2: str? = nil;
let s3 = s1 ?? s2;
```
### This happened:
Got this error:
> Expected type to be "str", but go…