Nathan Lively
Nathan Lively
Hello! The second worksheet of every one of my workbooks has four columns with 24,000 rows. Ideally, I'd like to read in both sheets and each column needs to eventually...
Hi Wim! I had a spring boot with Gradle project that I was working on for a while. I attempted to install Tailwind CSS and failed. Instead I used your...
### Describe your motivation My use case is a scheduler and time tracker for labor management. Employees need to be able to clock out, even if their device is offline...
https://github.com/eclipse-serializer/serializer/blob/6dbcfc87c3ed899401e475c1a432ff3bad82ed5f/persistence/binary/src/main/java/org/eclipse/serializer/persistence/binary/java/util/BinaryHandlerSetFromMap.java#L39 **Description:** While building a native image of a Spring Boot application using GraalVM (v21.0.5, Java 21) and EclipseStore (v2.0.0), I encountered the following error due to `SetFromMap`: ``` Caused...
I was having trouble with `getData` and I couldn't figure out why. Your test passes, but does not assert against the signal being read in. https://github.com/psambit9791/jdsp/blob/a92fd45791174f40ae37d458efa38e8d6435dbbb/src/test/java/com/github/psambit9791/jdsp/TestWAV.java#L217 In your test, the...
### Describe your motivation When creating new Vaadin applications, I find myself repeatedly implementing the JWT-based "Remember Me" authentication functionality as described in Vaadin's blog post [JWT authentication with Vaadin...
https://github.com/habuma/spring-ai-examples/blob/9dc0727db5843a5bde9dc3169cc939112a480b75/vector-store-loader/src/main/java/com/example/vectorstoreloader/VectorStoreLoaderApplication.java#L58 Hey Craig, I'm trying to figure out how to apply this to my json api doc. This is my first time using the TokenTextSplitter. I guess I'm worried that...