-
As part of the Python 3.11 bringup, we noticed that `test_geodataframe.py`'s `test_memory_usage` fails
Namely in Python 3.9 and 3.10 it uses `224` bytes, but in Python 3.11 it uses `228` bytes
h…
-
When working with data declarations recently, I stumble all the time on "complexity" of C. For example
```c
#include
typedef struct foo_s {
int x;
} foo_t;
int main() {
struct foo_s y …
-
The current usage of `library` and `part of` declarations in Dart has certain limitations, particularly when using the `library` name as a `part of`, which is discouraged. The `flutter_lints` package …
-
There are issues creating libraries/tools that implement as you need to do quite a bit of additional reflection to determine which "item" datatype to use. This problem is compound where one item is a…
-
### Use case
We have a number of use cases where having a map type predicate would simplify our usage of dgraph. A good example is real-world address node, which may have multiple known address st…
-
We're about to add some code that introspects pyrsistent classes - in particular PRecord/PClass and the checked data structures - in order to detect changes to our pyrsistent-based configuration model…
-
I am currently using a single 3090ti with CUDA 11.3, Python 3.8, torch==1.10.0+cu111, and torchvision==0.11. However, when I run training, I encounter an error, so I comment out the problematic sectio…
-
## Environment Information
Open Babel version: 3.0.0
Operating system and version: Linux Ubuntu 20.04
## Expected Behavior
I tried to convert .smi file into .pdbqt file via .sdf converting. I go…
-
My experience with pyasn1 is that it is great when it works out of the box, but when it doesn't - troubleshooting complex structures is a pain. I believe there are two key issues:
- error messages ar…
-
### Zig Version
0.11.0-dev.184+c4f7663c9
### Steps to Reproduce and Observed Behavior
1. Create a structure which contains a pointer to itself
2. Try to instantiate said structure without either a…