I hereby claim:
- I am cschramm on github.
- I am cschramm (https://keybase.io/cschramm) on keybase.
- I have a public key whose fingerprint is 93C2 2423 2563 43DB 136F 0B20 9769 BD93 04CD C499
To claim this, I am signing this object:
| class ParameterSanitizer < Devise::ParameterSanitizer | |
| def for(kind) | |
| @params.fetch @resource_name, {} | |
| end | |
| end | |
| class ApplicationController < ActionController::Base | |
| include SignedForm::ActionController::PermitSignedParams | |
| protected |
| module ActionMailer | |
| class DeliveryJob < ActiveJob::Base | |
| def initialize(*args) | |
| super(*args << I18n.locale.to_s) | |
| end | |
| alias_method :orig_perform, :perform | |
| define_method :perform do |*args| | |
| I18n.with_locale(args.pop) { orig_perform *args } | |
| end |
I hereby claim:
To claim this, I am signing this object:
| ProblemType: Crash | |
| CurrentDesktop: MATE | |
| Date: Sat Aug 22 17:08:25 2020 | |
| ExecutablePath: /usr/bin/blueman-assistant | |
| ExecutableTimestamp: 1597770305 | |
| InterpreterPath: /usr/bin/python3.8 | |
| ProcCmdline: /usr/bin/python3 /usr/bin/blueman-assistant | |
| ProcCwd: /home/cschramm | |
| ProcEnviron: | |
| LANG=de_DE.utf8 |
| from gi.repository import Gio, GLib | |
| bus = Gio.bus_get_sync(Gio.BusType.SESSION) | |
| info = Gio.DBusNodeInfo.new_for_xml(""" | |
| <node name='/'> | |
| <interface name='org.kde.StatusNotifierItem'> | |
| <property name="Category" type="s" access="read"/> | |
| <property name="Id" type="s" access="read"/> | |
| <property name="Title" type="s" access="read"/> |