Paul Colomiets

Results 159 issues of Paul Colomiets

The complex part here is: 1. By default `2.14` means `>= 2.14, < 3`. Same goes for testing channel. 2. Wee don't allow to pin nightly. 3. Showing version 2.13...

enhancement

# Analyze Command ``` edgedb analyze "SELECT ..." Options: --expand show full tree --debug-output-file PATH --read-json PATH read 2format json instead of running query Analyze options: --no-execute no analyze (assumes...

At the start of migration add: ``` # Generated by EdgeDB version: v3.0-alpha.2 ``` Then, when reading migrations do two things: 1. Warn if current edgedb version is lower than...

The command should at least report: 1. CLI version and architecture 2. EdgeDB version 3. OS kind and version Additionally we may try to detect bindings: * If `Cargo.toml` is...

enhancement
needs decision
developer experience

We've decided that when converting from the native type (and the string if possible) that has different precision we will be using rounding to the nearest even. All things that...

It seems there is some effort, but currently it doesn't work. Travis could be used to test not only 4 python versions, but also with optional C extension and optional...

See [PEP 3151](http://www.python.org/dev/peps/pep-3151/) for details on exceptions. In particular it would be nice to raise BlockingIOError and InterruptedError. I'm not sure whether we should subclass them or just use raw...

Hi, I've just published [graphq-parser](https://crates.io/crates/graphql-parser/) crate. The idea is that it's just plain query language parser, that can be used for many things including this library. It's based on quite...

``` ====================================================================== FAIL: testBadClose (__main__.WebSocket) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/yaourt-tmp-vitaly/aur-libwebsite/src/libwebsite-0.2.22/test/httptest.py", line 310, in testBadClose self.assertTrue(val < 7*100000) AssertionError: False is not true ---------------------------------------------------------------------- Ran 21 tests in...

But probably should work as idle timeout instead