-
In both the REPL and when executing scripts, the display of symbolic expressions is not, unfortunately, copy and pastable Julia code.
See below for a very simple MWE.
I think it is not currently p…
-
### Description
$Subject. Happens only when query expression was used. If we assign an array directly, works fine.
### Steps to Reproduce
```bal
type Complete Sub1|Sub2;
type Sub1 record {
…
-
I think the [environment-variables](https://docs.speedtest-tracker.dev/getting-started/environment-variables) could be improved in both format and content.
At a minimum i feel that each variable in…
-
My project environment:
`mysql8, .net8, efcore8, EFCore.BulkExtensions 8.0.2`
The code I use like this:
`dbContext.Users.Where(x => x.State == 0).BatchUpdateAsync(x => new User { State = 1 });`
…
-
Consider this MWE
```modelica
model checkExist
Boolean exists(start = false);
equation
if (time > 0.0) then
Modelica.Utilities.Streams.print(String(time),"file.txt");
end if;
exist…
-
We are currently using ZkBasicAuthAccessControlFactory to manage our users in Pinot.
With this, we can
1. provide access to ALL tables
2. provide access to specific tables. List of tables have t…
-
Is there a way to get more precise errors when parsing fails? Currently, when it fails to parse an input string the error seems to just bubble up to the entry expression telling me it failed e.g.:
…
-
### 🚀 Feature Request
It would be great if `toHaveAccessibleName()` would work as `toHaveText()` and accept an array of expected accessible names, not only a single string or regular expression. In o…
-
Hope to have f-string like in python
reference:
https://peps.python.org/pep-0498/
https://realpython.com/python-f-strings/
https://github.com/bicycle1885/Fmt.jl
small example:
```
a="world"…
zsz00 updated
4 weeks ago
-
It is surprising to programmers that Unbounded_String wasn't given the new String_Literal aspect in Ada 2022, to allow use of string literals directly. But this is discussed in the AI that introduced…