Linell Bonnette

Results 10 comments of Linell Bonnette
trafficstars

I'm having this issue as well.

For me, this issue was actually caused by #8 which is marked as closed. According to the comment there, I would expect that issue (and this one) to be resolved...

The only changes that show up are where I've changed the file paths. ![screen shot 2014-06-26 at 7 50 01 am](https://cloud.githubusercontent.com/assets/1231554/3398493/76f87710-fd30-11e3-8ae2-aadf8e13eeda.png) It may be worth noting that when I remove...

I'm also experiencing the issue with Telescope's live grep. I get `E490: No fold found` until I edit the file in some way. Opening via NvimTree folding works immediately without...

Instead of exposing only the items explicitly exposed in the `Clockin` entity, I get the entire object. I've actually tried it this way as well, ``` ruby expose :clockins, :using...

The problem with my above example lies in the code for [`should_return_key?`](https://github.com/ruby-grape/grape-entity/blob/master/lib/grape_entity/options.rb#L60-L68). The `only_fields` variable, in my case, is this: `{:id => true, :things => true, :foo => [:foo_name]}`. _BUT_...

So I've narrowed it down a little more. I don't 100% understand everything that's going on, but it looks like when `serializable_hash` is called for my nested object the `options[:only]`...

[Here](https://medium.com/@dabit3/adding-custom-fonts-to-react-native-b266b41bff7f#.70z9parlr) is a guide on adding fonts to a react native application. This repo is just a list of fonts that are available by default.

Not on 2.5.1, but I'm encountering the same problem: ``` /Users/linell/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:223:in `class_eval': /Users/linell/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:223: `@@{' is not allowed as a class variable name /Users/linell/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:223: syntax error, unexpected end-of-input unless defined? @@{:instance_writer=>false,...