Skip to content
#

multiplatform

Here are 408 public repositories matching this topic...

omainegra
omainegra commented Jul 23, 2020

Is your feature request related to a problem? Please describe.

  • Many projects include a JS target. Supporting JS targets will increase Apollo’s viability when being considered for multi-platform projects.
  • It is not straightforward to use Apollo in projects that include a JS target. This is due to the apollo-runtme-kotlin artifact, which can’t be used in commonMain. One workaround is

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 Aug 18, 2021
  • C++
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