-
`serde::Deserialize` takes the lifetime parameter `);`, using the trick that `'static` is available everywhere. However, is this the best practice?
Please consider adding this note to the documenta…
-
By default `serde-json` ignores all unknown fields, it's a good thing if you want your app to work even if something changes. _However_, it's a bad thing for testing, because it can lead to unnoticeab…
-
installing error on Ubuntu
warning: unused variable: `db_name`
--> src/utils/common.rs:142:5
|
142 | db_name: &str,
| ^^^^^^^ help: if this is intentional, prefix it with …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
### Apache Airflow Provider(s)
databricks
### Versions of Apache Airflow Providers
apache-airflow-providers-databricks==6.3.0
### Apache Airflow version
2.7.3
### Operating System
(airflow)cat …
-
Idea: It would be interesting to select rows from the database and instantly and easily serialize to a data format.
Blocked on #181
-
Serde has `#[serde(deserialize_with = "path")]` in order to deserialize using a custom function. I'm not sure how easy that would be to implement in bitcode.
The issue I currently have is that I'm …
-
While following along with chapter 7, I encountered a bunch of errors related to the use of the derive macro `ConvertSaveload` on the `WantsToMelee` component.
Further, nowhere in the tutorial does…
-
Is there a reason why Serde's `rename_all` is only specified for deserialization? This messes up serialisation/deserialization of any structs that use MusicBrainz entities in their fields, since the f…
-
The ICRC3 example from https://raw.githubusercontent.com/NatLabs/serde/main/usage.md#icrc3-value doesn't work
There is one here https://github.com/NatLabs/serde/blob/main/tests/Candid.ICRC3.Test.mo…
infu updated
2 months ago