Sam

Results 35 issues of Sam

Adds ability to do stuff like `users:sam in:replies` and `some search in:topics` Keep in mind that some stuff is a bit complicated and meaningless eg: `in:topics status:closed` which is basically...

i18n

At the moment pre commit hooks can use 1. mime type filters (but there is none for Ruby) 2. globs (for .rb) files which miss stuff that has `#!/usr/bin/env ruby`...

feature request

At the moment default_config for plenary is to do this hack: ``` { "nvim-lua/plenary.nvim", config = function() local log = require("plenary.log") local original_new = log.new log.new = function(config, standalone) local...