epgts

Results 9 comments of epgts

Turns out the buggy code is behind a feature after the v0.7.0 tag! What do you think about releasing a 0.7.1 that includes commit 6e96c3beef8f22059cbd53e1216a894336410fc1 ? Then we can just...

oh boy: ``` error: use of deprecated associated function `pest::prec_climber::PrecClimber::::climb`: Use `pest::pratt_parser` instead (it is an equivalent which also supports unary prefix/suffix operators). While prec_climber is going to be kept...

@WireBaron freshened and ready to go

@WireBaron I just checked and this still merges cleanly and passes tests.

Hi, Can you offer an example of what you think this query ought to look like and what kind of output you'd expect? And also an example of your workaround?...

Currently I test binaries manually by following our official installation instructions on CentOS 7 (well, Rocky 8.6 this time) and Ubuntu 20.04 and running a manual smoke test, usually by...

Indeed we are using GNU ld there :( ``` lrwxrwxrwx 1 root root 21 Feb 20 2021 /usr/bin/gold -> x86_64-linux-gnu-gold lrwxrwxrwx 1 root root 19 Feb 20 2021 /usr/bin/ld ->...

We agree about `unwrap` and have been removing them over time and trying to avoid adding them (though some slip through; we ain't perfect :). I'll have a look at...

#1 up there is done, actually ("use cargo pgx start/stop").