Daniel Bretoi

Results 34 issues of Daniel Bretoi

1. brew install most 1. PAGER='most' glow README.md -p ```bash Error: exit status 1 Usage: glow SOURCE [flags] Flags: -h, --help help for glow -p, --pager display with pager -s,...

bug

I'm using rsync to copy many small files. They're about 1-2K. Using rsync to transfer 200K worth of files takes about 1.5-2 minutes. Similarly, simply deleting the files with rm...

``` javascript objectPath.move(obj, 'old.path', 'new.path'); ``` instead of: ``` javascript const path = objectPath.get(obj, 'old.path'); objectPath.set(obj, 'new.path', path); objectPath.del(obj, 'old.path'); ```

Ref: https://github.com/sharkdp/bat/discussions/2243 > it would be cool if we could do Python-style negative-number ranges like this: `bat file.txt -r -10:` > which would mean: "10 lines from the end until...

feature-request

Maybe there's a way to do completion within Eclipse, if so please let me know, but either way I'd love to be able to configure the tab button (I don't...

Defect

``` ruby #!/usr/bin/env ruby $:

where can I find job postings for gab ai ? I've looked but I can't find.

Is this not working with rails 3? ``` [~/km/sio/trunk]$ bundle exec ar_sendmail --create-migration Unhandled exception undefined method `classify' for "Email":String(NoMethodError): /Users/daniel/.rvm/gems/ruby-1.9.2-p0/gems/ar_mailer-1.5.1/lib/action_mailer/ar_sendmail.rb:125:in `create_migra tion' /Users/daniel/.rvm/gems/ruby-1.9.2-p0/gems/ar_mailer-1.5.1/lib/action_mailer/ar_sendmail.rb:369:in `run' /Users/daniel/.rvm/gems/ruby-1.9.2-p0/gems/ar_mailer-1.5.1/bin/ar_sendmail:5:in `' /Users/daniel/.rvm/gems/ruby-1.9.2-p0/bin/ar_sendmail:19:in `load' /Users/daniel/.rvm/gems/ruby-1.9.2-p0/bin/ar_sendmail:19:in...

Have scrobbling work with trakt.tv would be awesome. IOW, link with https://github.com/trakt/Plex-Trakt-Scrobbler

feature-request

I use ~/local for all my installs because it gets too cluttered otherwise. `--prefix=$HOME/local` otherwise I get `~/include` `~/lib` as well as `~/bin` However, in `create_shortcut_cmd()` I see the command...