Sam Gleske

Results 479 comments of Sam Gleske

# Get a list of files associated with a PR ```graphql query { repository(owner: "endless-sky", name: "endless-sky") { pullRequest(number: 6669) { changedFiles files(first: 100) { file: nodes { name: path...

# Advanced example Query a repository for pull requests, branches, and tags. Retrieve associated contributor metadata and some Git metadata. ### Features of this example * Use GraphQL aliases, fragments...

Add `server.gamemode hardcore` to serverfiles/server/rustserver/cfg/server.cfg via `./admin/shell.sh` login and restart.

Awesome thanks for the update @Ovaru . I keep this issue open because eventually I want to support it out of the box without admin shell. Thanks for sharing a...

Hi there, glad you like it; it's just me. I play Rust from Linux and I use it to play single player or with friends since Linux isn't supported by...

This issue duplicates https://github.com/ngoduykhanh/wireguard-ui/issues/549 See my comments in that issue for a temporary workaround.

You need arm64; not arm download.

I confirm there's an infinite login loop. Here's basic reproduction steps with a Dockerfile. ```dockerfile FROM alpine SHELL ["/bin/sh", "-exc"] RUN \ apk add bash; \ wget -P /usr/local/bin https://raw.githubusercontent.com/samrocketman/yml-install-files/33f873043002ef1923859046652b284581b988b6/download-utilities.sh;...

I built from the latest master and login works. @ngoduykhanh can you cut another release? There's an infinite login loop from both docker distribution and github releases binary.

For now, I'm going to use the following `Dockerfile` which includes patching function. There's a few "makes sense" pull requests that I want to include in my application. I'll share...