Ben Hamill

Results 14 issues of Ben Hamill

In RSpec, if you do something like `expect(response).to be_hal` without a `be_hal` matcher explicitly defined, it will catch that and look for a `hal?` method (and a few other names)...

It would be nice if the server software didn't have to make a DB call when someone went to a post's page, but instead rendered as much as possible to...

C: Enhancement
A: Backend

While reading [the definition](https://ethicalsource.dev/definition/), something occurred to me that I wonder about. The 4th and 5th criteria refer to the software’s “creators”, but the second talks about community contributions. Does...

It's nice to have output that's grouped by files, also sorted by the path to that file. Having just searched in a big project, all the results for stuff in...

This adds a `range` base-level constraint for use inside the `template` tag. The use case I'm thinking of is stuff like this: ``` xml Ben \d+ 1-100 name joined_at ```...

I have a ruby file called `foo.rb`: ``` ruby 1 foo("thing thang") do 2 some.code("here do") 3 end ``` If I put my cursor on line 3 and hit `%`,...

I noticed that un-parenthesized arguments have the same color as the line they're in normally would (see the line in the screenshot in the README that's like `path = File.expand_path...

It looks like strings are handled differently depending on whether they're quoted, vs literal, folded or unquoted. For example: ``` yaml description: | foo description: > foo description: foo description:...

If I'm defining a type like this: ``` yaml Person: properties: age: type: integer description: | The number of years the person has been alive. ``` The word "number" is...

bug

I just installed Snakefire from the AUR with yaourt. In case it's not clear from that, I'm installing it on Arch Linux. I'm using the Awesome window manager (thus, I...