Leonid Meleshin

Results 71 comments of Leonid Meleshin

I've just faced the same issue with `/windows` Only cloned this repo without even any editing

Btw I also added proper coverage calculation since @MBerka's solution only calculates coverage for tests themselves. I'm building firmware binaries with coverage flags also, but it required changing memory segments...

Dependency graph reports were added into `vcpkg` recently, using Github Dependency Graph Reports API, so I guess this can be useful: https://devblogs.microsoft.com/cppblog/vcpkg-2023-06-20-and-2023-07-21-releases-github-dependency-graph-support-android-tested-triplets-xbox-triplet-improvements-and-more/ https://devblogs.microsoft.com/cppblog/vcpkg-integration-with-the-github-dependency-graph/ https://github.com/microsoft/vcpkg-tool/pull/989/files

Thank you so much! > In order to use the type from MUX in RNX, you have to use `WinUI.NavigationView` and friends. I think it is worth mentioning in the...

I ended up rewriting it to the following code for TypeScript support: ```typescript import React, { useRef, useEffect, memo } from 'react' import { type } from '@camwiegert/typical' // const...

JS code is exactly what used in react-native apps 🙄

@Dushistov, I see you have an updated fork of your own, but you also mentioned WIP implementation on win32 support. Have you had any progress with it?