Mildred Ki'Lya

Results 195 comments of Mildred Ki'Lya

Hi, I'm new here but I would like to give feedback on this proposal that seems a powerful way to achieve many things in CSS. I would also like to...

No need for `custom-element`, you're right unless the enclosing element contains DOM nodes, in which case those nodes would be moved to the slot inside the template I believe. It...

In go there is a similar concept in [contexts](https://pkg.go.dev/context)

It's easy to workaround this, so I suppose this is not going to be top priority, and if it adds complexity, perhaps it's best to leave it out. It's easy...

Currently there is an issue with printing PDF on webkit. It shows `lpr: Error - No default destination.`

It seems there is easy way to print to PDF in WebkitGtk: https://bugs.webkit.org/show_bug.cgi?id=212814

Perhaps there is a way to make the PDF generation work by using the PDF printer by name, but there is a problem with i18n in that case as the...

It seems possible to print to PDF using the print to file printer, and it's possible to discover this printer as webkitgtk does it already, but in a private part...

As for Win32, I have no means of testing

Another problem... with this I found that the printers have all an empty name :( ```rs use gtk; use std::ptr; pub struct Printer { } pub struct PrinterBackend { }...