cdalexndr

Results 50 issues of cdalexndr

It would be nice to support a poll that can be displayed in different languages.

Using `ffmpeg-bar` spawns two `ffmpeg` processes effectively doubling the resource usage (CPU & GPU). My command: `ffmpeg-bar -y -hwaccel cuda -i "$file" -vcodec hevc_nvenc -c:a copy -spatial_aq 1 "$outfile"` ![image](https://user-images.githubusercontent.com/22418250/143780128-e59a3936-d8d6-40ae-858e-43abd43934f2.png)...

Using Spring Boot, all `@Scheduled` methods are recorded. I have a method that fires regularly and I want to ignore it. An option to ignore should be added, like `@IgnoreTransaction`....

api

Please export IDE format options to allow contributors to import and format code before submit.

question

Instead of prodividing separate custom repositories for data table usage(_DataTablesRepository_), an extension mechanism would be better, like querydsl does (example _QuerydslPredicateExecutor_). This also eases configuration, as there will not be...

help wanted

**jquery.spring-friendly.min.js** should be available from a frontend package manager like **npm**. Please provide a **package.json** configuration file.

Currently, the absent message representation is built by `StandardMessageResolver` which is statically injected into `SpringMessageResoler` constructor: https://github.com/thymeleaf/thymeleaf-spring/blob/4eb8dc1f7eb6950764eeeeded3498261c1537671/thymeleaf-spring5/src/main/java/org/thymeleaf/spring5/messageresolver/SpringMessageResolver.java#L69 A way to customize the absent message representation should be provided. Workaround: custom...

needs triage

Following the configuration from https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#elasticsearch-migration-guide-4.3-4.4.new-clients and using dependency `spring-boot-starter-data-elasticsearch` does not work. Error: `java.lang.NoClassDefFoundError: org/springframework/http/HttpHeaders` requires `spring-web` Error `java.lang.TypeNotPresentException: Type org.springframework.web.reactive.function.client.WebClient not present` requires 'spring-webflux` At least webflux dependency should...

status: waiting-for-triage

**Description** **docker stats** CPU shows values above 100%. **Steps to reproduce the issue:** 1. run **docker stats** while a container is using high cpu **Describe the results you received:** CPU...

area/ux

Deploying a new mamoto instance requires accessing the wizard to configure admin username and password. In a public server this is a race condition. Basically anyone can access this public...