Create your own GitHub profile
Join the platform over 31 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Popular repositories
-
erlang-irc-bot
A simple extendable irc bot in Erlang
-
secure-boot
UEFI SecureBoot for ArchLinux
Makefile 25
-
ansible-gitlab
OBSOLETE :/ -- A role that downloads and install gitlab, in a format for ansible galaxy
-
ansible-uwsgi
An ansible role that compiles and installs uWSGI, in a format for ansible galaxy
-
irclog-couchapp
A couchapp to view irc logs stored in CouchDB
-
http-server-rs
Simple http server a bit fancier than `python -m http.server` - in Rust + actix-web
Rust 6
330 contributions in the last year
Activity overview
Contribution activity
April 2019
- gdamjan/awsudo Rust
- gdamjan/imba JavaScript
Created a pull request in marceloboeira/awsudo that received 4 comments
prefer runtime_dir instead of home_dir for cached credentials
runtime_dir is in RAM on most (linux) systems, so is better suited for temporary credentials.
Created an issue in marceloboeira/awsudo that received 2 comments
wrong profile parsing from ~/.aws/config
According to the docs here (and the behavior of the aws-cli tool), the profiles, ie. the section names in the ~/.aws/config file should be prefixed…