Results 7 comments of Dayanand Prabhu

The Facebook API no long supports this On 11-Nov-2017 11:00 AM, "Jet" wrote: Hi, facebook share with custom image just did't work. do you have any suggestion on how to...

Do you constantly update the scope? Can you put a debugger in the function renderTwitterButton and see if it gets called multiple times?

This bad! I'll get a fix by next week On Feb 7, 2016 10:46 PM, "Chris Eckman" [email protected] wrote: > Its definitely coming in twice, but it's not on every...

Angular uses Dirty checking on the Plain javascript object. If you change anything on the scope it does not know which values are changed until it checks every value. Even...

The issue here seems to be that the model is not powerfull enough for scraping. I played around for a bit and looks like this is something which will not...

This is the PROMPT and response from llama 3.1 ``` { content: "JSON schema:\n{\"type\":\"object\",\"properties\":{\"top\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\"},\"points\":{\"type\":\"number\"},\"by\":{\"type\":\"string\"},\"commentsURL\":{\"type\":\"string\"}},\"required\":[\"title\",\"points\",\"by\",\"commentsURL\"],\"additionalProperties\":false},\"minItems\":5,\"maxItems\":5,\"description\":\"Top 5 stories on Hacker News\"}},\"required\":[\"top\"],\"additionalProperties\":false,\"$schema\":\"http://json-schema.org/draft-07/schema#\"}\nYou MUST answer with a JSON object that matches the JSON schema...

tried with headless false too. Same behaviour