-
Casual look at the `Java.Interop`/`java-interop` projects that there's a lot of code that can be removed since it's no longer used:
- [ ] Any code that supports Java's `WeakReference` instead of the …
-
Context? https://github.com/dotnet/java-interop/pull/1266
Context: https://github.com/dotnet/java-interop/pull/1267#issuecomment-2427499866
Currently, `generator`s Symbol Table uses *Java names* as t…
-
Hi,
I am trying to pass \0 values through the interop layer e.g. I want to call a javascript method with an string argument. The string should act as a byte buffer (which perfectly works in Lua its…
basdl updated
1 month ago
-
### Description
Currently when we deploy, it's a three-step process:
1. deploy interop layer
2. deploy Drupal
3. start post-deploy task
This could result in a period of inconsistency where th…
-
We have an existing Xcode project where we make use of vfsoverlays. These overlays have been working well in our previous setups. However, after enabling the Explicit Module Build feature in Xcode 16,…
-
```c#
[StructLayout(LayoutKind.Sequential, Size = 16)]
public unsafe struct Data
{
public fixed byte bytes[16];
}
```
Running the swift lowering algorithm on the following struct results …
-
### Brief summary
Starting from k6 v0.53, it is not possible to call any `http` methods from ClojureScript for no obvious reason. It seems that imports stopped working correctly.
### k6 version
v0.…
-
https://trustoverip.github.io/tswg-trust-registry-protocol/#service-profile-recommendation. Starting point: https://service-profile-api.andor.us/api/profiles/9533927e-67b7-4fc7-a1e9-98892dca1adf
-
We should add a number of command line arguments to `wpt run` to make it possible to select the subset of tests in Interop.
There's a few potential variants here:
* Running tests with a given l…
-
Is it possible to support interoperation with boost fusion library i.e. make simple aggregates a boost fusion sequence? It allows to drop fusion macros like BOOST_FUSION_ADAPT_STRUCT().