Hajo Nils Krabbenhöft

Results 22 comments of Hajo Nils Krabbenhöft

I finally figured out where the border artifacts come from: The original paper also uses reflection padding inside the residue blocks, this implementation uses zero-padding. As such, the residue blocks...

Same issue here. I tried unicorn, puma, thin, but each one would just deadlock with 0% CPU on the first access in development mode. Adding ``` if Rails.env.development? Sprockets.export_concurrent =...