-
I'm having issues with projects that include `diesel` and use environment variables for instance:
```rust
pub fn establish_connection() -> SqliteConnection {
dotenv().ok();
let databas…
-
Implement a derive + attribute proc-macro based generator (like `structopt`) for `artichoke_core::file::File` impls to allow arbitrary Rust functions and types to be loaded into an interpreter.
See…
-
I would have expected `NewTypeDef` to act as a type alias for `T`, but somehow it acts as a new type and changes the type of the original enum member symbols to `NewTypeDef`.
### Example
```nim
i…
GULPF updated
4 years ago
-
how can one use a static param of type seq? (note: I don't want to use an array as that would tie default value to be of same length as the param, which is useless for example when default value is `@…
-
# Smoke test improvement roadmap
## Introduction
The smoke-tests have around 30000 lines of error output, mostly regarding syntax errors, macro problems and header inclusion issues. Around 1400 of…
-
Or how to implement `--crate-type` and `--emit`. My proposal would be the following:
cargo-gccrs invokes gccrs **once** with `-fPIC` to get the crate metadata, an object file, an assembly file, ...…
-
Due to issues making delay reference count increments sound, they were removed #4095 and replaced by an `Clone` implementation for `Py` which will panic without the GIL being held, gated by the `py-cl…
-
It seems that we began similar projects at similar times. I started on https://github.com/jeff-davis/postgres-extension.rs just recently and did not notice your project.
A few comments:
* It mig…
-
At the moment the new `VisitOperator` trait requires users to implement each and every of the over 500 variants.
This quickly becomes a mundane task, especially if there are only a few of the `visit`…
-
_(priority: low)_
There are a few places (in both `meilisearch` and `milli`) where we use `serde`'s `Serialize/Deserialize` traits and derive proc macros to write/read values from an LMDB database.…