pjmlp

Results 11 issues of pjmlp

When trying to make use of AOT compilation on basic samples with .NET 7 preview 6, it takes a huge amount of time until finally an executable is produced on...

question
tenet-performance
area-NativeAOT-coreclr

**Describe the bug** **Steps to reproduce the bug** Steps to reproduce the behavior: 1. Go to InfoBar demo 2. Click on Severity combo box. **Expected behavior** Elements should be shown...

While trying to use the built-in vcpkg alongside cmake, it tries to update the vcpkg_dep_info.cmake inside Visual Studio own installation. ``` Fetching registry information from https://github.com/microsoft/vcpkg (HEAD)... write_contents_and_dirs("C:\Program Files\Microsoft Visual...

When doing a build deployment clean from a Git repo, while using version [email protected], the shell hangs waiting for input after installing the Rust toolchain. ``` [16:54:14.138] info: profile set...

Node LTS v20.10.0 ``` PS C:\Projects\data-generator-app> npm run build > [email protected] build > react-scripts build Creating an optimized production build... One of your dependencies, babel-preset-react-app, is importing the "@babel/plugin-proposal-private-property-in-object" package...

As discussed on Reddit, here is an improvement idea. Either adopt one of the following C++ JNI libraries: - [cppJNI](https://github.com/nokia/cppJNI) - [JavaCPP](https://github.com/bytedeco/javacpp) - [jni.hpp](https://github.com/mapbox/jni.hpp) Or having a Google provided one...

enhancement
c++ wrapper request

As discussed on Reddit, here is an improvement idea. Although it is understandable due to security reasons, that NDK main goal is to write native libraries to be called from...

enhancement
c++ wrapper request

Here is an example on how to provide a C++ module alongside the header file. Only tested with Visual Studio 2020 alongside CMake. Currently don't have access to clang 17....

### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? WebGPU support...

data:api :rabbit2:

I just tried out the Swift 5.7.2 release package for Ubuntu 20.04 LTS and it seems to be missing some lldb stuff. ``` Traceback (most recent call last): File "",...

bug
toolchain
Linux