-
The switch statement currently only supports integer input and integer comparison; I want to add support for strings too, so you'd be able to do the following:
```c
switch(.@fruit$) {
case "orang…
-
In examples like https://github.com/lexik/LexikFormFilterBundle/blob/master/Resources/doc/working-with-the-bundle.md#ii-filter-customization user can see `return $filterQuery->createCondition($express…
zajca updated
3 years ago
-
### 🔎 Search Terms
"mixin abstract super", "mixin abstract super type", "mixin abstract constructor super", "mixin abstract constructor super type", "mixin Abstract method cannot be accessed via supe…
-
This issue initially started out as a request for a macro system, but I think most of the functionality I would want is (mostly) resolved with the `Reflection` module. That said, macros would still be…
-
In the xml layer [Filter](https://github.com/mapnik/mapnik/wiki/Filter#examples-in-xml), do fields support type conversion, such as [to-string](https://docs.mapbox.com/style-spec/reference/expressio…
-
At the moment, the Elixir interface specified in `ExGrammar` is nice for specifying transforms, but not expressions: in `define(id, expr, body)`, `id` is an atom naming the expression, and `expr` is a…
-
Currently when constructing ibis expressions in non-interactive mode (the default), expressions repr as a description of the operations they're composed of:
```python
In [1]: import ibis
In [2]…
-
### Bug description
Using a GenX case with Operational_reserves.csv input containing a Static_Contingency_MW >0 the run crashes while loading the Operational Reserves Core Module. This can be replica…
-
[Currently](https://github.com/jacoco/jacoco/commit/230937dc3854055bac57ad600fd585a563397a26) execution of
```
mvn clean package -Dkotlin.version=1.6.20-RC2
```
leads to
```
Failed tests:
…
Godin updated
3 months ago
-
In FSI, inputting an interpolated string literal that opens interpolation expression with `{` but does not close it, e.g. `$"{"` breaks the session in a way that further valid string literals can no l…