Benedikt Radtke

Results 140 comments of Benedikt Radtke
trafficstars

I more or less managed to build everything for x86_64 (without proper devices trees and whatnot) and have it include the vmlinuz and initrd of Ubuntu 22, but it fails...

I have built an iso image with `make E=uvmm-basic grub2iso`, but I can't get it to boot on other Hyper-V (gen1 and gen2 VMs) and on a ThinkPad T520. Is...

I have now plugged the stick into an Asus PRIME X570-P, explicitly selected it in the boot device menu, but it don't get to see anything of grub, and after...

After examining your isos and prowling through your perl scripts I have noticed a few things: - `make E=uvmm-basic grub1iso` was failing because my container didn't have `grub` installed, you...

>The mdbook project deliberately chose to let the ecosystem develop plugins for these sorts of things instead of trying to include it all within the one project. Is there a...

You are talking about fts 3 and 4, will you also support 5?

Can we make it contain an empty list or None, instead of throwing?

yes we can! Specifying `lazy='noload'` on the relationship [does the trick](https://docs.sqlalchemy.org/en/14/orm/loading_relationships.html). @rhoboro since lazy-loading should never work with async (?), you might want to set it on every relationship. I...

Unfortunately not, the data is sensitive and I didn't have the time to reproduce it with dummy data

On Ubuntu, neither the [Microsoft feed](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#install-net) nor the [Ubuntu feed](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#supported-distributions) has dotnet 8 packages. For last year we have a [nice list of what has been completed](https://github.com/dotnet/core/issues/7939), can we get...