Vladislav Korchagin

Results 9 issues of Vladislav Korchagin

While trying to install pybluemonday in Termux, I encountered several issues: ### From pip: installation error ``` Collecting pybluemonday Downloading pybluemonday-0.0.11.tar.gz (8.4 kB) Preparing metadata (setup.py) ... done Requirement already...

This can be used to add JS code to node/edge properties. ```python3 from pyvis.JScode import JS, JSONEncoder import json obj = {'num': 1, 'str': 'some string', 'js': JS('alert("test")')} js_obj =...

In https://github.com/WestHealth/pyvis/blob/master/pyvis/source/tutorial.rst towards the end it is recommended to set `cdn_resources` to `'inline'` which in reality causes assertion error, as it expects `'in_line'`. In the `Documentation` section with the API,...

Solution from https://github.com/emcconville/wand/issues/409 Fixed version works on termux and in some other places, where original resulted in an error

Some cards have unknown keys for some sectors, while others have Access Conditions like `0870FF` preventing access to some blocks. In this case, MCT marks these blocks with dashes. It...

feature

I have 3 feature requests: 1) It would be great if lanes could be separated by painted lines, so that there would be a clear indication if the drivers could...

### What is the feature? It should be possible to exclude results based on entire HTTP response, including headers, using text search or regex. Similar idea was suggested in issue...

enhancement
Priority: Low

Currently, this tool removes only duplicates for parameters and incremental URLs, but removes all human-written stuff. For pentesting/crawling it might be useful to keep one URL from each category, in...