Joe Mifsud

Results 11 issues of Joe Mifsud

This allows us to receive the result of the dispatch function in trackEvent calls. Main use case for this is waiting to execute code until the event has been successfully...

Hello, When we include `appengine.googleapis.com` in our prefix list we see 500s being returned from the `/metrics` endpoint. We've turned debug logging on and it seems to be loading the...

**Describe the issue**: I'm consistently getting "kubectl port forward failed" from `port_forward_service` using the standard `KubeCluster` class to create an ad hoc cluster. When this happens the port forward is...

bug
kubecluster (classic)
needs info

Thanks so much for this project! Wondering if its possible to start a few VMs via launchctl on boot? I'm able to start multiple VMs manually but I can't figure...

With a schema such as: ``` class JsonList(BaseModel): __root__: List[str] ``` We can validate a JSON string in the form: ``` [ 'xxx', 'yyy', 'zzz' ] ``` But the Pydantic...

Thanks for maintaining this library! We use conda to manage out python dependencies and it'd be super helpful to be able to import this directly via a conda distribution!

enhancement

**Describe the bug** Getting this type error when running `yarn tsc --noEmit` ``` node_modules/react-native-swipeable-item/src/index.tsx:117:9 - error TS2322: Type '{ stiffness: number; overshootClamping: boolean; restSpeedThreshold: number; restDisplacementThreshold: number; velocity?: number |...

- Algolia Client Version: 2.16.9 - Language Version: 8 We'd like to query multiple indicies with the `.multipleQueries()` client method and we'd like to be able to use Jackson to...

I believe we're seeing an issue using `opentracing-contrib:java-jaxrx:0.1.4`, `io.zipkin.brave:brave:4.19.2` and `brave-opentracing-0.30.3` (all of this inside Dropwizard 1.2), however I'm very new to open tracing in and the available Java tracers...

bug

I've just upgraded to `dropwizard-guicier` and have a question regarding the logic used [in the ServiceLocatorGenerator installed here](https://github.com/HubSpot/dropwizard-guicier/blob/f5cd2a83fcc566e644f180b9f5cd319d5038fab2/src/main/java/com/hubspot/dropwizard/guicier/GuiceBundle.java#L108). In previous versions of this repo and [in `dropwizard-guice`](https://github.com/HubSpot/dropwizard-guice/blob/c64a954146c8e1b5408539ad2ee018716797b677/src/main/java/com/hubspot/dropwizard/guice/GuiceBundle.java#L114) the Guice `Injector`...