-
Description: It appears that the update from version 0.4.2 to 0.4.3 introduced a breaking change regarding the location of the CurrencyMismatch class. Specifically, code that previously imported Curre…
-
Currently, ArrowBuf class directly access the package-private fields of AbstractByteBuf class which makes shading Apache Arrow problematic. If we relocate io.netty namespace excluding io.netty.buffer.…
-
I've been working on an [OpenAI-compatible REST server](https://github.com/guidance-ai/llgtrt), utilizing TensorRT-LLM but not Triton, similar to `openai_server.py` but in Rust and generally productio…
-
Repro:
1. Create browser class library, that is intended to be reused between Mono and NativeAOT-LLVM. Either .NET 8 or .NET 9.
2. (Optional) Distribute it on nuget.
3. Reference this library in Na…
-
```c++
extern "C" [[gnu::visibility("default")]] [[gnu::used]]
jint JNI_OnLoad(JavaVM *jvm, void*) {
JNIEnv *env = nullptr;
jvm->GetEnv((void **)&env, JNI_VERSION_1_6);
hook_func((voi…
-
I am attaching a working project in which the issue can be observed.
As per the documentation of this library , we are not to change add or modify the proguard files (if we are not using named com…
-
Hi, I cannot get ValheimPlus to start with your docker container. Valheim vanilla is working fine. I did some research in the internet and it seems, that the original source at ValheimPlus is very old…
-
I just installed this library and faced this issue
I am really new in this my apologies if it's a lame issue
_Result: Access Policy **doesn't work**_
class ArticleViewSet(ModelViewSet, **AccessVi…
-
Imagine we are modeling a toy version of the Java standard library:
```
trait {:extern} Object {
function method {:extern} toString(): string
}
class {:extern} Integer extends Object {
/…
-
Hope it's okay to set up this ticket, thought it might be an interesting discussion.
You may have seen the data classes library that was introduced in Python 3.7. I've been thinking that they could…