Juan Ibiapina

Results 13 issues of Juan Ibiapina

``` thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "No such file or directory" } }', ../src/libcore/result.rs:688 ```

bug

When I open the retry page on resque-web, I can see 67 pages of "retry" jobs. But these aren't actually retry jobs, they're the same delayed jobs I see on...

Bug - Should Fix

OS: Arch Linux running in latest VirtualBox Alacritty Version: 0.4.1 I'm running alacritty without 3D acceleration because the VirtualBox driver doesn't support OpenGL 3.3: ``` LIBGL_ALWAYS_SOFTWARE=1 alacritty ``` The only...

A - needs repro
B - crash
DS - X11

### Describe the bug Given I have these three environment variables set: ``` export AWS_ACCESS_KEY_ID="..." export AWS_SECRET_ACCESS_KEY="..." export AWS_PROFILE=default ``` When I run `aws --profile default sts get-caller-identity` It uses...

feature-request
credential-provider

For instance: https://github.com/agnoster/agnoster-zsh-theme/blob/master/agnoster.zsh-theme - [ ] custom divisor between sections - [ ] conditional logic for rendering (not just checking empty)

The git integration can probably be configured to not include untracked files for performance reasons.

Roadrunner should be able to accept "runtime" data. For instance, the last exit code. This can probably be implemented by passing named arguments to the main executable.

The error when the config file is missing is not descriptive. ``` IO Error: entity not found ```

bug

Respond to requests on `zas.dev` by serving a web application. Possible features: - List configured applications - Add application route

feature