Robert Lynch
Robert Lynch
in the following query: ``` SELECT * FROM foo LIMIT ${count} ``` `count` will be added as a parameter with type `string`, though I'd expect it to be of type...
Functions can't refine input types in Hack, meaning that if the argument to `Str\is_empty` is non-null, it won't get refined even if the function returns true. This means that the...
I'm in the process of instrumenting one of my applications with OTel, and was able to inject the OTel tracing client through `resty.NewWithClient(otelhttp.DefaultClient)` which gives me spans around each individual...
Creating a `~/bin` folder in the user's home directory is a bit imposing, especially without a `.` prefix so it's not hidden on most OSes; supporting an alternative install path...
### Problem Statement When deploying to a shared environment, it's possible that the system's environment variables are polluted with other application's OTel configuration that could cause issue during the exporter...