Kyle Hubert

Results 49 comments of Kyle Hubert

> > I tried building a release target, and saw this error > > I believe you either have an older version of Rust or you are compiling on nighty...

I ran this: ```shell $ gem install --user-install sublime_syntax_convertor $ ~/.gem/ruby/X.X.X/bin/sublime_syntax_convertor Handlebars.tmLanguage ``` Replace, `X.X.X` with your Ruby version. Does this help?

I still see the `unexpected message type` error. Is anyone else reporting success?

It looks like PGPASSFILE does not actually make it into the Config to be sent to scramAuth. WAL-G claims that all PG environment variables are supported, but the version of...

I’m not in front of that environment right now, but it does work with PGX v3.6, as long as the PGPASSWORD env var is used. I was running it for...

Yes, that's correct. Which to be fair, PGCONN has moved forward a lot in this area. New versions of PGX support PGCONN/PGPASSFILE Configs: https://github.com/jackc/pgx/commit/b3c8a73dc7e9385888fafbd08124e8f10c69261f PGPASSFILE is its own package now:...

Does WAL-G support a config file? If so, it could pass through configuration to PG* modules via the Config parameter to Connect. That, I think, is @OrangeDog's request. Probably belongs...

Whoa, this is buried in Greenplum documentation? https://wal-g.readthedocs.io/Greenplum/#configuration-file I never knew there was a config file. I've been passing nothing but ENV vars. Then, I propose @OrangeDog open a new...

I also use Blink on MacOS, the addition of 24bit color support gives me a very nice terminal on the M1. The only caveat is that the scroll is reversed...

If helpful, I created an issue with the patch in #1279.