-
Hi Radon! Thanks again for this great resource!
I'm having a problem building the admin shell: `make image shell I=admin`
It says my ubuntu image is:
https://download.docker.com/linux/ubuntu hi…
-
Not sure if this should go here or on the pull request side, but can we talk about how hostile fleets behave when the player leaves the system? Currently, if you are in a pitched battle and it looks l…
-
I want SDL2!
I play Pioneer instead of Oolite because of this.
-
### Steps to reproduce
1. Create a flutter project that [handles deeplinks via GoRouter](https://docs.flutter.dev/ui/navigation/deep-linking). This includes setting up the appropriate [apple-app-si…
-
Currently, it seems that terrestria is crashing a fabricmc instance I have on my personal computer that I've been trying to update to the latest version. Here's the most relevant error log that I saw,…
-
Currently, `util/Random.cpp` contains two harmful functions:
void Seed(unsigned int seed)
void ClockSeed()
Seeding should *always* be done for the full state of the object (not just 32 …
-
Users Online Now: 1,630 (Who's On?) | Visitors Today: 472,955
-- | --
Pageviews Today: 839,584 | Threads Today: 301 | Posts Today: 6,118
12:57 PM
Disclaimer / Copyright Info - Privacy Po…
-
Consider some code such as the following, where `A` is some class defined in a library:
```dart
// library
class A {
A(this.foo);
final int foo;
}
// user code
void main() {
final A…
Hixie updated
11 months ago
-
Currently, each annotation takes its own line, leading to code that is not as comfortable to read. Made up example:
```crystal
@[Nullable]
@[Unique]
@[Default(0)]
@[Type(smallint)]
property My…
-
If you try to use StreamView or Delegating* classes (from the async package) as a superclass you can hit some **REALLY** awkward syntax:
```dart
import 'dart:async';
class DelegatingStream {
…