-
That's what I'm trying to find out I guess. It seems that the fix to the problem was to revert the name changes that was done:
```
// This causes compatibility problems with older runners.
// ret…
-
Unittesting doesn't run without error for the self-hosted arm64 workflow.
It looks like cibuildwheel use the command pip install, and I cannot make an alias of pip (looks like it's a known bug of GH…
-
## Steps to reproduce
```c#
[TestClass]
public class TestCleanup
{
[TestInitialize()]
public void MyTestInitialize()
{
Console.WriteLine("Calling initialize");
}
// Use TestCle…
-
As described in hw task, no unit tests are necessary, what's the point of unittesting.yml?
-
**Note:**
1.It’s regression issue. It doesn’t repro on dotnet-sdk-7.0.100-preview.5.22225.1-win-arm64.
2. Repro VM: vsengarmsfx041
**Builds info:**
dotnet-runtime-3.1.22-win-x64
dotnet-sdk-6.…
-
This applies to most pydrake objects.
As an example, right now:
```
In [105]: camera_info = CameraInfo(640., 480., 400.)
In [106]: print camera_info
```
An example of what ~it's supposed…
-
## Description
When a test method creates an appdomain, console messages from within that appdomain are neither captured by MSTest _nor_ outputted to the console.
## Steps to reproduce
`MsTes…
-
### Description of the bug
This was reported on Discord: https://ptb.discord.com/channels/280102180189634562/280157083356233728/1172396415847239710
> IGHOR, Whats wrong with the search bar? It is …
-
Before we can use asyncio in all of its glory, we need to switch to the Python 3.8 runtime. To do that, we have to wait for a few things:
- [x] Package Control must implement an upgrade path for ex…
rwols updated
7 months ago
-
How can Pass environment variable in `tns test command`.
I have created my custom hook and I am passing custom variables in the environment while development like `tns run android --bundle --env.pr…