Roberto Fabrizi

Results 9 issues of Roberto Fabrizi

As the title says, how can I avoid the app to reload the page when I rotate the phone to landscape? Thank you! Roberto

The current implementation is broken when used in conjunction with DYNOMITE_DNS_NAME and DYNOMITE_DNS_TYPE="A" env vars for dns_provider, it only works for TXT type.

In the Usage section it says to add: ``` libraryDependencies ++= Seq( "io.swagger" %% "swagger-play2" % "2.0.1-SNAPSHOT" ) ``` but that leads to downloads from URLS like [https://repo1.maven.org/maven2/io/swagger/swagger-play2_2.13/2.0.1-SNAPSHOT/swagger-play2_2.13-2.0.1-SNAPSHOT.pom](https://repo1.maven.org/maven2/io/swagger/swagger-play2_2.13/2.0.1-SNAPSHOT/swagger-play2_2.13-2.0.1-SNAPSHOT.pom) that aren't...

Dear friends, I'm currently running a Play Swagger container in a highly dynamic environment, therefore I cannot commit to one hostname/port. How can I avoid having to set a fixed...

Play Framework allows to define a route like this: `GET /api/list-all controllers.Api.listOpt(version: java.util.Optional[String])` But the plugin doesn't support it, producing this: ``` - schema: type: 'optional[string]' ``` Which results in...

**Describe the bug** When I use MultiRetrieval Q&A Chain I get this error: ``` 2024-02-08 16:25:58 [ERROR]: [server]: Error: Cannot read properties of undefined (reading 'text') TypeError: Cannot read properties...

bug

**Describe the feature you'd like** Override all instances of Loaders with the constructor that also takes as input an optional glob to filter out by file extention. **Additional context** As...

question

Hello everyone, I've set up a camera in my HAOS via the go2rtc add on. The camera is a unify camera exposed via RTSP. If i go to http://192.168.0.238:1984/ and...

I'm currently using masonry, and I wanted to do something like this: ``` max_cols: 10 min_height: 2 mediaquery: "(max-width: 600px)": max_cols: 2 min_height: 1 "(max-width: 800px)": max_cols: 2 min_height: 1...

enhancement