-
**Tell us about your request**
Add `systemControls` support for Fargate.
**Which service(s) is this request for?**
ECS, Fargate
**Tell us about the problem you're trying to solve. What are you…
-
The Vulkan backend in Impeller today is overly exuberant about extensions checks around swapchain availability and portability-enumberations (needed for MoltenVK). This gets in the way of supporting t…
-
Estimado Wilson,
Como octava prioridad hemos identificado los cambios a la interfaz que le reviewer tendrá para realizar su evaluación.
Esta sección deberá de reemplazar lo que los usuarios con…
-
Scanner tries to comment the lines which are not part of the diff, and the action fails:
```
data: {
message: 'Validation Failed',
errors: [
{
resource: 'PullReq…
-
Python is required for node-gyp. When I try to install it on myself in "before_scripts", I get an error related to permission. Try different options but overall it looks like this (https://prnt.sc/pwy…
-
To reproduce:
```bash
git clone https://github.com/haasn/libplacebo && cd libplacebo
DIR=./build
meson $DIR -D vulkan=enabled -D glslang=enabled -D shaderc=enabled -D lcms=enabled -D d3d11=disab…
-
https://bestpractices.coreinfrastructure.org/en
-
From https://bestpractices.coreinfrastructure.org/en/projects/5719#quality
_If the software produced by the project requires building for use, the project MUST provide a working build system that c…
-
Estimado Wilson,
Como novena prioridad, solicitamos un cambio de diseño:
Actualmente en el menu del inicio de página el botón "New Submissions" se visualiza así:
![image](https://user-images.gi…
-
While working on writing List code last week, the current pop() routines seemed problematic to me in a few ways:
* to remove the front element of the list, one has to use `pop(0)` which isn't index…