Alon Diamant

Results 26 issues of Alon Diamant

Very cool tool. Any .js version planned?

…n, get_user_permissions Added Business -> get_agencies, get_user_permissions, get_user_permission Basically, various missing API calls.

CLA Signed

### Description The authors of `orjson` describe it like this: > orjson is a fast, correct JSON library for Python. It [benchmarks](https://github.com/ijl/orjson#performance) as the fastest Python library for JSON and...

### Description The default arguments of the standard Connexion Jsonifier class are (indent=2), these are then sent as kwargs to json.dumps(). ``` class FlaskApi(AbstractAPI): .... @classmethod def _set_jsonifier(cls): """ Use...

enhancement

When scraping the URL: http://www.reakes.com/ Error: ``` Traceback (most recent call last): File ".../website_scraping.py", line 161, in getWebsiteScrapedDataForURL data = extruct.extract(r.text, base_url=base_url) File "/usr/local/lib/python3.8/site-packages/extruct/_extruct.py", line 58, in extract tree =...

Seems that the issue is that the JSON-LD document is: ``` //

`BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF` allows adding a blank line before nested classes or methods. Ideally, a knob would allow setting a specified amount of blank lines near: * Top-level imports * Top-level classes...

enhancement

Documentation [says](http://image-match.readthedocs.io/en/latest/start.html#docker): > We have a Docker image that takes care of setting up image_match and elasticsearch Looking in the Dockerfile and setup.py, I see no creation of an ElasticSearch...

Any way to use this with the Material UI components?

When using the base client (we extended it for the Hubspot Associations API), we see the following in our logs: > 2020-05-13 23:09:51,608 [22/#7f68ac2b2ae0] WARNING in base._call_raw:323: Too many retries...