Jessica Stokes
Jessica Stokes
The “now” keyword, when passed to the `date` filter in Shopify Liquid calls out to [Ruby's `Time.now`,](https://github.com/Shopify/liquid/blob/8dcc3191281478c4ba544d3c507fdb99aa512f75/lib/liquid/utils.rb#L72-L73) which returns the current time, in the current system time zone: ``` $...
Hi there, this is a fantastic extension, thank you so much for it! I was just wondering if it’d be possible to force YouTube to always display its captions using...
Hi there, I’ve found this crate while trying to use some parts of `NSFileManager` from Rust, and I think this crate _might_ do what I want, but given there’s no...
It appears that #188 caused all footnotes/references in a document to be hoisted to be at the start of the description, including those not referenced in the excerpt paragraph. This...
We’re currently using a bunch of the deprecated, soon-to-be-removed methods. It will be impossible to upgrade to React 17 if we don’t transition away from these. Most of the usages...
Took me a bit to figure out why I was getting huge error logs. Turns out it’s because I only supplied an NA session ID. Might be worth it to...
Should be possible to replace ``s with `` components
This would allow for better compatibility with vanilla Preact
Hi there, I’m trying to use the `Windows.Gaming.Input` methods to get Gamepad access. I’m having a lot of trouble figuring out how to implement the event handlers! I’ve gotten as...