thejeff77
thejeff77
Hey guys, For terminal.app, use the solarized themes from this repository instead. It sets all of the colors correctly. https://github.com/tomislav/osx-terminal.app-colors-solarized
Forgive me, but you're answering issues for a library which talks to the Google Translate API but you have no familiarity with it? That is interesting. The translate API is...
What version of npm and node are you using?
I recommend you take a look at the google translate documentation for client libraries. https://cloud.google.com/translate/docs/reference/libraries If you do not wish to use a library, google translate has a standard HTTP...
I had the same problem, however I verified that @bradrich 's changes fixed my issue. I opened up a PR for them: https://github.com/codef0rmer/angular-dragdrop/pull/338
The tab bar controller does a re-layout on rotation, and on phones it often hides the label. It appears that the library may be forcing space for the label, and...
@DXist I'm trying to get this to work. The tricky thing is that string values through an API are non-breaking unless you have a client that tries to serialize them...
@handrews I think if I'm reading your point correctly - we can add the support for default-if-unknown in specific client generators to demonstrate the usefulness and suitability of it before...
Yeah... same here. Not sure what you're trying to do, but you can use a cognito blueprint which would be a different repo and fit your use case better. I...
@filiphr - I'd argue this might be more common than you'd think. When you have objects that reference each other - you get an infinite loop pretty quick. The only...