Joël Quenneville

Results 8 comments of Joël Quenneville

Conditionally updating based on "last_seen_at" means that on each request you are adding one `SELECT` query as well as a potential `UPDATE` query. Does it make sense to only persist...

> For the index view to be useful to users, each token would have to be associated to something which might give them some hope of identifying the session. How...

I can translate to French if we decide that would be useful

> It would be kinda nice to also include cooking units like teaspoons, tablespoons and cups, but those seem to vary wildly between countries Huh, I always thought one teaspoon...

As an extra data point, someone was asking about [chaining a bunch of HTTP requests and accumulating all the results at the end](https://package.elm-lang.org/packages/elm/regex/latest/). The style under discussion here was one...

@combusean Thanks for bringing up this issue. Can you give us some more info here? - Is this problem when running tests? - `javascript_include_tag 'application'` should already be at the...

👍 for documenting this behavior explicitly! This behavior comes up in discussions every now and then and I never have a source to link to.

> I'm not entirely happy with the example usage I came up with, especially because it's really just Random.list I think a big win here is that it would allow...