jaskij

Results 85 issues of jaskij

If you look, for example, at [`si::pressure::Pressure`](https://docs.rs/uom/0.36.0/uom/si/pressure/type.Pressure.html#method.ceil-40) there's over a hundred instances of the `ceil()` listed in the sidebar. Makes browsing the documentation somewhat difficult to read. I'm not entirely...

As is, the only explanation for how `deadpool_postgres` handles caching prepared statements I'm aware of is the discussion in #75 . Between that and looking at the source, I understand...

enhancement
A-postgres

### Feature Description Skip gathering crate and rust information for workspace members *only* ### Describe The Solution You'd Like A config option that enables that, similar to `skip_crate_env_info` ### Use...

### I have found these related issues/pull requests This is closely related to #1744 and it's solution #1748 ### Description Basically the same thing as #1744 - make transparent types...

bug

Sometimes there is a reason to have byte-reproducible builds. As is, `shadow-rs` generates a number of variables, some of which are reproducible, while others are not. This may lead to...

Since #1011 suggest dumping Python 2, I'd like to suggest migrating from a plain `requirements.txt` to the new `pyproject.toml` format. `setuptools` is still available, if you don't want to change...

Priority-Low
Type-Review
Component-BuildRules

### 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.85.1 (4eb161250 2025-03-15)...

C-bug
M-breaking-change
S-waiting-on-decision
A-derive

I am trying to use `postgresql_proc` with loading external SQL files, using relative paths, similarly to what is shown in your README. It seems to me that `pytest-postgresql` does not...

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the solution you'd like Just coming off having tested Sniffnet for the...

enhancement

Basically, something like `snafu::report`, but that uses [`log`](https://docs.rs/log/latest/log/) for output, possibly a configurable level (as not all `Error`s are *errors*).

enhancement
help wanted
feedback requested