Dino Fancellu
Dino Fancellu
https://vaadin.com/framework/whatsnew
https://github.com/henrikerola/scaladin/blob/3.2/demo/src/main/scala/vaadin/scala/demo/DemoUI.scala The demoUI seems to be in scope, so when I say the below in my own code @WebServlet(urlPatterns = Array("/*")) I get an error `java.lang.IllegalStateException: Multiple servlets map to...
https://travis-ci.org/henrikerola/scaladin/builds/99872748 Also no current 3.2 release Do you know if it is compatible with the latest vaadin? i.e. 7.7.3 Thanks,
Looks v similar to #24 I have a Table and I set the data source via p.setContainerDataSource(usersContainer) usersContainer is an SQLContainer. Now all is fine, can make it editable, save...
How do I access the Filter functionality? https://vaadin.com/book/-/page/components.grid.html#components.grid.filtering I can't see any sign of https://vaadin.com/api/com/vaadin/data/util/IndexedContainer.html#IndexedContainer() Container.Filterable e.g. class IndexedContainer(override val p: com.vaadin.data.util.IndexedContainer with IndexedContainerMixin = new com.vaadin.data.util.IndexedContainer with IndexedContainerMixin) extends...
e.g. no Database https://github.com/henrikerola/scaladin/blob/3.2/addon/src/main/scala/vaadin/scala/server/FontAwesome.scala http://fortawesome.github.io/Font-Awesome/icon/database/ Having FontAwesome.apply private makes creating own glyphs a bit annoying Thanks.
Windows10 As I got it, dfu-util -l says ``` dfu-util 0.9 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. This program is Free Software and has ABSOLUTELY NO WARRANTY...
You mentioned this in the TODO Done it with https://github.com/lihaoyi/sourcecode e.g. ``` import sourcecode.Name trait SCOptionSetter[T
https://huggingface.co/docs/diffusers/using-diffusers/loading_adapters Collab points to this on github, which gives 404 https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers_doc/en/pytorch/loading_adapters.ipynb https://github.com/huggingface/notebooks/blob/main/diffusers_doc/en/pytorch/loading_adapters.ipynb Would be nice if someone could fix it
Hangs with Jlama (my 7950x is running at 65% cpu!!), emits ```POSITIVE false``` with Gemini ```java import dev.langchain4j.model.chat.ChatLanguageModel; import dev.langchain4j.model.googleai.GoogleAiGeminiChatModel; import dev.langchain4j.model.jlama.JlamaChatModel; import dev.langchain4j.service.AiServices; import java.nio.file.Path; public class JlamaSentimentBug {...