-
Dear AWS team,
I am following the example here https://awsdocs-neuron.readthedocs-hosted.com/en/latest/neuron-guide/appnotes/perf/torch-neuron-dataparallel-app-note.html#specifying-neuroncores
…
-
### Overview
This issue tracks the agenda for the product management community of practice and weekly roll calls for projects.
For meeting agendas before June 2021, please check the [2021 [FOLA] T…
-
Currently the entry function may be explicitly specified or may be heuristically chosen by XLS (e.g. function "main" or a function which shares the name of the package). We should eliminate the heuris…
-
Following up from https://github.com/microsoft/vscode-go/issues/2655 as it was the most upvoted feature there and is still badly needed.
# Description
Delve has added the **call** command to be ab…
-
With this patch, you can now do:
```
sage: s = SymmetricFunctions(QQ).s()
sage: x = s[2,2,1]
sage: x.principal_specialization()
-q^4/(q^11 - 2*q^10 + q^8 + 2*q^6 - 2*q^5 - q^3 + 2*q - 1)
sage: x.pr…
-
Example:
```
const v2 = vec2(0,1);
const badindex = v2[3]; // out of bounds
const badint = 1/0; // integer divide by zero
const badfloat = 1.0/0.0; // would generate infinite AbstractFloat
c…
-
Following up on the discussion in #12517, I believe there's a fundamental issue with the way SQL translation is currently handled. If there is an expression that cannot be directly mapped to an SQL eq…
-
**Describe the bug**
In the current deployment of actions-runner-controller, whenever a GitHub runner has an action cancelled (via GitHub UI) or has an action that fails (like a unit test), it seem…
-
I started thinking about this for Python but we got feedback from user _Luis Guzman_ on Discord: [Chaining syntax, Confusing behavior](https://discord.com/channels/707636530424053791/10347342396750684…
-
In #70412, we will implement MVCC range deletion tombstones, recorded in a range-local part of the key space. When a range is split or merged, these tombstones must also be split or merged as appropri…