-
### 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…
-
### Terraform Core Version
1.5.2
### AWS Provider Version
4.65.0
### Affected Resource(s)
I have the same issue described [HERE](https://github.com/hashicorp/terraform-provider-aws/issu…
-
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…
-
### 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…
-
## YASB (First Edition) Bug Report
### This bug report filer is for First Edition X-Wing only!
**Note:** If you are experiencing problems with the permalink URL when you have **Maul** or **Bombl…
-
## YASB (First Edition) Bug Report
### This bug report filer is for First Edition X-Wing only!
**Note:** If you are experiencing problems with the permalink URL when you have **Maul** or **Bombl…
-
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…
-
### What happened?
Lightning dragon's head will twitch every 1~2 second when flying or hovering. The twitch seems to happen everytime the wing reaches its peak, so I guess maybe an animation looping …
-
### 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) {
…