ciaran2

Results 6 issues of ciaran2

Multiple devices can be registered with the `InputManager` by means of repeated calls to `CreateDevice()`. I don't see any clear way to verify that a device is in fact a...

Currently the only way to run docker containers with only an IPv6 stack is to run with host networking on a host running only IPv6. For any other network type,...

kind/feature
area/networking
area/networking/ipv6

The most obvious way would be to add an outparam to the request functions, e.g. `CURLcode docker_get(DOCKER *client, char *url, long *http_code)` but given that this is a breaking API...

### Proposal Treat `action` signatures as scalar types for the purposes of reporting type conflicts between defined and supplied arguments to actors/classes/functions ### Motivation Currently if, for example one is...

enhancement

### Acton Version 0.24.1.20250219.1.43.32 ### Steps to Reproduce and Observed Behavior Multiplication by 0 produces a bigint 0 value that is in an odd state that prevents it from converting...

bug

### Proposal The sizes and capacities of sequences like `list`, `str`, `bytes`, etc. are mostly implemented in C with type `int`. It would be better if possible to use `size_t`...

enhancement