-
Any chance you can add a decimal point on all the temperature outputs and change the increment from "1" to "0.5" ?
The Daikin aircons support temperature output steps with ".5", for example:
…
-
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 (…
-
The new wavelength positions for the 5 and 7 points are not equally spaced.
The code needs to handle it when it computes the `d_lambda` for the analytical gaussian fit and we need to implement a le…
-
#### 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
10 months ago
-
I'm not sure if this is the best place for this, but seeing as so many X-Wing app-related projectes use XWS...
What are you all doing about the J5K losing its 2 x Torpedo and 1 x Salvaged Astromech…
-
**Describe the bug**
In my Dosbox conf file I've set ems=true & vcpi=true. Trying to launch any Origin flight sim (Strike Commander, Wing Commander 3, Privateer) either immediately reboots the emulat…
-
### 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…