Benny Neugebauer

Results 147 issues of Benny Neugebauer

I am subscribed to the **Twitter API v2 Basic** plan. I want to use the [followers/ids](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids) endpoint but when I call `T.get('followers/ids')`, then I am running into this error: ```json...

Thanks for your wonderful plugin! I really like it. Unfortunately it does not respect CoffeeLint's `ignore` level. From the [CoffeeLint Options](http://www.coffeelint.org/#options): > To enable an option, set its level to...

Added "getTemplate" to use this cool jQuery extension with Hogan.JS. Example: ``` $.Mustache.load('./templates.htm').done(function() { var template = $.Mustache.getTemplate('plaintext'); var compiledTemplate = Hogan.compile(template); var renderedTemplate = compiledTemplate.render(); console.log(renderedTemplate); }); ```

There was a mistake in the `get` command.

Hello, as promised here are the changes to have your "observableDictionary" as a Bower dependency. This commit includes a Bower package description (bower.json) and a Grunt configuration (package.json & Gruntfile.js)....

In the example, using the CSS class `.prototype-script` would not work, because `Redacted Script` hasn`t been defined.

It looks like we are using Protocol Buffers syntax version 2: - https://github.com/wireapp/generic-message-proto/blob/master/proto/messages.proto#L1 There is already a [Protocol Buffers Version 3 Language Specification](https://developers.google.com/protocol-buffers/docs/reference/proto3-spec), so we might want to update our...

The code has a plenty of `throw new DecodeError(DecodeError.prototype.UNEXPECTED_TYPE);` statements, which makes it hard to guess where this `DecodeError` comes from. We should be more specific on this one.

Are there any plans to upgrade to "Apache Tomcat 8.0.12"?