-
There are a number of places where users must ask "does this signature come from X?" where X is an "identity." This is actually non-trivial to get right: you can't just ask for `user@example.com` beca…
-
# Suggestion
## 🔍 Search Terms
Promise await async "Did you forget to use 'await'?"
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [X] This wouldn't be a bre…
-
## Problem
There are several YANG modules that have must/when XPath that compares an identityref leaf to a string literal.
uses terminal-otn-protocol-top {
when …
-
Workflow is `created` but not `running`:
```
cwl ❯ cwltest --tool /home/amecioni/.virtualenvs/cwl/bin/reana-cwl-runner --test=conformance_test_v1.0.yaml -n106 --basedir /home/amecioni/Documents/test…
-
An expression of type `void` cannot be used, unless it occurs in a situation which is specifically [allow-listed](https://github.com/dart-lang/language/blob/5c77a5dcac82029b9dec13984d9de14a42ca1c5b/sp…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
…
-
This notion was addressed in #9097, which was shut down rather summarily. Rather than reopen it, let me take another approach.
When `&S{}` was added to the language as a way to construct a pointer …
-
The manual says:
> Note that `.a.b.c` is the same as `.a | .b | .c`.
It seems that way, but this is not true when it comes to assignments:
```
: ; jq -cn '.a.b.c = 1'
{"a":{"b":{"c":1}}}
:…
-
Most high-level programming languages have a mechanism for interpolating data into strings as an alternative for manual concatenation to aid in readability, and it would seem to be a good fit for Grai…
-
### Bug description
The following code in Mojo prints `True`:
```mojo
fn main():
let x = 0
print(x or "hello")
```
In python, the following code prints `hello`:
```python
prin…