-
I would like to be able to disregard source order.
Abstractly:
```
// hoo.styl
a = b
b = d(foo)
// too.styl
d(zoo)
bar zoo
// c.styl
@import too
@import hoo
```
This feature request...
In d…
-
### Dupe Check
- [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates
### Describe the bug
I have `setopt warn_crea…
xPMo updated
4 months ago
-
### Discussed in https://github.com/posit-dev/positron-beta/discussions/175
Originally posted by **jeffkeller-einc** May 7, 2024
I don't know what this pattern is called, but I do it …
-
The variable_set, variable_get and variable_del functions are a bit misleading because they have nothing to do with Drupal's functions named the exact same thing. Our functions only deal with local st…
-
Hello Oemof community,
I am a new user of Oemof 0.5.2 and now implementing a multi-objective optimization based on the weighted sum method. In this regard, I created several objectives functions. …
-
Please consider detecting variable named functions.
`\$[a-zA-Z0-9_]+\s+\(` so:
`$`, valid variable name characters, maybe whitespaces and `(`.
Thank you!
-
При запуске скрипта на большом наборе данных количество строк в выходной таблице велико, а количество уникальных ошибок не особо
Предлагаю сделать группировку. Чтобы вместо результирующей таблицы (…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
## Context
Step functions in Local stack uses - `amazon/aws-stepfunctions-local` image. W…
-
```
auto class X1 { } ;
```
See Compiler Explorer: [https://godbolt.org/z/3WheK64E3](https://godbolt.org/z/3WheK64E3)
auto can only be specified for variables or function declarations.It is reject…
-
My idea is. Content describes the meaning of the code, and that content includes the variable of the described code. But add translated the variable name. So, keep the variable name inside the output …