Youssef Boulkaid
Youssef Boulkaid
Hi, `ActiveSupport::TaggedLogging` is supposed to be able to wrap ["any standard Logger object"](http://api.rubyonrails.org/v5.1/classes/ActiveSupport/TaggedLogging.html). However, when wrapping an instance of `Logging::Logger`, this does not work: ``` ActiveSupport::TaggedLogging.new(Logging::Logger.new(STDOUT)) => NoMethodError: undefined method...
In the "Perspective projection" section, the cube coordinates used in the pseudo code do not match with the ones used in the [The code sample](https://github.com/ggambetta/computer-graphics-from-scratch/blob/master/demos/raster-05.html#L135-L143)/image. This updates the pseudo code...
This is a 🙋 feature or enhancement. ## Summary This PR adds the optional ability to use MD5 digests for incremental builds instead of the file's modification time. ## Context...
This is a 🔦 documentation change. ## Summary The CLI documentation for safe mode was vague, as reported by #9040. This PR adds some documentation to it: - A short...