-
Hi.
I've spent several days trying to install scGPT. I may be mistaken, but the instructions appear to have significant gaps. Is it possible for you to post a single, complete set of instructions t…
-
Since this upgrade of SymPy (especially by [this commit](https://github.com/sympy/sympy/commit/72420537f320d333b5302040adfe94f0c335af93)) the Mathics interface is broken:
```sage
sage: slist = [[1,…
-
In Heptapod by @wjakob on Nov 9, 2022, 09:21
Dear PyPy team (& @mattip),
I am making steady progress to get [nanobind](https://github.com/wjakob/nanobind/tree/pypy) to work with PyPy. As far as I ca…
-
Thanks for developing a really cool library :)
Just one issue I found when using forward references with beartype: the following code snippets (which statically typecheck with MyPy) seem to throw B…
-
When executing the `sst_trends.compute() ` comand
it returns the error like the following..Do you have any suggestions?
```
2023-05-22 07:21:50,876 - distributed.protocol.pickle - ERROR - Faile…
-
I mentioned this previously in passing in #99, but I think it would be nice to allow for adding separate (duplicate) documentation for an inherited member. I have a unique reason why that's required f…
-
The last line of the following code results in the runtime TypeError:
> TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its…
-
Commits a276091fa0f55daf1400c9a0ee1380982cccf676 and 17f7b7f2d903082b5b0308b07cdad8311a81dadc show how painful it is to consistently define and use "user classes".
We can do better.
Here is what I…
-
_It isn't stackoverflow question IMO, so excuse me if it is_
I'm trying to use nested serializers, I know it is tough to discuss since we had so many problems in v2-branch. I want nested serializer f…
-
Appearently it is (once again?) possible to inherit from a non-class. That could make it more convenient to implement a protocol:
Currently:
```python
class MyObject (NSObject, protocols=[objc.pr…