Oleg Korsak

Results 17 issues of Oleg Korsak

The problem is that ssh-keygen now produces automatically a key in RFC4716-format. A few months ago, it was still the old "PEM" format. Go does not support SSH keys in...

Currently I'm able to install webbot but not instantiate Browser ``` >>> web = Browser() Traceback (most recent call last): File "", line 1, in File "/.venv38/lib64/python3.6/site-packages/webbot/webbot.py", line 52, in...

after replacing chrome_linux with arm64 version I'm getting next issue: ``` Python 3.8.0 (default, Nov 19 2019, 12:46:48) [GCC 9.2.0] on linux Type "help", "copyright", "credits" or "license" for more...

Question: how to set a custom json_serializer? I have to store a datetime data in JSONB column, so I have to override json_serializer to take care of it. Is there...

my Authorization header is no longer passed with the request in this mode

``` alembic==1.4.3 SQLAlchemy==1.3.20 ``` I have a feeling that I had alembic autogenerate working for following models: ```python class UTCNow(expression.FunctionElement): type = DateTime() @compiles(UTCNow, 'postgresql') def pg_utcnow(element, compiler, **kw): return...

autogenerate - detection
postgresql
use case

This code works fine with aiohttp 2.3.10: ```python def setup_routes(app): app.router.add_routes(routes) setup_swagger(app, api_base_url='/', swagger_url='/api/doc', description='API testing interface', title='API', api_version='2.0.0') cors = aiohttp_cors.setup(app, defaults={ "*": aiohttp_cors.ResourceOptions( allow_credentials=True, expose_headers="*", allow_headers="*", ) })...

could u please assist me in getting them? thanks

EOL

``` Collecting cloudify Using cached cloudify-3.4.tar.gz Collecting cloudify-plugins-common==3.4 (from cloudify) Using cached cloudify-plugins-common-3.4.tar.gz Collecting cloudify-rest-client==3.4 (from cloudify) Using cached cloudify-rest-client-3.4.tar.gz Collecting cloudify-dsl-parser==3.4 (from cloudify) Using cached cloudify-dsl-parser-3.4.tar.gz Complete output from...

It seems this one doesn't work with latest (v1.0+) SPIRE versions and according to repo activity - project is abandoned.