-
`az repos pr create` does not have an option for merge strategy, and by default is created with:
```
"completionOptions": {
...
"mergeStrategy": "noFastForward",
...
},
```
…
-
This card was working fine for me until 2023.04. I have tried the fix mentioned in another issue, but that did not seem to help.
The error in HA is as follows:
`http://10.0.30.22:8123/hacsfiles/lo…
-
**Describe the bug**
```cuda
#include "cute/tensor.hpp"
using namespace cute;
__global__ void kernel(int *gmem) {
int tid = threadIdx.x;
gmem[tid * 4 + 0] = tid * 4 + 0;
gmem[tid * …
-
### Environment information
```bash
CLI:
Version: 1.8.0
Color support: true
Platform:
CPU Architecture: aarch64
OS: …
ah-yu updated
2 months ago
-
Thanks for your brilliant work. I would like to do SFT with multiple GPUs. Does your framework support this feature by design or I need to make some modifications?
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
## Describe the current behavior
Reported on Studio theme.
The Follow on Shop button in the footer will only display when Show social media icons is enabled.
**Merchant context**
They woul…
-
### Problem description
The device is natively detected as a zha.DeviceType.ON_OFF_PLUG_IN_UNIT by ZHA but the automatically provided switch does not control the OnOf cluster it exposes.
On, Off…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
Part of #1002
If not explicitly defined by users.
Should follow GQL logic (move?).
_id field logic needs to be independent of auto creation of id fields in case the user partially defines the…