Richard Schneeman
Richard Schneeman
For example `Digest::SHA256.hexdigest` only uses hex, so it never generates uppercase characters.
So it looks like the filenames are already using hex ``` require 'securerandom' string = SecureRandom.hex Digest::SHA256.hexdigest(string) == (Digest::SHA256.new true ``` I need to look into using `hexdigest` method only,...
I guess I don't know how we can be making file paths with upper and lowercase characters as hexdigest wouldn't allow it. Maybe something else is happening here?
The behavior the original ticket describes was not in Sprockets 3.1.1 Can you open a new issue and give us an example app that reproduces the behavior. Also please try...
> Can you make a suggestion on creating an app -- on github Run `$ rails new` then add what ever files you need, put sprockets 3.6.x in the gemfile,...
Is there still an issue here with sprockets 4?
I finally got a physical windows machine. Is this still an issue?
I'm constantly hitting the windows key by accident thinking it's CMD. It's like re-learning how to computer all over again. Thanks for the reply. I'll keep the issue open, it...
Looks like this is a bug in concurrent-ruby see rails/rails#24627
Which is being tracked in https://github.com/ruby-concurrency/concurrent-ruby/issues/528