Hubert depesz Lubaczewski

Results 12 issues of Hubert depesz Lubaczewski

## Description With psql, I can add this to ~/.inputrc: ``` $if Psql "\ee":"explain (analyze, buffers) " $endif ``` and (if psql was compiled with readline support), pressing alt-e will...

So, I did: ``` RSpotify.authenticate("...", "...") fool = RSpotify::User.find('depesz').playlists.first albums = RSpotify::Artist.search('F.O.O.L').first.albums(limit: 33) albums.each { |x| puts "== #{x.name}"; fool.add_tracks!( x.tracks ) }; ``` It didn't add any tracks, and...

This is mostly question, but bug. But - registered API key, wrote sample script, and for some reason, even with paging, I just get some (60) of my playlists. Some,...

### Describe the bug Some aws commands generate warning related to strings, when asking for help. ### Expected Behavior Help pages shouldn't generate warnings. ### Current Behavior This is just...

bug
p3

Hi, I was trying to setup pglogical replication from pg12 to pg14 of dataset with ~ 3tb. after two days, we gave up. dropped all stuff related to pglogical form...

In the doc I see that you use: ``` set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' ``` The thing is that after running this @plugin will have value of...

Was using vaulted installed on ubuntu box, but recently migrated to fedora. Built vaulted, but I can't use old config. Tried to make new one, and: ``` =$ vaulted add...

Hi, I'm trying to get my company to allow use of memorybot for us, and as one step of the process I was asked to run security check using "snyk"....

I tried to configure odyssey using this: ``` storage "postgres_server" { type "remote" host "localhost" port 5432 } database default { user default { authentication "md5" password "md5d69880bc7328401a6d516723fd22581c" auth_query "SELECT...

Hi, first of all - WOW! Amazing stuff. My family is currently distributed around the world, and we love SkullKing. Your site and software is absolutely amazing. Would love if...

enhancement