aoyama-val

Results 12 comments of aoyama-val

Hi. Does `byebug` already have "Rescue unhandled exceptions functionality"? How can I make it work? Also, `byebug`'s `frame` output format is pretty different from that of `pry-rescue`'s `show-stack`. `show-stack` lists...

Hi @deivid-rodriguez, thanks for the information. I gave`post_mortem` a quick try with Ruby 2.3.0, and I didn't notice any failure. So it seems not broken totally. `byebug` has `bt/backtrace/where` commands,...

I wrote a zsh completion function. Have a try if you are interested. https://gist.github.com/aoyama-val/e0646e6d8064a6cb360751d15a4dcad6

@luizramirez Can you explain in more detail how you do that? I tried: 1. clone `[email protected]:serverless-components/express.git` 2. Edit `serverless.component.yml` and change name, author and org 3. `npm run publish` and...

You can do like this: ``` clicked: {{ clickedLatLng }} isInside: {{ isInside }} export default { name: 'HelloWorld', props: { }, data() { return { clickedLatLng: undefined, isInside: undefined,...

+1 for showing diffs in the Git Graph View. Plus, is it possible to use diff command format instead of side-by-side? This format is sometimes easier to recognize, especially when...

The role has these permissions at least: ```json { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "ecr:BatchCheckLayerAvailability", "Resource": [ "arn:aws:ecr:*****" ] }, { "Sid": "VisualEditor1", "Effect": "Allow",...

I added Allow All permission to the role, but still push failed with the same error. ```json { "Version": "2012-10-17", "Statement": [ { "Sid": "Statement1", "Effect": "Allow", "Action": "*", "Resource":...

Carefully checked it but everything seemed correct. Also tried deleting the whole `Condition`, but nothing changed. ```json { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Federated": "arn:aws:iam::XXXXXXXXXXXX:oidc-provider/oidc.circleci.com/org/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" },...

I also suspected bracketd paste, but disabling it in iTerm2 didn't change anything. In Terminal.app, I could not even find the setting. The issue was also reproduced in kitty and...