Liam

Results 214 comments of Liam

Confirmation prompt doesn't need its own focus variant, we can use the generic float variant with slight refactoring. https://github.com/lj3954/linutil/commit/0a17f4272397964719f73d1cba2a06eac00c63e0. The only thing missing is exiting on `q` or ``, which...

> I think the focus specialization is fine there, it prevents us from needing to polute the `FloatContent` interface for other implementors I don't think it's "polluting" the trait. All...

> I also don't like the use of dynamic dispatch in the floating widget implementation, it is not worth it and should be just an enum. Dynamic dispatch heavily simplifies...

> 1. the types are still generated and all the functions are still created and present in the final binary, there is no magic Moving away from dynamic dispatch would...

> > > > Titus liked it the first time 😄 Please look at the original pull request which implemented floats with static dispatch: https://github.com/ChrisTitusTech/linutil/pull/137/files. I think you can agree...

> And in this case it is very clear that unobstructed access to widgets, some of which have different behaviours, focusing behaviours, running other widgets / floats / windows, etc....

> I mean the generated code will not have duplicates because of the different types involved, as there are no generics. Yes, there will be generics. Unless you want to...

Hey folks, I've created a tool that can automate the process mentioned above, replacing the Serial, MAC Address, and other information. It's documented in the [project's wiki](https://github.com/quickemu-project/quickemu/wiki/03-Create-macOS-virtual-machines). It doesn't currently...

Please drop changes in hint.rs.

Linutil-pre & linutil-pre-bin would also need to be packaged, since there are separate prerelease builds. These packages would have to be updated in the case of releases as well, due...