-
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…
-
#### Issue details
C:\Users\username\Documents\Mission Planner
How change default mission planner save folder?
#### Version
_What version was the issue encountered with_
#### Platform
[ x] A…
-
#### Issue details
there are not flight modes (it's empty) to choose from.
1.Action -> set mode
2.Configuration ->Mandatory -> Flight Modes
3.Unknown in HUD
#### Version
1.3.49.1
#### Plat…
-
I tested this in the original Jasp.exe just to see but and it didn't work there too, but spawning a ship, npc spawn vehicle x-wing. it does not fire anything nor does it have thruster fx, same with ma…
-
Hey there!
This is a very interesting project - good work!
It would be very helpful for a project of mine if this would also work for fixed-wing aircraft. Where can I help to realize this quickly?
…
-
#### Issue details
With the release of fpv.wtf and MSP OSD, is it possible to have the option to change the OSD screen in MP to reflect the screen size of HD? At the moment, some elements are off-scr…
-
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
Failsafe events cause airplane to enter RTL when not flying. This is dangerous. A typical scenario is an the RC transmitter is held too close to the receiver and signal is lost, or…
-
### 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…
-
### Feature Spec
Wing now supports specifying logic for comparing whether 2 instances of the same user-defined class are equal.
```ts
class A {
x: num;
y: str;
init(x: num, y: str) {
…