Meir Tseitlin

Results 18 issues of Meir Tseitlin

Please consider this contribution to allow storing dynamic config changes in file.

I am trying to use confuse examples to dynamically update a Sequence, but `dump` function is not working after dynamic update: `servers_example.yaml`: ``` servers: - host: one.example.com - host: two.example.com...

Hi, What is the proper way to use `asyncio.create_task` for running a message process loop? Something like: ``` while True: msg = await client.new_message() process(msg) ``` Thanks!!

It looks to me that this part is not yet implemented: ``` def jwt_required(fn): @wraps(fn) def wrapper(*args, **kwargs): jwt_data = _decode_jwt_from_request(request_type='access') ctx_stack.top.jwt = jwt_data _load_user(jwt_data[config.identity_claim]) return fn(*args, **kwargs) return wrapper...

``` 2022-11-03 19:22:15,758 root Alpaca Proxy Agent v1.0.1 2022-11-03 19:22:15,758 root Using the Alpaca Websocket 2022-11-03 19:22:15,758 root Connecting to the paper account endpoint 2022-11-03 19:22:15,758 root Using the free...

## Description Trying to build an image (and a package) for armhf (Beagle Blue). The package compiles perfectly fine on target platform (including with `colcon`). Looks like `catkin` is missing...

bug

Possibly with official postgres helm chart. Thanks

Can you please provide some directions on how to enable multi-version drop-down selector instead of version subtitle? I was going over this suggestion - https://github.com/squidfunk/mkdocs-material/issues/770#issuecomment-384556794, but not exactly sure how...