-
In the command field in x64dbg, i can run`utf8(rdx)` to read a string from the pointer contained within a register:
![image](https://github.com/user-attachments/assets/092edc81-8fcf-4377-91da-cdaf4…
-
Example file:
```
cat file.pkl
field {
key = "value"
}
```
Evaluating the whole file works as expected:
```
pkl eval -f yaml file.pkl
field:
key: value
```
But evaluating …
-
It would be nice if we tracked variables in a `context.Context` object and had an API for evaluating (potentially) templated string values like so:
```go
interface Variable {
Default() interfac…
-
### Description of Issue
Clang (in my case 16 from Xcode 16) warns that `expression with side effects will be evaluated despite being used as an operand to 'typeid'`. I am building with `python3 ./…
-
**Description**
Unicode characters supported by the [/u regex flag](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicode) are not parsed correctly (i.e. `…
-
There is a typo in the CV attribute `driving_variant_label`. It is currently called `driving_variant_label`in the `required_global_attributes`, but missing the `driving_` prefix in the actual CV entry…
-
Having following in recipe.yaml:
```
tests:
- requirements:
run:
- bzip2
script:
- if: unix
then:
- test -f ${PREFIX}/fonts/Inconsolata-Regular.…
-
i found out the prefix evaluator is not working correctly for some of the complex expression with many "^" ( exponential ) symbols. will have a look.
-
**Describe the bug**
Evaluating an expression such as `1` at the REPL of the H LispUsers module (a Horn clauses theorem prover) prints this prompt:
```
CATCH -> CL:CATCH ?
```
Answering no …
-
Reference (section label): [[expr.throw]](https://eel.is/c++draft/expr.throw)
## Issue description
It is unclear what happens when two *throw-expression*s are unsequenced, such as in:
```cpp
(…