commonism

Results 102 comments of commonism

This issue causes real headache when using saltstack with pip states and https_proxy set in the environment. While saltstacks pip state allows passing a proxy, this bug ignores the proxy...

Python3 - PyYAML 6.0 I do not consider this a problem with the YAML parser, from my understanding the parser does things according to the specification. To me this is...

I need this to be template as well. For me sending private key material via unencrypted mail is not an option and I'd consider this as a non-default opt-in, if...

Most likely caused by removing the interface with wg-quick down … without stopping the service.

To turn of the jit with sqlalchemy 1.4.0b asyncpg … ```python self.engine = create_async_engine( - connection_string, pool_size=pool_size, **kwargs + connection_string, pool_size=pool_size, connect_args={'server_settings':{'jit': 'off'}}, **kwargs ) ```

I can build this with the docker sdk image easily. I seem to fail to understand the usage of PKG_HASH or PKG_MIRROR_HASH for git clones. Somebody to help out? ```...

``` build@807d5f894a3e:~/openwrt$ make package/mdk4/check FIXUP=1 Collecting package info: done WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'eip197-mini-firmware', which does not exist WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'r8169-firmware', which...

This is unrelated to the array problem. ``` "schema": {} ``` Can you post the API signature for root__get and say_hello_hello__name__get?, I think they lack a definition for the response/return...