-
so people don't need to repeat siblingattributes in multiple ifvalues just to support more than one VALUE adding the same set of attributes.
We'd need to decide what to do about cases where multipl…
-
`if idx < 0 and idx >= params.size():`
This is found in each of the three get_params function in runtime.gd. The dependent code never runs because if idx = -1 (or lower) then it cannot also be >=…
-
**Is your feature request related to a problem? Please describe.**
We have a situation where we do a tremendous amount of calls and would prefer not to have the overhead of Pandera.
**Describe th…
-
Hello,
With the maturity of [tectonic](https://tectonic-typesetting.github.io/en-US/), and its availability at [conda-forge](https://conda-forge.org) and the conda packaging ecosystem, it looks lik…
anjos updated
2 weeks ago
-
While testing "slang" as a shader language, I produced SPIR-V that contained unbound texture arrays (for which I would write a binding array in WGSL):
```slang
[[vk::binding(0, 2)]]
Texture2D tex…
-
There are currently some type mismatches that are not caught by mypy and static typing.
There was a previously pull request #316 that attempted to address this by adding typeguard. However, adding…
-
Encountering this issue when trying expose a host port in compose environment within jest global setup.
**Expected Behaviour**
**Description of the Issue**
I am writing a series of tests and as pe…
-
Seems to fail with any package I tried with appimages?
```
==> Validating source_x86_64 files with sha256sums...
obsidian-bin-1.6.7-x86_64.AppImage ...
Passed
==> Making package: obsidian…
-
TC100 helpfully warns me when files contain annotations that cannot be resolved at runtime because they were imported inside a `T.TYPE_CHECKING` block. What about files that contain annotations using …
-
### What happened?
the nil checking for interface RuntimeHandlerResolver in #L109 will never check whether the underlying struct is nil.
A reflect nil checking is needed to avoid panic in running '…