Colin

Results 14 comments of Colin

Hey @pruett! Apologize for the delay here, thanks for digging in on it! Which version of Typewriter are you using here? Are you able to see if you're still hitting...

~Heads up, we actually inline enums in the new pre-release of Typewriter, f.e.:~ Update -- see below. ```ts export interface NewsletterSignup { /** * The type of form that was...

Ah, I see what's going on. We're parsing enums from JSON Schemas into our AST: https://github.com/segmentio/typewriter/blob/b3c2c327b15ba08b4d5321345b4212d2ecdb3d3b/src/generators/ast.ts#L267-L277 But we're not overriding the outputted type (`string` etc.) with the set of `enum`...

Hey @pruett! We've got a pre-release out that includes enum support for the JS clients, if you want to give it a try (v7.0.2-0): https://github.com/segmentio/typewriter/pull/113

@UshneshaDaripa we don't support generating clients in Kotlin, however we do support generating clients in Java (for `analytics-android`) and you can use Kotlin/Java interop: https://kotlinlang.org/docs/reference/java-interop.html However, Kotlin/Java interop support isn't...

Hey @wfortin! That'd be great! 🎉 If you open a PR, feel free to tag me and I'll take a look. If you add the changes to templates, it would...

Sounds good, feel free to ping me if you have any questions!

Thanks for raising this issue, @defjosiah! Just added identify and group to the v7.x roadmap: https://github.com/segmentio/typewriter/pull/59 We'll probably add these as a typed `.identify()` and `.group()` call. We'll add page...

Heads up that we [just shipped v7](https://segment.com/docs/protocols/typewriter/) (you can try it out with `npx typewriter init`), but we cut identify/group support from scope for that release. It's still on our...

@prayansh: I saw you released a fix (https://github.com/segmentio/analytics-go/pull/178). Would y'all be able to release a new tag, too?