Webb Scales

Results 36 comments of Webb Scales

My apologies for chiming in late, and I don't want to derail or prevent progress on this issue, but I suspect that we're headed into a mire, here. I think...

> I'm quite sure that it doesn't matter where you use the process, it should work on any level. In our code, our top-level definition references a user-type which references...

In the example posted in your follow-up reply above, your two cases are a five-character string and a four-byte integer presumably with a padding byte: it would be best to...

This sounds either like a point-solution or a can of worms. That is, it seems like all this proposal does is provide a shorthand for code which is otherwise easy...

> A map, which can feature keys If the field is supposed to contain an enum value, can I check that by specifying a key of `enum`, or can `any-of`...

My apologies for the duplication, however my attempts to search didn't turn up the other one (presumably because they were searching here and not there). Regarding resolution, for my purposes,...

How does having separate lifetimes for "read" and "stream" work with instances? As I understand it, the lazy evaluation of instances means they are _not_ evaluated at "read-time". Moreover, they...

Try defining `gtest_disable_pthreads` to `ON` when your configure your CMake build. Better yet, see #566.

> "all works fine" but in see that message in every invocation Me, too. Every Lambda invocation starts out like this: ``` Lambda function invocation starting. [WARN] 2019-07-03 22:05:46 FileSystemUtils...

``` # curl-config --version libcurl 7.47.0 # uname -a Linux aa6d84702054 4.14.131-linuxkit #1 SMP Fri Jul 19 12:31:17 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ``` That's a Docker container built...