Elliot
Elliot
Hi @madhavajay, Thanks for the detailed issue. Honestly I didn't put much time into windows support for tunshell so I don't believe that it is going to be an easy...
Hi @bmcpt, PTY shells are excluded from iOS and android builds here: https://github.com/TimeToogo/tunshell/blob/master/tunshell-client/src/shell/server/mod.rs#L110 From memory it may have been because the pty crate failed to build against the android target...
Would be good to get this merged in for the next release if at all possible. Simple reproduction is to run the following command on any pgx extension: ```bash PROFILE=debug...
> I'm a bit confused here, you're running `cargo pgx install` inside a `build.rs`? You can do `Command.new("cargo-pgx").args(["pgx", "install"]).env_remove("PROFILE")` if you really want. @Hoverbear Yes, I have a workspace in...
> @TimeToogo `cargo pgx install` is intended to use release by default, you'd need to do `cargo pgx install --debug` for debug. @Hoverbear does this work? From memory I tried...
@Hoverbear am I just wrong in thinking that the `env = "PROFILE"` on a `release: bool` makes no sense? Would welcome an explanation of how that is intended to work...
Thanks for the detailed bug report @NyaMisty, feel free to submit a PR with the fixes!
Hi Brendan, Hope you are doing well. This this be the most up-to-date version of the code at this point. I agree that the current playlist picker is too slow...
Hey @cunnie, From my testing using Route53 this approach does not work. My understanding (I may be wrong) is if you delegate a subdomain to another nameserver, that will take...