Artur

Results 189 issues of Artur

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Needs Triage
Release 9.x

The JNA dependency is too old. Merging #51 would presumably fix it

1. Press "new contact" 2. Press "cancel" Expected: Back at the original view Actual: Notification shown that the edit has been cancelled but the form is still shown

Hi, I was experimenting with web bluetooth with a thermal printer and tried using your nice lib instead of rewriting the same thing myself. This mostly worked out except for...

enhancement

### Clear and concise description of the problem Some users have brought up that they want live reload temporarily disabled. The use case is that they are modifying styles in...

feat: hmr
enhancement: pending triage

1. Use https://github.com/Artur-/spring-boot-loaded-vaadin 2. Remove the listener code in MyUI.java 3. Run using `mvn install spring-boot:run` 4. Open http://localhost:8080/ 5. Add the listener code back but leave imports out, creating...

If you start https://github.com/Artur-/spring-boot-loaded-vaadin using `mvn install spring-boot:run`, open http://localhost:8080/ and then change the listener in MyUI.java from an anonymous inner class to a lambda, a refresh of the page...

https://github.com/vaadin/spring/pull/193 added support for Vaadin Spring to create components in a design as Spring beans. The same thing would be needed for CDI so you can inject the application components...

With Spring you can annotate the view display class using `@SpringViewDisplay`. The same feature should be available for CDI as `@CDIViewDisplay`

I would assume this should succeed ``` it("should resolve routes with special characters", async () => { const resolver = new Resolver([ { path: "/ab", action: () => "a" },...

fusion
Severity: Minor
Impact: Low