-
### 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…
-
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…
-
### Name of chapter inquiring about
**7 cloud native community groups across Angola, Mauritius, Nigeria, Rwanda, Senegal and Tunisia**
### Tell us about yourself. List your name, email, company, Git…
-
## Description
This is an issue to track tasks & have discussions on improving the Control Allocation user experience. I previously had a google doc to keep these tracked, but now making it public on…
-
Hi, I have been trying now for a while to add "wind" to this and failed miserably.
I was wondering if this is something you could do easily?
Ideally I want to set a wind vector (direction & spe…
-
#### 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…
-
# WebRV
- [This project](https://warehouse.riverscapes.net/p/0f76f639-4ec7-4b9d-b5e9-1716616c8c55/overview) from the new warehouse works well for viewing the layers in QGIS before exporting them
- R…
-
### Describe the bug
I don't know if this is considered a bug, it is definitely an unexpected behavior
it seems that passing undefined to `state.{expanded / columnSizing/ ...}` or passing undefine…
-
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?
…
-
### 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) {
…