June

Results 18 issues of June

From the docs: > That is, “HelloWorld” is segmented Hello|World whereas “XMLHttpRequest” is segmented XML|Http|Request. I have identifiers with single character words in them. I'd love it if they were...

- made fields on cors optional and removed debugging code Closes #115.

`BucketClient::list` appears to always return an error: ``` [src/main.rs:6] client.bucket().list().await = Err( Reqwest( reqwest::Error { kind: Decode, source: Error("data did not match any variant of untagged enum GoogleResponse", line: 0,...

## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...

B-semver-minor
A-web

I want to be able to get configuration from a file, where individual fields can also be presented as environment variables. The closest things to what I want are these...

Added `Value::remove_by_pointer` method that allows you to remove a value from a nested JSON object specified by JSON pointer as in `Value::pointer{_mut}`.

## Description When querying data, adding a filter using a `Condition::any` causes any further calls to `filter` to also be part of that `any` condition. ## Steps to Reproduce 1....

## Description When getting data from `into_json`, the resulting `Value` uses the field names set by the `#[sea_orm(column_name = "")]` macro instead of the names of the fields in the...

### Summary When calling `map_or` with a function call as the default value, clippy does not suggest writing it with `map_or_else` instead as it does for the other `or` methods....

C-bug
I-false-negative

It's fairly common for login pages to have a "keep me logged in" option. I'd love a way to do this with `actix_identity`. Maybe a `Identity::login_with_deadline` function that would overwrite...

A-identity
C-feature