Matthew L Daniel

Results 20 issues of Matthew L Daniel

The latest release is [0.6.16](https://plugins.jetbrains.com/plugin/7371-aws-cloudformation/update/73055) in the plugin marketplace but the newest git tag is [0.6.11](https://github.com/shalupov/idea-cloudformation/releases) It's not obvious where [`version`](https://github.com/shalupov/idea-cloudformation/blob/v0.6.11/build.gradle#L84) even comes from in order to know if 0.6.16...

## What happened Accidentally omitting document content returns `500 Internal Server Error` with a body of `{"message":"Internal error","uri":"/new_index"}` ## What was expected Emitting any kind of helpful message would be...

good first issue
bad error handling

## Expected Behaviour `faasd install` does whatever it was trying to do without error ## Current Behaviour ```console # faasd install 2020/04/05 00:27:02 Writing to: "/var/lib/faasd/secrets/basic-auth-password" 2020/04/05 00:27:02 Writing to:...

This was discovered [by a Reddit user](https://www.reddit.com/r/scrapy/comments/81f13r/how_to_scrape_page_which_contains_multiple_script/), concerning [an Amazon page](https://www.amazon.com/restaurants/zzzuszimbos0015gammaloc1name-new-york/d/B01HH7CS44?ref_=amzrst_pnr_cp_b_B01HH7CS44_438) with an absurdly long `` tag, but I was able to boil the bad outcome down into a reproducible...

bug
upstream issue

## Expected Behavior A url enclosed in `\url{}` may be visually line-broken(?) but the hyperlink that materializes in the pdf should be the original url as authored. Or, if that's...

todo
documentation

To reproduce this visually, one will need to wait until "rush hour" on HN, so there is a greater than average chance of articles repositioning themselves on refresh. Or you...

I realize that's a terrible summary, but here's the way to see what I mean: 1. Navigate to a comment with a long URL [such as this](https://news.ycombinator.com/item?id=7728632) 2. Observe that...

bug

This is with HN 2.1.5 on Android 4.1.2 1. Search for a "Who is hiring" thread (or one of the "Ask HN" posts) 2. Use either the main-menu share button...

I'm think `s/--quite/--quiet/` was the intention with [`Spacefile.sh#L441`](https://github.com/simplenetes-io/simplenetes/blob/master/Spacefile.sh#L441) and its associated consumers?

bug
good first issue

## Expected Behavior `jj close -S` would [sign the commit](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--Sltkeyidgt) enabling compatibility with workflows which require [verified commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) ## Actual Behavior There currently is no support for signing commits Implementing...