Ivan Malison

Results 114 issues of Ivan Malison

``` [|] git-fame is crunching the numbers, hold on ... /nix/store/fqwi4kf2f3vyh65rg3y56n48glla5108-ruby3.1-activesupport-7.1.3.3/lib/ruby/gems/3.1.0/gems/activesupport-7.1.3.3/lib/active_support/core_ext/enumerable.rb:218:in `block in compact_blank': undefined method `blank?' for "HEAD":String (NoMethodError) reject { |_k, v| v.blank? } ^^^^^^^ from /nix/store/fqwi4kf2f3vyh65rg3y56n48glla5108-ruby3.1-activesupport-7.1.3.3/lib/ruby/gems/3.1.0/gems/activesupport-7.1.3.3/lib/active_support/core_ext/enumerable.rb:218:in `reject'...

I've generalized org-projectile to support a project backend in this branch: https://github.com/colonelpanic8/org-projectile/tree/org-project-capture Which im likely to release very soon. I'm pretty sure that the project backend that it provides will...

The way that the python environment is set up for scripts/entrypoints (by modifying sys.path with site.addsitedir) is not inherited with multiprocessing (when spawn is used) Basically, because the modification to...