core icon indicating copy to clipboard operation
core copied to clipboard

MetaCall: The ultimate polyglot programming experience.

Results 106 core issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report I went through the website and found this bug on the login page that the help page isn't working. ### Possible Solution The help page can...

bug

# Description Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. Fixes #(issue_no) ## Type of change -...

## 🐛 Bug Report When on the deployment page, clicking anywhere outside the "Deploy Repository" and "Deploy Zip" boxes unexpectedly navigates back to the "New Deploy" box. ![Screenshot from 2024-09-20...

bug

This pull request enhances the Docker image build workflow to support exporting image digests and creating a manifest list for multi-architecture Docker builds. The changes include: - Digest Export: The...

## MetaCall Ruby Runtime Crash with Python Integration ### Expected Behavior **The main.js script should successfully load the Python module weather_analytics.py, execute the get_weather_stats function, and return the analytics data...

bug

## 🚀 Feature In our compiler infrastructure we already enable many warnings but it will be interesting to enable all of them and solve them. Many are pretty easy to...

## 🐛 Bug Report One way of solving the issue: ```C #include // Internal helper macros #define _LOG_GET_MACRO(_1,_2,NAME,...) NAME #define LOG1(fmt) printf(fmt) #define LOG2(fmt, ...) printf(fmt, __VA_ARGS__) // Public macro...

bug

## 🐛 Bug Report The project is currently running on LLVM 11. We need to upgrade it to LLVM 14 to ensure compatibility with the latest toolchains. Attached are two...

bug

## 🐛 Bug Report `metacall_load_from_package_export` errors while using it with a C library file. The following code should work without any error: ```c const { metacall_execution_path, metacall_load_from_package_export } = require('metacall');...

bug

## 🐛 Bug Report Visual Studio 2022 is not supported when compiling the project, leading to build failures ### Expected Behavior The project should be able to build successfully using...

bug