Lining Pan

Results 11 issues of Lining Pan

The sqlite CTE feature (#1816) introduced severe performance degradation, and this PR attempts to fix it. This patch drastically reduces search space by adding memorization based on register type and...

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.62.1 (e092d0b6b 2022-07-16)...

C-bug
M-breaking-change
A-builder
S-blocked

Hi, I recently discovered that at least in some cases Py-FEAT is not actually using GPUs for inference. I'm not sure if this is expected and if it will be...

## Setup ### Versions - **Rust: 1.70** - **Diesel: 2.1.0** - **Database: Postgres (cockroach)** - **Operating System: Mac OS 13** ### Feature Flags - **diesel: `["chrono", "uuid", "serde_json"]`** ## Problem...

help wanted
documentation

## Description of the feature https://github.com/async-graphql/async-graphql/issues/980 If I understand correctly, in the GraphQL spec, `Int` type is `i32`, which means using `u32`, `i64`, and `u64` could result in runtime errors....

enhancement

If I understand correctly, only `crates_repository` is using recompiled `cargo-bazel` binaries, but `crates_vendor` will always build from source.

This PR is based on #90 , and resolved most issues raised in the original PR, including getters / Into&From traits. The PR also resolved several merge conflicts with current...

It would be helpful to add a method to the runfiles library that returns a set of environment variables for sub-processes to resolve runfiles. For reference, the Python runfiles library...

# 🐞 bug report ### Affected Rule register toolchain ### Is this a regression? Yes, the previous version in which this bug was not present was: .... ### Description Certain...

help wanted
dependencies
type: toolchain

Thanks for creating dSQ! If I understand correctly, when dSQ saves a job status entry it assumes that appending to a file is atomic. However, this is not true on...