Haemin Yoo
Haemin Yoo
That's one of the big worries of any computation done in compile time.
I want to explore if it makes sense to create a special kind of relation that models a relation between an id and an entity. I'm unsure `Relation.Single` is the...
There's the size difference between those two ``` $ docker pull ghcr.io/graalvm/graalvm-community:22.0.1 $ docker pull ghcr.io/graalvm/jdk-community:22.0.1 $ docker inspect -f "{{ .Size }}" ghcr.io/graalvm/graalvm-community:22.0.1 | awk '{printf "%.2f MB\n", $1...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version 0.8.0-SNAPSHOT https://github.com/apache/fury/commit/d8738f99963b69baec2bf1db7cc7c88ad3732748 ### Component(s) Java, Other ### Minimal reproduce step https://github.com/yoohaemin/fury-bugreport/commit/9b074e61f9d612034437514dea1916224275a7e7...
Rename `toZIO`/`toQuery`/`toF`/`toFetch` into `startingFrom`/`startingFromQuery`/`startingFromFetch`
## What does this PR do? See discussion: https://github.com/apache/fury/discussions/1848#discussion-7214836 When Fury encounters a value that does not exist in the current class definition, it can still read the value. This...
Hi! I'm asking for a way to add unmanaged jars to a module's classpath. I've looked at `DependenciesLong` in the schema, but it doesn't look like it has anything to...