-
open_pdks `1.0.489`
open_pdks `1.0.471` changed diodes from `D` devices to `X` devices. Along with this change, the `pj` parameter was changed to `perim`.
open_pdks `1.0.482` changed the netgen co…
-
Run the test suite and you will see warnings like
```
Exception ignored in:
Traceback (most recent call last):
File "C:\Users\jenielse\AppData\Roaming\uv\data\python\cpython-3.12.7-windows…
-
### Description
When I do `colima start` I get this:
```
> exiting, status={Running:false Degraded:false Exiting:true Errors:[] SSHLocalPort:0} (hint: see "/Users/joachim/.colima/_lima/colima/h…
-
This is caused by iiod_responder_wait_done() in iiod-responder.c. The thread is probably not stopped correctly and therefore cannot join.
Testscenario: latest master libiio, network context to sdr.
-
### Summary
`fd_sync` on a preopened base directory returns 76 (notcapable). On some other runtimes (WAMR, Node), it is 0 (ok).
I wonder if it's possible to customize the capability associated wit…
-
### What happened, and what did you expect to happen?
I notice that one can get a file descriptor for an open file by indexing: `$file[fd]`. The value is `-1` if the file is closed, which seems to b…
-
BPO | [43421](https://bugs.python.org/issue43421)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba
*Note: these values reflect the state of the issue at the time it was migrated and might…
-
**What version of Janus is this happening on?**
master
**Have you tested a more recent version of Janus too?**
no
**Was this working before?**
I don't have information
**Is there a gdb or …
-
After a lot of debate, it seems like we will be focusing on the "erofs+overlayfs" flow. There are positives and negatives to this.
This issue is about one of the negative things we lose with this …
-
Test case remove_socket_in_handler was added:
```
int pipefd[2];
BOOST_CHECK_EQUAL(0, pipe(pipefd));
loop.add(pipefd[0], [&](){
loop.remove(pipefd[0]);
return true;
…