Daniel Simmons

Results 29 issues of Daniel Simmons

Currently, fields to be ignored must be explicitly specified using a `// goverter:ignore FieldName` comment. I.e.: https://github.com/jmattheis/goverter/blob/edc349e6e6a7f48d692325a952bf4411dcef9470/builder/struct.go#L29 However, in my case I want to ignore missing fields by default. Possible...

I have the following scenario: ``` package example // goverter:converter type Converter interface { ConvertPerson(source *Person) *APIPerson } type Address struct { Street string City string } type Person struct...

question

## Is your feature request related to a problem? I want to create cohorts based on when people signed up. ## Describe the solution you'd like On the "Matching criteria"...

enhancement
feature/cohorts

## Is your feature request related to a problem? * Use case: Visualising user journeys on mobile * Currently using Mixpanel, trying to migrate to PostHog * Working on a...

enhancement
feature/paths

I am trying to build a simple tooltip: ``` const styles = StyleSheet.create({ tooltipTitle: { marginBottom: 10, fontWeight: "bold", }, tooltipText: { color: "#444", fontSize: 16, lineHeight: 20, }, });...

Seems to be flaky but always happens on TestProjectPlanDetachSuccess. ``` $ make test go test -timeout 1m -coverprofile=.coverage.out ./... \ |grep -v -E '^\?' ok github.com/uber/astro/astro 4.705s coverage: 77.8% of...

``` tr-C02Q34JGG8WM:astro tatianaromanova$ tvm install --help Download and link the specified version of Terraform Usage: tvm install [flags] Flags: -h, --help help for install --path string path to link Terraform...

At the moment new sessions are created forever in `.astro/` and never cleaned up. We should automatically do it periodically.

When diffing policy output that is not valid JSON, we see errors like: ``` * invalid character '$' looking for beginning of value ``` This happens, for example, when one...

I was browsing through the documentation and there are a couple of broken links: * https://fusionjs.com/docs/guides/security/ (from [Google](https://www.google.com/search?q=fusion.js+content+security+policy)) * https://fusionjs.com/measuring-browser-performance