Dmitry Spikhalsky
Dmitry Spikhalsky
Moved prerequisites for both installation with pip and installation from sources into a separate section. It makes it more obvious that installed 'libpcap-dev' is a prerequisite. Explicitly specified the supported...
Up until 8 September 2020 there were frequent updates to the fingerprint database as may be seen here: https://github.com/cisco/mercury/commits/main/resources/fingerprint_db.json.gz It looks like there were new much smaller database published in...
# Expected Behavior A cookie explicitly specified on a RequestBuilder should take precedence over a cookie stored in cookie jar. # Actual Behavior ``` cookieStore = httpClient.getCookieStore(); cookieStore.add("some_url", new DefaultCookie("name",...
This PR is a rebase and revival of the stale but amazing work by @nineninesevenfour in https://github.com/mockito/mockito/pull/3123 that addresses a bunch of regressions introduced in mockito 5.x versions regarding generics...
## Expected Behavior `workflow_completed` metric counter is expected to count newly completed executions. ## Actual Behavior workflow_completed counter counts successful completion of workflow methods, including replays for example. ## Additional...
When installing pypcap==-1.3.0 on python 3.12 installation fails with ``` pcap.c: In function ‘__Pyx_Raise’: pcap.c:24328:34: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘curexc_traceback’ 24328 | PyObject* tmp_tb =...
Rebase of the original https://reviews.llvm.org/D147968 solution for #96847
### Expected Behavior ``` apply plugin: 'jacoco-report-aggregation' reporting { reports { testCodeCoverageReport(JacocoCoverageReport) { testType = TestSuiteType.UNIT_TEST } } } subprojects { apply plugin: 'jacoco' jacoco { toolVersion = "0.8.8" }...
### Actual Behaviour We have the following class and the project builds with kapt, allopen and micronaut 4.0.4 ``` @Singleton class SomeRequestValidator @Inject constructor( private val someService: SomeService ) :...
## Expected Behavior If Activity - never noticed and interrupted flag or - caught an interrupted exception, restored the interrupted flag, and continued to run or returned a result should...