Aditya Vaidyam

Results 44 issues of Aditya Vaidyam

On every bordered `NSWindow`, there's a thin 1px border. I use `[NSColor colorWithCalibratedWhite:0.10f alpha: 0.15f]` to mimic this border, but it may not be wholly accurate.

enhancement

It gives me error code 3 "unexpected error" when I try it.

type-bug
component-core

We should probably support the correct image upload method -- use a temporary album and follow the Google Photos "high quality vs. original" preference. It's just adding a few more...

type-enhancement
component-core

After working with protobuf for a little bit and attempting to write a proto compiler, it just hit me that everything in the hangouts spec is in a `*Request ->...

type-enhancement
component-core

Currently, most of the enums in the proto match the following syntax: `* --> *Modifier`, via example: `TypingType --> TypingTypeStarted`. There are however, several that don't match this, where they...

type-bug
component-core

I really like this concept! I don't like the fact that it needs to go over the network. It'd be a lot better to support WiFi Direct with pairing over...

`Event` shall describe an action in the Parrot UI. `EventHandler` shall describe a response to an action in the Parrot UI. # `Event`s: - `FocusEvent`: A person changed their focus...

enhancement

Be able to right click a person's indicator icon in an existing conversation to start a conversation with that person.

enhancement

The option just doesn't exist in the UI.

enhancement

`MessageListViewController` isn't sending `FocusMode` correctly, but does receive it correctly. (That is, other people don't see your typing or "is reading the conv currently" status.)

bug