torellicode
Joined
        2,430 Experience
      
    
        24 Lessons Completed
      
    
        0 Questions Solved
      
    Activity
Posted in Base62 Encoding Short Codes Discussion
Chris, 
I am very curious upon your decision to prepend the characters to the result string, instead of appending?
Posted in Base62 Encoding Short Codes Discussion
ALPHABET = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".freeze
Man, that happened to me a while ago on a new install... I want to say I was missing Yarn or something, which prevented the precompile from running during the project init. Hopefully that helps!