Michał Sawicz

Results 243 comments of Michał Sawicz

You can also pipe it in, using `--cloud-init -`, it won't matter where the file is, then.

I've changed the title to reflect that we could do better when letting the user know what went wrong.

@brianthelion BTW if you don't want to use NetworkManager, you can always create a bridge by hand and then use that with `--network`: https://netplan.io/examples/#configuring-network-bridges

@brianthelion install from apt, the snap is only really useful on Ubuntu Core. The default configuration on Ubuntu Desktop is this: ```yaml # /etc/netplan/01-network-manager-all.yaml # Let NetworkManager manage all devices...

Hi @felixkasza thanks, again, for an extensive writeup! Yes, we're not entirely happy about how this works on Windows. On other platforms we inspect the DHCP leases and find matching...

> > [...] lets make sure the name better differentiates it from the existing _gnome_ extension (e.g. _gnomeless-graphics_?). > > `basic-graphics`, `primitive-graphics`, `mesa-graphics`, `mesa` `plain-graphics`, `gl`, `accelerated-graphics`, `gpu`? `mesa` shouldn't...

> What about `graphics-minimal` (or `graphics-min`) and we push for re-naming the current `gnome` extension to `graphics-gnome` in the next version of snapcraft? That would suggest there can be a...

@wanjm there's a new approach to crossing the Dart / native boundary in the works: https://github.com/flutter/flutter/pull/165072 https://docs.google.com/document/d/1UEaxd_aIlsPMzkfB6oyeYaKzwHadrWGyMzOS33oSbK4/edit Not too long! We have agreement on the Dart API, multi-view prerequisites mostly...

> Is the plan to move over to this approach, or to continue on with method channels until the FFI approach is finalized and ready? If the plan is to...