-
## Minimal Reproducible Example
For the below Fortran code (for a subroutine `MPI_Bcast` in OpenMPI):
```f90
program main
type MPI_Datatype
end type
type MPI_Comm
end type…
-
### Summary of issue:
Given an interface with a requirement, for example:
```
interface I {}
interface J {
require Self impl I;
}
```
When do we need to see an implementation of `I` befo…
-
### OpenTofu Version
```shell
1.8.0
```
### Use Cases
We are using opentofu to manage small pieces of our kubernetes configuration. We leverage the azurerm provider to provide connection …
-
First comment lines in the script states that there's a dependency on `HttpCommand` but this isn't declared as a dependency, so it isn't brought in.
-
The OTO ontology (https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2650) dashboard check reports no issues regarding definitions, yet the ontology contains no definitions at all. Could this b…
-
```
#include
struct S {
bit f;
}
extern bool foo(in bool x, in bool y);
control C(inout S s) {
action a1() {
if (foo(s.f == 0, false)) {
return;
}
…
-
I'm commenting on "Accessibility Metadata Display Guide for Digital Publications 2.0"
Section [2.1 Accessibility claims and declarations](https://w3c.github.io/publ-a11y/a11y-meta-display-guide/2.0…
-
### Zig Version
0.14.0-dev.1511+54b668f8a
### ZLS Version
0.14.0-dev.147+dd78968
### Client / Code Editor / Extensions
VS Code
### Steps to Reproduce and Observed Behavior
If you use Go To Decl…
-
Hi , The glslang should report the error about :
> It is a compile-time error to use **gl_WorkGroupSize** in a shader that does not declare a fixed
> workgroup size, or before that shader has decla…
-
Missing typescript declaration.
`yarn add -D @types/vcard-js`