-
This issue is for discussion of the proposal to introduce **Common Atomic and Atomic Array types** in the standard library.
The full text of the proposal is here: [proposals/common-atomics.md](https…
-
I think there should be an API for resizing an array. This is useful when you know you are about to insert a large amount of data and you only want one allocation of memory and one memory copy.
Th…
-
Made this request probably a year ago. Doing a new deployment with your lib and came back here to see if it was resolved one way or other and can't find the request so gonna lobby once again.
Pos…
-
spec: https://data-apis.org/array-api/2022.12/API_specification/index.html
tests: https://github.com/data-apis/array-api-tests
-
Dzień dobry,
Uprzejmie proszę o informację, co mam poprawić aby zapytanie allegro rest api zaczęło działać?:
Błąd zaczął się pojawiać po aktualizacji rest api allegro 22.10. Czytałem dokumentację,…
-
:wave: Hello PHP community, we are looking for community feedback on improvement we are working on.
We are extending type hints that exist in Stripe-PHP SDK. New type hints will be compatible with P…
-
**API Platform version(s) affected**: 4.0.9
**Description**
**How to reproduce**
```php
#[ApiResource]
class Test {
/** @var array */
public array $foos;
}
class Foo {
…
-
Open API 3.0 supports nullable types by setting the `nullable: true` field on schemas that contain a `type`.
Open API 3.1 drops support for the `nullable` field, instead going all in on adding `type:…
-
### What's hard to do? (limit 100 words)
In XLS, we have a distinction between an array of bools `bool[N]` (i.e. `bits[1][N]`) and a packed bit vector `bits[N]`. Oftentimes, you may choose to write o…
-
See https://data-apis.org/array-api/latest/API_specification/data_types.html#default-data-types and https://data-apis.org/array-api/latest/API_specification/generated/array_api.info.default_dtypes.htm…