-
We need a way to manage upgrades for chains that use a multisig like OP Mainnet. To do this, we'll need a special broadcaster type for multisig transactions. This broadcaster will aggregate broadcasts…
-
The following definitions will result in both an Enum and a Struct named `AaBb`:
```json
"Aa": {
"properties": {
"bb": {
"anyOf": [
{
"$ref": "#/definitions/AaBb"
…
-
Hi,
Just wanted to ask if there are any plans to implement Serde (i.e. `derive(Serialize, Deserialize)`) on the DIS PDU structs? For my particular case I'm building a web server that exposes DIS pack…
-
## Summary
Add user-configurable custom icons to the Performer Detail page in the `.name-icon` div based on performer URL domains, StashID Endpoint Names, and select performer detail-item attributes.…
-
The latest OpenAI models allow passing `json_schema` as the `response_format` `type` property, and supplying the schema itself under the `schema` property. This enforces conformance to the s…
-
Hey there, this is not a real issue but I'm opening it to discuss this topic.
I wanted to get WAN Status and WAN IP address from the OpenWRT Router to Home Assistant.
Whilst the IP Address can be …
-
Hello. The library is great and has been very useful, but I have an use case which we need to have a different configuration to serialize the json in the second column in the same table. Based on wh…
-
**What would you like to be added**:
Support tracking the full dependency graph for packages in the form of relationships, for the ecosystems that support extracting this information.
**Why is thi…
-
`json2dcp` has not been maintained for some time but could be useful for post-placement/routing validation and DRC in Vivado. While replacing deprecated RapidWright API is fairly straightforward, it w…
-
In a .gitattributes file it is possible to map language names to filename extensions, e.g.
```gitattributes
*.fs linguist-language=glsl
*.vs linguist-language=glsl
```
It is also possible to spec…