Ryan McGrath
Ryan McGrath
From: https://developer.apple.com/documentation/apple-silicon/addressing-architectural-differences-in-your-macos-code >- The NSTextAlignment enumeration uses different numerical values for some constants on arm64 and x86_64 architectures. When referring to constants using numerical values, validate that you use the...
This project is awesome, but one thing you may want to consider is using `` groups in a larger hidden SVG tag and then outputting `` where the SVG should...
https://github.com/codedread/scour This might be useful as an optional dependency or something; most SVGs in browsers don't need even half the stuff that editors put in there.
I was looking at this after some time away, and wanted to get (proper) folder sending working. Opening this PR as it's easier to have a discussion with code being...
I know, I know, it kinda defeats the point of SSL entirely, but there's legitimate cases where this is useful (e.g, Gmail having SSL issues randomly, all you care about...
...or, if it does, I'm simply completely misunderstanding it. I need to freeze the header (row `0`) and the first two columns (columns `0` and `1`). No matter where I...
Just glanced through the source - unless I'm missing something here, `string` should really be `newhtml`. ``` function $replace_with(node, newhtml) { node.outerHTML = string; } ```
This approach is pretty much 90% of the way there, but that last naggling 10% is the caching integration with regards to Webpack/Babel/etc. I'd love to hear input from others...
Appreciate the library! [RFC 4287](https://datatracker.ietf.org/doc/html/rfc4287#section-4.1.3) notes: > atom:content MAY have a "src" attribute, whose value MUST be an IRI reference [RFC3987](https://datatracker.ietf.org/doc/html/rfc3987). If the "src" attribute is present, atom:content MUST be...