-
We need additional parameter support in Friction.
* boolean is wanted/needed for shaders (and for future X/Y uniform support)
* string (and file/url to string) is needed for #57 and text etc (+ JS…
-
JsonPath is more complicated, requires complex string parsing, requires the implementation of many features that are not necessary to select a claim, and is a query language, not a point…
-
### Description
When a library defines a custom type conforming to `ExpressibleByStringInterpolation`, merely having an import statement in one file in the module can cause unexpected compilation e…
-
I think it will more handy if consts mask will use "contain" not "match".
If "contain" you can just write `my-blade` and not `my-blade.*` to render on all `my-blade-###`.
It is more user-friendly, I…
-
I am encountering the above error with the following simple example:
``` fish
$ set foo 1
$ echo $foo
1
string replace: Regular expression substitute error: unknown substring
```
I have pin…
-
In [lex.string], the length of the array type of a string literal determined from the number of encoded code units "as described below"; however, the further description only describes encoding for st…
-
When querying an unquoted table reference, BigQuery automatically provided alias for the table name in case insensitive manner.
Example:
```sql
SELECT
BLOCKS,
blocks
FROM
bigquery-public-…
-
When using f-string debug expressions, micropython incorrectly uses (I think) `__str__` instead of `__repr__`.
CPython:
```
Python 3.9.9 (main, Dec 31 2021, 11:22:40)
>>> foo = "hello\nworld\n"
…
-
```
public record Test(
String type) {
void test(List externals) {
externals.stream()
.collect(Collectors.groupingBy(Test::type))
.entrySet()
.stream()
…
-
Possibly related to:
https://github.com/dotnet/efcore/issues/20277
https://github.com/dotnet/efcore/issues/22089
https://github.com/dotnet/efcore/issues/20929
https://github.com/dotnet/efc…