-
The time it takes to read the lines of sys.stdin is quiet slow. I've been trying to use generators to avoid that time, but generators + threading isn't working out.
unfortunately - 1,000 commit repo…
-
### Input:
``` Dart
var snackBarData = await _executeConversionWithExceptionAsValue(
() async {
await JxlToJpeg.convert(
jxlFile,
output…
-
**Description**
When using a custom `pkg` provider, `pkg.installed` state function spends a very long time executing code outside of `pkg.list_pkgs`, `pkg.latest_version` et al.
**Setup**
(We are…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
I'm using Phantomjs to generate Google Charts and convert them to SVG on the server side.
I'm trying to stub this like this:
```
Phantomjs.stub(:run).and_return("".html_safe)
```
But I get:
```
un…
-
RSpec today does not support parallel execution of tests in the core. There are bunch of gems that allow for parallel execution, but all of these are process based and not thread based.
With JRuby/R…
-
### Proposal
At the moment, the gRPC extension is tied to the `Jetty11HttpServer` in the `buildHttpServer` method.
```java
@Override
public HttpServer buildHttpServer(
Options optio…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
Using Mockito `2.23.0` with Spring Boot `2.0.3`, we cannot get Mockito to work with Spring's `@Cacheable` annotation in an integration test.
**Class under test**
```
@Component
public class MyCl…
-
```
*What steps will reproduce the problem?*
1. Create a class implementing Comparable:
public abstract class BaseComparable implements Comparable {
private Integer value;
public…