F43nd1r

Results 20 issues of F43nd1r

A chart in a UI with a theme variant, e.g. lumo-dark will only be themed correctly if it is not on the initial page. Loading in initial layout: ![DeepinBildschirmfoto_Bereich auswählen_20191214014900](https://user-images.githubusercontent.com/10252708/70840644-ee554900-1e13-11ea-8e8b-7ee5c929de84.png)...

bug

Adding ```java .withTheme(ThemeBuilder.get().withMode(isDarkTheme() ? Mode.dark : Mode.light).build()) ``` to any ApexChartsBuilder makes the chart disappear. I would expect this to work. What causes this at all? Is there an easy...

bug

# Bug Report ## Description If a server returns a `204 No Content` including a `Content-Encoding gzip` header, Fuel will throw an `EOFException`, because it tries to read a gzip...

Currently localization for english and german exist, as these are the languages I speak. If you want to help, translate the strings in https://github.com/F43nd1r/Acrarium/blob/master/acrarium/src/main/resources/i18n/com/faendir/acra/messages_en.properties to another language.

enhancement
help wanted

### Description of the bug Upload success listeners are never called if a `CommonsMultipartResolver` is registered as `MultipartResolver` ### Minimal reproducible example ```kotlin @Configuration class RestConfiguration { @Bean fun multipartResolver():...

spring
workaround
Impact: Low
Severity: Minor

I have a class like this ```java @SpringComponent @Scope(scopeName = ConfigurableBeanFactory.SCOPE_PROTOTYPE) public class CardView extends Div { @Autowired public CardView(...some services...) { ... } } ``` which I would like...

needs design
enhancement

This project is currently not maintained. If you'd like to take over develpoment, apply here.

help wanted

I have the following setup: I have two panels, which are displayed like this: ResponsiveLayout responsiveLayout = new ResponsiveLayout().withScrollable(true); ResponsiveRow row = responsiveLayout.addRow().withSpacing(ResponsiveRow.SpacingSize.SMALL, true).withMargin(ResponsiveRow.MarginSize.SMALL); row.addColumn().withComponent(panel1).withDisplayRules(12, 12, 6, 6); row.addColumn().withComponent(panel2).withDisplayRules(12, 12,...

**Describe the bug** I'm facing an issue with subpath imports (as used in aws-jwt-verify) in combination with yarn berry and esbuild. Build fails with ``` X [ERROR] Could not resolve...

unactionable

**What**: Add springdoc-openapi integration **Why**: Show chaos monkey as a group in swagger ui **How**: configuration enabled by class and property **Checklist**: - [X] Documentation added - [x] Changelog updated...