John Strunk

Results 30 comments of John Strunk

If you're looking for benchmarking, also try out the Glychee package for Gleam!

Hello! Love this package. Simplifile has a `describe_error` function (and I am working on adding the same to tempo) which nicely transforms an error into human readable text. This seems...

Great! For different semantics, what do you think of `translate`, `transform`, `rephrase`, `summarize`, `digest`, or `conclude`? (just brainstorming) For better clarity, what do you think of something along the lines...

Fantastic! I think so too, I'll try to write tests and documentation for it later today or tomorrow and open a PR. Thanks!

Also looking at some non-isolated edge cases where everything fits on one line and there are surrounding lines of code, I think I still prefer the trailing message because the...

@sobolevn I understand since the `assert` and the `as` are pretty far away on the line that it is not immediately obvious to a beginner what the message is applying...

Mostly just that you don't have to do anything weird like "returning *" to satisfying the `expecting: decoder` argument in `query`. The example shows that for inserts the decoder passed...

True that's probably less likely to be confused! I wasn't going to say anything since it's a big item, but I do think an API like pog would be nicer...

Oh yes that makes the most sense! Do you want me to create a discussion in the gleam-lang/gleam repo for it so the community can weigh in? I understand this...

Okay I'll do that soonish! I might gather some info first though to make discussion starter more informed. Oh, yes but the Date type is opaque so users can't construct...