-
Stylable stylesheet has 2 different export targets:
- **stylesheet** - using stylable `@st-import` for customization, interface defintion or re-export
- **javascript** - using JS `import` for view b…
-
PostgreSQL, Oracle and other RDBMS allow to lock tables explicitly in different modes. See https://www.postgresql.org/docs/current/sql-lock.html and https://docs.oracle.com/javadb/10.6.2.1/ref/rrefsql…
-
We need some way to enable/disable certificate checking. Currently the library uses the top-level wrap_socket function, which got removed in Python 3.12; that one never did certificate validation. Ho…
-
`explicit(false)` can be seen as a signal that the developer considered the `explicit` case and determined that, in this instance, `explicit` is not warranted. Warning when `explicit(false)` is set fo…
-
Explicitly show the results of the dependencies view
-
### Component(s)
pkg/ottl
### Is your feature request related to a problem? Please describe.
`ConvertCase` function accepts `StringGetter` first argument and could be used as converting function in…
-
The server needs to set `game_stats.startTime` explicitly. See FAForever/db#83
-
I came to think that it might be not a good idea to write every variable nxfvars can get programmatic access to to the `.params.yml`.
This is prone to unexpected `InvocationTargetExceptions` and c…
-
# Explanation
It is often more clear to use the bracket syntax over `element` when accessing an element in an array.
# Examples
```minizinc
include "globals.mzn";
array[1..5] of var int: a;
co…
-
- NLEFT interactions are fiddled with (dispersion relations and smearing)
- NLEFT is putting in a potential to counteract a discretization error... if you understand the error you might not need…