Nikolai Golub
Nikolai Golub
I'm trying to build small python application for instagram, but during unittest creation I found strange bug, that I cannot understand. Here's example code for reproducing. It requires requests and...
I have tests, that I would like to run with [live_server](https://pytest-flask.readthedocs.io/en/latest/features.html#live-server-application-live-server) from pytest-flask package. I thought it works ok, but only for single request. [Full repo](https://github.com/citizen-stig/flask-pytest-samples) with working example, [failing...
I often get mentioned error with a large ammo file. I have more than 4G memory available on host. I get error after about 10-15 seconds after start. Error doesn't...
#### Description I have a model, that has a post_generation hook. I want to pass parameter to this post_generation hook from another factory, as SubFactory parameter to be a SelfAttribute,...
I use pytest-flask with pytest-flask-sqlalchemy. It works fine, except for live_server. More details are available in [pytest-flask-sqlalchemy issue 17](https://github.com/jeancochrane/pytest-flask-sqlalchemy/issues/17) and [repo with example](https://github.com/citizen-stig/flask-pytest-samples) I'm sorry if this problem is not...
Here is a minimum working example: ``` import sys from flask import Flask from flask_mail import Message, Mail app = Flask(__name__) app.config['MAIL_SERVER'] = 'some.server.example.com' app.config['MAIL_PORT'] = 587 app.config['MAIL_USE_TLS'] = True...
# Intro Currently preferred sequencer only set during genesis and not allowed to be changed, only removed. # Desired outcome Design on how new perferred sequencer should be decided. Should...
PR https://github.com/Sovereign-Labs/sovereign-sdk/pull/1118 introduce less opinionated approach for async subscription type of methods, where `futures::Stream` is used. This allows implementations to have more flexibility
At present, the Sovereign SDK processes only finalized blocks. To enhance response times, the SDK should be equipped to manage re-organizations of the blockchain structure due to forks in underlying...