Razvan Pricop

Results 7 issues of Razvan Pricop

Hi, All the python classes have the `from_json` method. The ones that represent CDP data types also have a `to_json` method, but the events don't have. I would like a...

Ran `./update-cdp.sh 7daeda385d1914e200b7891ec7878af608f54b0c`, from https://github.com/ChromeDevTools/devtools-protocol/commit/7daeda385d1914e200b7891ec7878af608f54b0c

Implement the function `create_listener`, for pycdp.twisted, so the user can cancel it. Remove `_CLOSE_SENTINEL`, because you can directly use Deferred.close to achieve the same effect. Added tests for `CDPEventListener`. ~There's...

## Scope and purpose Fixes #11990 Fixes #12484 I modified the authoritative resolver such that, when a DNS query where the name is a descendant of the zone, but no...

needs-changes

When I first started to learn twisted, it felt like a steep hill, even from someone with asyncio background. And I feel like this is because of the lack of...

documentation

**Describe the incorrect behavior you saw** DNS server responds with records outside of its authoritative zone. These records are read from the pyzone/zonefile that is given to the server. **Describe...

bug