Zhenhao Li
Zhenhao Li
at least one of my Korolev components stops working after a hard refresh on the page. is it a known issue?
if I understand it correctly, components can not have their own extensions. Hence, all data going into a component need to pass through the state using the component. Also, that...
I have a stable way to reproduce this error. does `access` has some kind of a lock? that could explain the `null` error. when `access.transition` is called, the previous call...
Hi, It is not clear from the README files and code what's the Rust version of the following Python code. ```python from transformers import BertTokenizer tokenizer = BertTokenizer.from_pretrained('bert-base-cased') ``` Thanks...
## steps I had `Test / fork := false` in my `build.sbt` and started `sbt`(version 1.5.4 on Java 17.0.3) shell with environment variable SBT_OPTS (and also JAVA_OPTS) containing `--add-opens java.base/sun.nio.ch=ALL-UNNAMED`...
It seems that there is no Scala 3 build for `avro4s-refined` yet. If there is no ongoing work for that, I can take a look and see if I can...
This piece of code ```scala def nodeFromHtml[T](html: String): LevshaNode[T] = LevshaNode[T] { rc => val document: Elem = XML.loadString(html) def aux(node: XmlNode): Unit = node match { case scala.xml.Text(text) =>...
Work in progress towards solving https://github.com/sksamuel/avro4s/issues/743 TODO: - [ ] Java enums tests are all broken by updating magnolia to `1.3.3`. Figure out the root cause and fix it. -...
hi Akka team, I don't have an easy way to make a reproducible example. Feel free to close this one if you think it is not an issue. With Akka...
While working on https://github.com/sksamuel/avro4s/pull/791 I realized that the 2nd item in the todo list is blocked by the fact we couldn't obtain annotations that are attached to the enum elements...