-
Steps to reproduce: edit `Module.__call__` to add a seemingly innocuous type signature:
```
def __call__(self, *input: Any, **kwargs: Any):
```
This results in an assert failure:
```
=…
-
https://ci.z.cash/#/builders/2/builds/918/steps/15/logs/stdio
```
=== Running testscript p2p_txexpiringsoon.py ===
File "/home/zcbbworker/latent-0/debian8/build/qa/rpc-tests/test_framework/test…
-
### Tested versions
v4.2.1.stable.mono.official [b09f793f5], v4.2.2.stable.mono.official [15073afe3]
### System information
Godot v4.2.2.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) -…
-
I'm currently having to implement this manually using the Script Resource with sc.exe, however the TestScript resource is really hacky relies on parsing standard output from sc.exe qfailure "MyService…
-
## Description
By default, `testscript` runs every script in a dir in parallel, which is a great choice. Unfortunately, in my use case of testing the `gh` command, the GitHub API has pretty aggressiv…
-
See also #1479
### What version of CUE are you using (`cue version`)?
v0.4.1
### What did you do?
`cue def` of
```
b: {...}
check: len(b) == 1
```
results in
```
b: {...}
check:…
mpvl updated
9 months ago
-
I made the library scriptable to maXbox4 engine, runs fine now:
http://www.softwareschule.ch/examples/covid2.txt
-
with https://github.com/pytorch/pytorch/pull/29501
```
20:15:47 ======================================================================
20:15:47 ERROR: test_torchbind (__main__.TestScript)
20:15:…
-
**Description**
- We should have feature which allow user to provide more than one elements to ```target```, more than one ```actions``` to perform and ability to input in more than one ```value``` i…
-
As previously defined in closed issue #70:
TXT records are split if they have periods in the value part. This is allowed by spec, as all 8bit values should be allowed after =.
```
this.advert…