Stuart Morris

Results 17 comments of Stuart Morris

Yes this would be great. Alternatively, is there a good way to scope the bootstrap CSS to just the component? Maybe I'm just dense but it seems incredibly difficult to...

I fixed this by adding `next if message.nil?` to the top of the message block. I don't know if this is a bug or if some messages are expected to...

Sure I've added logging, will update if / when another nil message appears.

Had 3 more of these nil messages in the last 24 hours. From logs, all 3 look like this: `INFO -- : Incoming message: text="" uid=` If there's anything else...

`data` that triggered a nil message: INFO -- : {"update_id"=>488112826, "my_chat_member"=>{"chat"=>{"id"=>817383630, "first_name"=>"Shubham", "username"=>"Shubhamp17", "type"=>"private"}, "from"=>{"id"=>817383630, "is_bot"=>false, "first_name"=>"Shubham", "username"=>"Shubhamp17"}, "date"=>1615441774, "old_chat_member"=>{"user"=>{"id"=>1073977886, "is_bot"=>true, "first_name"=>"TradrPro™ Alerts", "username"=>"tradr_pro_alerts_bot"}, "status"=>"member"}, "new_chat_member"=>{"user"=>{"id"=>1073977886, "is_bot"=>true, "first_name"=>"TradrPro™ Alerts", "username"=>"tradr_pro_alerts_bot"},...

Great thanks, I've got it running, seems good. I'll update if I see any more nil messages.

One thing, newly added types / fields don't respond to `.text`, so the basic example in the readme no longer works. Don't know if a code change makes sense, or...

Not really unfortunately. The workaround that I came up with was tweaking the title and meta description of the page being linked to, so that the data Facebook pulled from...

I _believe_ this may be due to the code centering the image before the image is actually loaded.

> > I _believe_ this may be due to the code centering the image before the image is actually loaded. > > It would make sense ! Any idea of...