[go-nuts] Not receiving email digests

2019-07-10 Thread amr
I appear to be no longer receiving the email digests daily. I last received a daily on 26th June, and then a single daily on 2nd July. I tried leaving the group and rejoining yesterday, to no avail! Any ideas, please, moderator? -- You received this message because you are subscribed to the

[go-nuts] Re: Not receiving email digests

2019-07-11 Thread amr
I also have checked my spam, nothing there related. However - last night I changed my account to receive each posted message individually rather than as a daily digest - I am now receiving everything. Maybe there is an issue with the digest process? On Thursday, 11 July 2019 00:33:46 UTC+1, amr

[go-nuts] Re: Not receiving email digests

2019-07-13 Thread amr
I also - this is the second night in a row that I have received the summary, as well as two during the day (at the same time) after temporary fix put in place. Thanks Ian. On Saturday, 13 July 2019 08:14:09 UTC+1, HaWe wrote: > > Seems to be working again. Got two digests yesterday and another

[go-nuts] Re: Go 1.14 Release Candidate 1 is released

2020-02-05 Thread amr
I'm seeing the same problem, also. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web

[go-nuts] Using chromedp , how can i check if an element is present on the page?

2017-09-30 Thread Amr Alfoly
i used to do that with python and selenium user = browser.find_element_by_css_selector(user_input) this gives me a pointer to the element or nil value , which i can check to see if the element is there but how can i do that with chromedp -- You received this message because you are subscribed