[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 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 visit 
https://groups.google.com/d/msgid/golang-nuts/bfe5e4b1-ee6c-40e1-91f8-8d06d826ca10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 wrote:
>
> 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 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 visit 
https://groups.google.com/d/msgid/golang-nuts/d7acd2d7-e54e-409c-9053-57e2fbb317e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 one thin 
> night.
>
>

-- 
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 visit 
https://groups.google.com/d/msgid/golang-nuts/6f5a8b2e-e52c-4259-a596-48eee83a2538%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 visit 
https://groups.google.com/d/msgid/golang-nuts/3ef3143b-15d4-4ae1-902b-c9d860ebc1d4%40googlegroups.com.


[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 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.
For more options, visit https://groups.google.com/d/optout.