Oscar Rivas
Oscar Rivas
Hi, I have the same problem (t480 and secure boot disable), but I commented the line 824 and it started working. I don't sure if correct what I've done.
Hi, I just got stuck with this. I tried many things, so far this is the best approach I have: ```ruby module EmailNotifier def call(exception, options = {}) options[:env] =...
I have a similar issue, I'm trying to profile a sidekiq job trough a middleware with memory profiler (sidekiq is running only with 1 thread). When I execute the code...