Evan Barger
Evan Barger
Just upgraded a project to webpack 5.16 (via going from Gatsby 2 -> 3), and just started seeing this warning in the console. ``` warn Unsafe builtin method was used,...
Within an RSpec test... ``` Timecop.travel(Time.parse('June 2014')) Time.use_zone(customer.time_zone) do customer.time_zone # => "Pacific Time (US & Canada)" Date.today # => Sun, 01 Jun 2014 Date.today.in_time_zone.utc_offset # => -25200 (correct for...
See https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/#removal-of-boundactioncreators. Seems like you just need to replace `boundActionCreators` with `actions`. I tried it locally and that seems to be only change needed to get this to work :)...
Running Outrun on analogue pocket firmware 1.2, when quitting the core I see the message "Error in framework. Core won't enter reset" about 50% of the time. After this error,...
Currently we assign different "features" to pages based on their location in our various directories. For example, docs in `product_docs` must have a specific folder structure, will be versioned, will...
To determine the "last updated at time" for each page, we currently... 1. Have the whole repo history downloaded (IE not a shallow clone) 2. Run `git-restore-mtime` to fix the...