stoXe

Results 16 comments of stoXe

+1 If it helps at all they have a search feature in https://github.com/k9982874/github-gist-explorer - Perhaps it will provide some insight in to how it may be implemented here?

Perhaps I did not test it thoroughly enough before recommending; I apologize about that. Is there no way to index the contents and tie them to a gist id via...

Would it make any difference that I'm instantiating the collectors independently and not cloning via .Clone() ? https://github.com/IAmStoxe/urlgrab/blob/develop/main.go#L153 https://github.com/IAmStoxe/urlgrab/blob/develop/main.go#L160 Side note: If .OnRequest fires and I call . Abort ()...

> What are the symptoms of reaching max depth? Is there any max depth error? I am getting max depth errors, which I had to implement checks for. It was...

So I think I found it. If I understand it correctly, if I pass a ctx as on https://github.com/IAmStoxe/urlgrab/blob/develop/main.go#L363 it is intended to increase depth - which it seems to...

I will look at the possibility of adding it. If it's compatible with the underlying framework I absolutely will implement this. Thanks for the idea and opening and issue to...

Test out the wg-easy branch https://github.com/IAmStoxe/wirehole/tree/feature/wg-easy

Well I see that the SDK is where to implement this now. I will proceed with this in mind. Something like the below (but significantly more robust) ```python class DatasetClient(DifyClient):...