-
For example, if I could write this code:
```odin
rateText String
switch rate {
case 1 rateText = "Weak"
case 2 rateText = "Moderate"
case 3 rateText = "Strong"
case 4 rateText…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Intellisense-switch-expression-produces-/10214198)._
---
\[severity:It bothers me. A fi…
-
```
What version of Minify are you using?
2.0.1
PHP version?
5.2.5
What steps will reproduce the problem?
1. pcre.backtrack_limit set in the php.ini to the default (100,000 I think).
2. A single lin…
-
```
What version of Minify are you using?
2.0.1
PHP version?
5.2.5
What steps will reproduce the problem?
1. pcre.backtrack_limit set in the php.ini to the default (100,000 I think).
2. A single lin…
-
```
What version of Minify are you using?
2.0.1
PHP version?
5.2.5
What steps will reproduce the problem?
1. pcre.backtrack_limit set in the php.ini to the default (100,000 I think).
2. A single lin…
-
### Description
It is currently quite messy to use parameterised inserts. If you naively use pgm.sql with $1 style parameters you get an error message related to regular expressions which is somewha…
-
### What is the problem this feature would solve?
Sometimes you need to see which command is executed in the shell taking into account the interpolation of ${} expressions and variables.
For example…
-
Trigger metadata (not payload data), if consumed in an output binding, for example, will cause consumption of the trigger payload.
This will not work:
```csharp
[Function(nameof(CreateThu…
-
### Describe the bug
### To Reproduce
Steps to reproduce the behavior:
1. set a workflow context property to a string array
2. navigate to the workflow index
3. this error is thrown sometimes
…
-
Minimal spec with a regex that has an escape character:
```yaml
openapi: 3.0.0
info:
version: 1.0.0
title: API for Regex Test
paths:
/test:
get:
responses:
'200':
…