-
## Bug report
**Problem**
Running pcbasic with Python 3.13 gives
```
File "/lib/python3.13/site-packages/pcbasic/basic/devices/cassette.py", line 14, in
from chunk import Chunk
Modu…
-
savefilename = self.defaultSaveDir + os.path.splitext(imgFileName)[0] + '.xml' # the mask image will be save as file_mask.jpg etc.
TypeError: unsupported operand type(s) for +: 'NoneType' and 'unico…
-
As a developer I would like to be able to memoize each component, such that it does not re-render in the render cycle if none of the props have changed.
There should be two ways to do this:
1. Use…
-
BPO | [18712](https://bugs.python.org/issue18712)
--- | :---
Nosy | @arigo, @mdickinson, @ericsnowcurrently, @zware, @serhiy-storchaka, @corona10, @iritkatriel
Dependencies | bpo-17576: PyNumber_Index…
-
**Description**
Hit bug #65474 (same error message) while using the old/deprecated x509 module. Switched to x509_v2 on the CA/PKI minion, and the "client" minion. Now it fails with the following erro…
-
Hi, thanks for your wonderful work and neat cuda implementation with clear file structures.
A starting point to learn 3d gaussian splatting would be to jump into every piece of code and see what th…
-
I was running your [example code](https://docs.ray.io/en/latest/tune/index.html) after upgrading to ray 2.5.0, but now I get the following error.
TypeError: Descriptors cannot not be created direc…
-
pyarrow has a solid hdfs interface, we can easily use it to replace our current Scala HDFS interface.
Some relevant links:
* http://wesmckinney.com/blog/python-hdfs-interfaces/
* https://arrow.apac…
-
Hello, does adaptive-rag provide a pure Java version?
-
It's a pure question rather than a bug.
Is there any trick to set priorityClassName or priority to pods in pipeline?
The argo workflow seems to support it now:
https://github.com/argoproj/argo/pu…