Mario Fischer

Results 10 issues of Mario Fischer

Embedded platforms usually use different libraries than glibc to lower the memory footprint. For example OpenWRT uses uClibc, LEDE uses musl and there are some more. When I tried to...

I have created an organization, application, admin user, permissions, model all similar to built-in components. When I log in and try to create a new user using this org admin...

bug

Right now a decoded token contains these fields: ``` { "owner": "org-test", "name": "admin-test", "createdTime": "2022-09-05T13:22:14Z", "updatedTime": "", "id": "3bc6f5c7-aea4-4729-b482-f5a7985bfa8b", "type": "normal-user", "password": "", "passwordSalt": "", "displayName": "Test-Admin", "firstName": "",...

enhancement

Can you please explain why you are storing tokens in the database? I fear that this creates an unnecessary security risk in case of a database breach. Tokens are signed...

question

**Describe the bug** I want to combine Freezed and SharedPreferences. To me this seems like a good choice because it would relieve me of the burden of writing a lot...

bug

The onError handler of DioCacheInterceptor is not able to hand over error handling to the next interceptor in the pipeline. After the onError handler is finished an exception occurs that...

I'm getting the error message `Exception in thread "main" java.lang.IllegalStateException: java.lang.UnsatisfiedLinkError: could not make loader for libvips` on startup. This happens in an Ubuntu 24.04 host environment (no Docker) with...

**Describe the bug** As soon as a LineChart has a set transformationConfig property no FlPan* events are being reported anymore to touchCallback in lineTouchData. **To Reproduce** Modify LineChartSample12 so that...

As requested in #1604

enhancement
help wanted

Using OpenCV's `imdecode` is rather slow. I found out that SIMD is intentionally turned off by setting `-DENABLE_LIBJPEG_TURBO_SIMD=OFF` in [cppbuild.sh](https://github.com/bytedeco/javacpp-presets/blob/master/opencv/cppbuild.sh#L129) which leads to the following output of `Core.getBuildInformation()`: ``` Media...

enhancement
help wanted