Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,347 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in kkawakam/rustyline that received 2 comments
Factored out execute function for the main loop
Most commands are factored out to the function, except: Commands that need extra input Suspend, which needs access to the terminal This should be…
- Better error handling
- Add timeout to terminating interactive connections
- Skip union and intersect objects in `\lt`
- First implementation of uninstall command
- server: Implement `logs` subcommand
- Fix upgrade on non-systemd and manually running instances
- First tests of upgrade for package installation method
- Nicer message when we were unable to bootstrap a service
- Trying to run systemd in docker
- Implement minimal upgrade test for docker
- Initial sketch for nightly tests
- Disable CLI version check in tests
- Use `User-Agent: edgedb` for all HTTPS requests
- Implement self-upgrade command
- Implement version check at the start
- Add upgrade markers, ensure no concurrent upgrades
- Implement `server destroy` command
- Make instance name argument required
Created an issue in edgedb/edgedb that received 2 comments
Issues with some role names
If current (unix) user is named user or when running edgedb-server --default-database-user=user I get this error:
2. asyncpg.exceptions.PostgresSyn…