bill fumerola

Results 16 comments of bill fumerola

highcharts sounds fine as long as its configurable

if you're still interested in getting this in, please rebase/resolve/update and sign the contributor agreement at https://code.facebook.com/cla and i'll work with you on landing this.

@turchanov can you please sign the CLA located at https://code.facebook.com/cla

in the time between my comment above and now, ownership of xhprof transferred from facebook to phacility. the facebook CLA is no longer relevant and @epriestley has been maintaining this...

friendly ping to @andres-erbsen

``` data "equinix_metal_project" "production" { name = "whatever" } // This panics. data "equinix_metal_organization" "org" { organization_id = data.equinix_metal_project.production.organization_id } ``` ``` │ with data.equinix_metal_organization.org, │ on main.tf line 19,...

> @billf would you be able to add a test covering this behavior so we can avoid reintroducing the bug in the future? @ctreatma not a problem; it's actually why...

not a prost issue. known issue from the breaking change in https://github.com/hyperium/tonic/pull/2013 you can patch around this in `Cargo.toml` https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html ```toml [dependencies] protoc-gen-tonic = { version = "0.4" } [patch.crates-io]...