-
### I tried this:
```js
let x = MutJson { y: 123 };
let y: Json = x.copy();
let z: MutJson = y.copyMut();
```
### This happened:
Couldn't find these methods.
### I expected this:
_No response…
eladb updated
1 month ago
-
Modelling
- [x] Rr WIng of 2 pcs
- [x] Rr Wing of 2 pcs - Main Plane x1.25 Larger
- [x] Rr Wing of 1 pc - 50mm Higher
- [x] Diffuser for Xtrac P1227 Gearbox
- [x] Base Surface
- [x] ~Bulge…
-
## 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…
-
### I tried this
```js
// wing code
log("");
let body = "hello";
log(body);
if true {
let body = "${body}world";
log(body);
}
log(body);
```
### Instead, this happened
```
--…
-
We should check the relative coordinate system to which the path definition, i.e. the translation and rotation of the control surfaces, refers.
CPACS documentation:
> The deflection path of the c…
-
New Names by Reprint:
A-Wing => A-Flügler
B-Wing => B-Flügler
E-Wing => E-Flügler
K-Wing => K-Flügler
X-Wing => X-Flügler
Y-Wing => Y-Flügler
# TIE-AGGRESSOR
Sienar Specialist => Experte vo…
-
### I tried this:
```js
class A {
pub var x: num;
new() {
this.x = 5;
}
}
let a = new A();
let foo = () => {
return a;
};
a.x = 5; // OK
let y = foo().x; // error: Prope…
-
### DB Selector
DB3K
### Baseline
Ship #3462 - 01 Deniz Han [C92] (Turkmenistan - 2021) approximate size and displacment RCS match only.
### Hypothetical
Yes
### Name
Trolley de Prévaux OPV (P…
-
This focuses JUST on B-Wing and TIE-FIghter mechanics. NOT The star destroyer.
Stage 0:
- [x] Make TIE Fighters destroy-able
- [x] How do they know they've been hit?
- [x] Add laser cannons to…
-
> If x is Json, then should "{x}" do something different than Json.stringify(x)?
Maybe... Pragmatically:
```js
let x: Json = "hello";
log("hello, {x}");
```
Would be nice if it printed:
…