Ignacio Corderi
Ignacio Corderi
Would you consider adding this `impl`? ```rust impl ToPyObject for () { type ObjectType = PyObject; fn to_py_object(&self, py: Python) -> Self::ObjectType { Python::None(py) } } ```
This is a great tool that helps improve the project publishing lifecycle. Have you considered making it a cargo extension? ``` sh cargo install cargo-semantic cargo semantic ```
## Summary ``` Scenario: 1. Node accepts txns into tx pool 2. Node receives a proposal with the same txns and validates it At 1, accounts are read and saved...
Now that this landed on _stable_ ([std::os::unix::net](https://doc.rust-lang.org/std/os/unix/net/index.html))... Are you moving the crate to @rust-lang-deprecated ? Are there any features on this crate that didn't land on 1.10-stable?
## Summary - Refactors catchpoint data into a separate db. - Creates a catchpoint application interface. ## Test Plan Existing tests.
### Check for existing issues - [X] Completed ### Describe the feature Add support for the new `openai/gpt-4o` (alternatively, let us select any model name). ### If applicable, add mockups...
This is a **work in progress** ### Motivation Not any json is valid in the params field. > #### 4.2 Parameter Structures > If present, parameters for the rpc call...