-
### Describe the bug
When loading a DoRA model from a kohya state_dict some keys are silently skipped in the state_dict.
DoRA loading was added in https://github.com/huggingface/diffusers/pull/7…
-
One thing that was rather unclear to me when reading the draft RFC is whether implementations of traits must be exclusive (e.g. you can only implement sync *xor* async) or whether they can be exhausti…
-
Hi, Would you be up to include in the sdk a chrono feature flag?
This flag could map from FHIR Date, DateTime, Instant... etc into chrono counterparts. Would you be willing to integrate something l…
-
- Program: Recursor
- Issue type: Feature request
### Short description
Hi PowerDNS-Team,
When I just do a:
`
luac -o lua-script.compiled lua-script
`
to compile it (btw. with…
-
Consider the following real-world example of a function. The type of one of the parameters of this function depends on another one:
```py
from typing import *
K = TypeVar("K", bound=Hashable)
…
-
After some discussion with other JavaScriptCore team members, we at Apple cannot support the suggested change to make tail calls explicit via syntax due to the expected web incompatibilities those cha…
-
I have been working on a C++ bindings generator in a fork at https://github.com/cpetig/wit-bindgen for some time.
After a rewrite the code is less clumsy and could be considered for merging upstre…
-
**Is your feature request related to a problem? Please describe.**
Traditionally, each jurisdiction has its own tradition of formatting legislation and case law. Thus, for legal citation styles kno…
-
This issue is to request exporting of the `PgType` enum from the `postgres` module.
I'm struggling a bit with serializing rows from arbitrary queries to JSON. Ideally, [`PgRow`](https://docs.rs/sql…
-
E.g. what is the canonical way to convert between UUID and ULID form? Is it possible to losslessly encode a ULID by having an extra field storing the timestamp?