Jeremy Lowery

Results 5 comments of Jeremy Lowery

So the underlying platform here is a container running under LXC on ubuntu. The file systems are local block devices mounted under the container (ext4/drbd/lvm storage stack).

So the issue here is that getMatchedCSSRules doesn't honor media queries. I asked ChatGPT to rewrite it to support media queries and it gave this: function getMatchedCSSRules(el) { const matchedRules...

I've also experienced the same behavior with 2.0.18 and python 3.8.10. This problem does not allow an exception handler to return back a friendly error message to the browser.

The current behavior just bit me and I wanted to share the circumstance if it helps the PR be accepted. My particular situation was that a simple refactoring made all...

I think extended the concept of the HTML **<BASE>** tag would be an interesting idea. It's practically worthless because you can only specify it at the document level. It's double...