Hasan-Aga

Results 5 issues of Hasan-Aga

Add OSinfoBot to Examples / Python

I am running the example client and server and downloading a 5 MB video from the server, it works but it takes a very long time (over a minute) I...

invalid

Related to issue: #69 I added an `if` statement that detects anchor elements that include the term "RSS" in their `href` attribute. I also created a small predicate to exclude...

Some websites include their RSS links inside the body of the page inside an anchor element (``). The current code does not look at anchor elements.

I have a component with `data-scroll-call="testEvent"` and I am trying to make it fire the event when the component is in view. here is the component: ```javascript ... ``` I...