-
```cr
{%
a, b, c, d = {1, 2, 3}
%}
```
Running with `-Dstrict_multi_assign` results in:
```cr
In test.cr:1:1
1 | {%
^
Error: expanding macro
In test.cr:2:16
2 | a, b, c,…
-
## I'm submitting a
[ x] Bug / Regression
[ ] Feature Request / Proposal
## I'm using
NG Dynamic Forms Version: `X.Y.Z`
[ ] Basic UI
[ ] Bootstrap UI
[ ] Foundation UI
[ ] …
-
**How to categorize this issue?**
/area open-source
/kind cleanup
**What would you like to be added**:
With https://github.com/gardener/gardener/pull/8199, Gardener deprecates the support for …
-
I'm building a system for classifying images into multiple categories, and approaching the problem using multiple networks (all my networks have the same structure, and output `[0,1]` or `[1,0]` (Yes …
-
In the `readDir` method the resulting callbacks `isFile()` and `isDirectory()` compare the wrong types.
On the JS side you assume that `file.type` is a string when comparing it to any of those values…
-
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Description
Since version …
-
**How to categorize this issue?**
/area usability
/kind enhancement
/priority 2
**What would you like to be added**:
Make `Zone` field a pointer to string with optional tag
**Why is this n…
-
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…
-
### System details
RStudio Edition : Desktop and Server
RStudio Version : 1.2.5042 and 1.4.1687
OS Version : Multiple
R Version : Multiple
### Steps to reproduce th…
-
This is just a stub issue to keep track of the goal of having "stack ghci" properly load packages, including switching cwd when loading modules (for TH file loading). I am removing the support for us…