Bob Weinand
Bob Weinand
Thanks, I was missing something akin to readLine just yesterday (just on a TCP socket to be used via telnet) ... But there's a catch: you are throwing away everything...
Just stumbling about this issue, might be worth adding my 2 cents: I really like the API surface of MsQuic, it feels more complete and usable than any other QUIC...
@weirdan Try using `FFI::new('int*')` instead of `FFI::new('int')` - pointer arithmetic is allowed, arithmetic on non-pointers is not. Psalm has no idea whether a FFI\CData value is pointer or not and...
Yes, an `InvalidStreamState` would be probably most appropriate here with the current architecture. It would be great if there were a solution for #1299 too, but I suppose quiche has...
I think the main problem is that packages depending on amp v3 have only relatively recently stabilized. I think now is the time for them to possibly consider upgrading :-)
So, the current state is that we have a big PR under review which will enable sending traces directly to Datadog, without an agent in between. You'll then provide the...
The simple reason is: for very-short-running scenarios, like a function is invoked once, then thrown away, the overhead of the agent is not insignificant. And it will simplify the setup,...
@mnapoli You've been sent an email :-) @danieleperot Nice that you got it to work - if you have any feedback about the current serverless experience, we're always interested in...
It depends on how much needs to be talked. If, for instance lengthy discussions need to be had, then a separate chat channel might make sense. However, it is hard...
I'm confused about the documentation note. I found 0bc9241334eaebd737eb0455e9739257e74d0713, which introduced the wrong note... What changed is the return value when lengths differ. In that case there was a bugfix...