thrifty
thrifty copied to clipboard
Thrift for Android that saves you methods
Hi there, this is my first time contributing to this project, but I hope I can add some value 👋 ### Introduction Here at The Guardian we have a tool...
Hi Thrifty developers, thanks for the great lib! I implemented a retrofit converter for thrifty, can you please take a look at [this retrofit PR](https://github.com/square/retrofit/pull/2403)? I would be glad to...
Talked offline, here's a dump of reflective extensions we currently employ because 🙃 ```kotlin package com.uber.thriftyextensions import com.microsoft.thrifty.schema.Field import com.microsoft.thrifty.schema.Location import com.microsoft.thrifty.schema.Requiredness import com.microsoft.thrifty.schema.UserElement import com.microsoft.thrifty.schema.UserType import com.microsoft.thrifty.schema.parser.ConstValueElement import com.microsoft.thrifty.schema.parser.FieldElement...
They're apparently legal thrift! https://github.com/Microsoft/thrifty/pull/274/files
They're apparently legal thrift! https://github.com/Microsoft/thrifty/pull/274/files
They aren't explicitly supported by the Apache compiler, but I don't think they're _disallowed_, either. They'd be neat. Let's suppose that they should be hex strings. The change would need...
As I convert more and more (Java) code from Apache Thrift to Thrifty, I've started to run into a pattern where I start with an existing struct object that _might_...
We need them. Proposed api for generated methods: Thrift: ``` thrift service FooService { i32 bar(1: string arg) } ``` corresponding Java: ``` java public interface FooService { int bar(String...
Hello! I tried using the runtime artifact in a project that I recently started working on. Since I'm using a simulator on an M1 MacBook, I'll need to be able...
Fork!
Following an internal policy change at Microsoft, this project has no maintainers able to make releases. I'm going to continue work in my own personal fork of the repository at...