Skip to content
#

multiplatform

Here are 506 public repositories matching this topic...

czkawka

PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING.

  • Updated May 5, 2022
  • C++
arkivanov
arkivanov commented Jun 11, 2021

There are some APIs that can be improved/simplified. This issue is to collect all the cases. This is also a good place to raise and discuss any proposals or concerns.

  • flatMap - add default value for the maxConcurrency argument, remove flatMap variants without the maxConcurrency argument
  • flatMap with resultSelector - reorder arguments in the following way: `resultSelec
help wanted good first issue hacktoberfest
kubode
kubode commented Nov 11, 2020

Hi.
When I was upgrading from 1.12.0 to 1.12.1, my test cases using DateFormat("z") went failing after that.

    @Test
    fun test() {
        val expected = TimezoneOffset(9.hours)
        val actual = DateFormat("z").parse("+09:00").offset
        assertEquals(expected, actual)
    }

This test case success with 1.12.0 but, it fails with 1.12.1 and 2.0.0-rc2.

Improve this page

Add a description, image, and links to the multiplatform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiplatform topic, visit your repo's landing page and select "manage topics."

Learn more