-
I was recently working on some bits of codes where most of my data had to be "readonly" (so I'm using immutable types like frozen dataclasses, frozensets, tuples, etc.) but also using plenty of compre…
-
One of the primary goals of Hissp is to have good error messages.
There are multiple stages to compilation and errors could happen in any of them, which makes debugging more difficult unless you re…
-
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)
…
-
### Describe the bug
odoo Failed to build, seems like it's because one of hypothesis's unit test failed.
### Steps To Reproduce
Steps to reproduce the behavior:
1. `NIXPKGS_ALLOW_INSECURE=1 n…
-
I want to learn everything about mutable & immutable
-
**Describe your environment**
Python version: 3.10.10
Opentelemetry-python version: 1.23.0
**Steps to reproduce**
It is defined in types.py, https://github.com/open-telemetry/opentelemetry-py…
-
## Introduction
This work intends to automate the **tooling** dependency management of Zephyr projects. The idea is to script https://docs.zephyrproject.org/latest/develop/getting_started/index.htm…
-
lekro updated
6 years ago
-
In C++, I can write an `AbstractItemModel` implementation. I'd like to do the same thing in Python so that I can have Pythonic data structures that can be manipulated naturally by a Python backend and…
basak updated
6 years ago
-
Hi all,
Sorry I have been absent for the last few weeks. While I have been out and about I have been thinking on the problem of multiple years and/or states in a single query and how to approach t…