Laas Toom
Laas Toom
Currently only `FilterParameters` logger exists to filter sensitive information from request parameters, but similarly sensitive information can also be contained in Request Headers as well as Response (e.g. the `Authorization`...
The binary Tunnelblick.alfredworkflow is actually a zip file that should be versioned in source form. This makes it easier to make and version changes in the workflow configuration. This is...
The `DeviseOtpAuthenticatable::Hooks::Sessions#create_with_otp` method destroys previous data in `warden.session` when OTP challenge is required. See [sessions.rb:23](https://github.com/wmlele/devise-otp/blob/ab2a9bc154a014318cd0c3ab0d5b0b86e3de8a42/lib/devise_otp_authenticatable/hooks/sessions.rb#L23) This conflicts with many important features of Devise and related plugins, such as: - `return_to`...
React extracted `PropTypes` to separate module. This PR upgrades to make use of that.
React extracted `PropTypes` to separate module. This PR upgrades to make use of that.
This PR maps keyboard shortcut `v` to open the slide deck in `$VISUAL` or `$EDITOR` (or `vim`). If the editor is any of `vim`, `joe` or `nano` the cursor is...
Making a mistake with search regexp resulted in tkn bailing out. This PR adds `begin...rescue` block to display any such error and continue as if nothing happened.
I can't quite tell why, but all PHP files open with `Vue Component` syntax highlighting. I have to always manually set the syntax to PHP. Can't quite remember when this...
Enable PeepOpen to use MacVim tabs even if MacVim is configured to open files from other apps in new windows. It first detects if the editor is MacVim and then...