embr

Results 13 issues of embr

If I have a history log that looks something like this: ``` install some-package install other-package remove some-package ``` If I type `install ` and press Up, it will suggest...

Is this planned at all? And if I was interested in implementing it myself, where would I start?

enhancement
help wanted

Right now, there are two sets of train data sources (ICE, Eurostar), and they both output incompatible sets of data, meaning we also need multiple sets of widgets. I think...

We can do things like stubbing `curl` with a function and then sourcing an actual script.

I'm… honestly not sure how or why this happens, but a Go program containing just this: ```go package main import ( _ "github.com/mattes/migrate/driver/sqlite3" ) func main() { } ``` Gets...

bug
v/1

This is something that isn't top priority at the moment, but it's going to take a lot of design work, so I'd like to get the ball rolling on the...

feature

(Originally, mistakenly, [posted](https://github.com/asciinema/asciinema.org/issues/236) on the asciinema.org repo.) The dim/faint color attribute (`\e[2m`) doesn't show up properly in the web player. Running this script: ```bash #!/bin/bash printf "\n" printf " _...

improvement
emulation

I'm not sure if I'm using it wrong, or if it's bugged, but if I do this: ``` ruby # api/entities/my_entity.rb module API module Entities class MyEntity < Grape::Entity expose...

bug

According to this list: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html And this definition file: https://github.com/AdRoll/goamz/blob/master/aws/regions.go This library's region support is somewhat spotty: - [x] `us-east-1` - US East (N. Virginia) - [ ] **`us-east-2` -...

### Share your bug report, feature request, or comment. If the websocket connection gets interrupted for any reason, it doesn't seem to ever reconnect. Steps to reproduce locally: - Run...