Samuel Colvin

Results 325 issues of Samuel Colvin

I'm really keen to use this on [pydantic](https://github.com/samuelcolvin/pydantic), however there's one ~~blocking~~ issue Take the following example: ```py raise ConfigError( "validators should be used with fields and keyword arguments, not...

enhancement
help wanted

### Describe the bug See https://github.com/datafusion-contrib/datafusion-functions-json/pull/3 I have a union defined by ```rs DataType::Union( UnionFields::new( vec![0, 1, 2, 3, 4, 5, 6], vec![ Field::new("null", DataType::Boolean, true), Field::new("bool", DataType::Boolean, false), Field::new("int",...

bug

First of all thanks a lot for pystache, we're using in production and it's great. Currently `.travis.yml` only goes up to `v3.2` which is now pretty our of date. The...

I'm on main, currently 30707e1, I can run the `secure_server` example with ``` cargo r --example secure_server ``` Then try to connect with psql, and I get the following: ```...

https://github.com/samuelcolvin/grablib/blob/9a74f1f0da14abbebb9ed7d08766044a6141da0d/grablib/build.py#L215

with ```yaml debug: true build_root: new_template/static build: wipe: '.*' sass: '.': 'new_template/' ``` eg. the target directory is inside the build directory causes an ugly recursive delete. ``` Traceback (most...

Might be fun to see how hard it would be to implement [DOH](https://en.wikipedia.org/wiki/DNS_over_HTTPS) for the upstream/proxy. With that, you could use this as a local proxy like https://github.com/AdguardTeam/dnsproxy.

enhancement

currently you need to do it manually or call `glove.start()`. could also make glove work without postgres.