Alexander Larsson

Results 500 comments of Alexander Larsson

Its a bit tricky, since extensions can't really have extension of their own, and the way debug stuff works the result has to be in /usr/lib/debug which is not where...

It is not a perfect solution, but many of these setups has some way to pre-seed the download. For instance, this manually pre-seeds the nwjs release: https://github.com/flathub/io.github.betaflight.BetaflightConfigurator/blob/master/io.github.betaflight.BetaflightConfigurator.json#L110 And there is...

Bunch of npm code is from @gicmo too. This is a basically script, and as such its likely to be copied about and reused, so IMHO a very lenient license...

So, lets go MIT?

This doesn't seem right to me. During the AUTH_WAITING_FOR_BEGIN we pass through buffers from the client to the bus as is, but keep all the from-bus data around until we...

The nice thing about pivot_root is that we can completely clean out any references to any mounts we didn't create from the sandbox. MS_MOVE would just cover them. This seems...

auto-creating a mountpoint for the root seems nice though

I pushed some lightly tested fixes for the issues I found. Please have a look at these. Otherwise this looks good to me. I'd like to not have any individual...

I found one more issue in testing, but now it seems to work, so I squashed the functional changes into one commit (with props to ryan and alberto). I think...

The only real change was to the handling of auth messages. We now delay the setting of AUTH_COMPLETE to after calling got_buffer_from_side() as that would otherwise try to parse the...