Josef Duchesne

Results 5 issues of Josef Duchesne

As the distribution grows, it may stop making sense to package all apps into it. What kinds of package management solutions make sense for this project? My preliminary thoughts are:...

I have an entry file A, which requires B, C, and D. B and C use types from D, but they're always available since A requires them first. This all...

On starting the server (for the first time), I get the following message: > Unable to start server: Digital Ocean API error: You specified an invalid image for Droplet creation.....

Like the title says, the fields `console.windowWidth` and `console.windowHeight` work correctly, but do not update after a window resize. Here's an example: ```dart import 'package:dart_console/dart_console.dart'; import 'dart:io'; void main() {...

I noticed this while using PangoCairo, but I was able to reproduce it using Cairo alone: ```python import cairo with cairo.SVGSurface("output.svg", 700, 700) as surface: context = cairo.Context(surface) context.set_source_rgb(0, 0,...

needinfo