Emil Styrke

Results 19 issues of Emil Styrke

If there is an error while generating the declarations, the output file will be truncated. This will cause existing snapshots to disappear, as well as make further runs fail because...

When calling `kernel.getWorkGroupInfo(device, &err)`, this will lead to https://github.com/KhronosGroup/OpenCL-CLHPP/blob/master/input_cl2.hpp#L1052: ``` cpp // Specialized GetInfoHelper for clsize_t params template inline cl_int getInfoHelper(Func f, cl_uint name, array* param, long) { size_type required;...

It seems like current Docker(-compose?) versions send SIGQUIT when exiting. This signal is not handled by the entrypoint script, leading to a "hang" and forceful exit after 10 seconds.

### Describe the Bug Using Pyrefly 0.16.1 and latest `attrs` 25.3.0: ```python from attrs import define @define class Test: test: str Test(test="test") ``` I expect this code to be valid,...

User

### 🚀 Feature Request I'm trying to implement the new Partitioned flag for our backend's cookies (see https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies). With this I'm hoping to support Safari and upcoming cookie-blocking chrome versions...

browser-webkit
upstream
v1.54

Hi, I'm trying to test a call to ecs.RunTask with a capacityProviderStrategy argument (and no launchType). The capacityProvider specified is using an autoScalingGroup. This is supposed to use autoscaling to...

enhancement

## Bug Report ### Description We have a github actions workflow to create releases. A few days ago it suddenly stopped working and it seems related to the new verify...

bug
confirmed

This prevents crashes in multi-bind scenarios: ```python session_maker = sessionmaker( binds={Base: engine, BorderBase: border_engine}, expire_on_commit=False, ) admin = Admin( app, base_url="/admin", session_maker=session_maker, ) ``` ``` Traceback (most recent call last):...

This package requires numpy 1 which prevents our project (which uses this package as a dependency) from upgrading to numpy 2.x. Could the numpy requirement be relaxed to allow both...