Sven Jacobs

Results 163 comments of Sven Jacobs

This will be available in the next release.

This is disabled by default. You'll find a switch to enable this in the app settings. However after enabling it, on newer Android versions you might have to set Leon...

Should hopefully be available on F-Droid in a few days.

Hi @jackcogdill, have you found a solution to this problem? I would also like to call `antigen update` from a script of mine which executes update functions of several applications...

It seems that Volta installed via [Homebrew](https://brew.sh/) is generally not well supported, am I right? I just updated Volta installed via `brew` from version `1.0.5` to `1.0.6` and all symlinks...

I just stumbled upon this again after updating from version `1.0.6` to `1.0.7` via `brew`. I had to manually call `volta-migrate` to fix my installation. Is this the intended behaviour?

I'm facing the same issue. The following test works with 1.12.4 but not with 1.12.5: ```kotlin interface Source { fun getData(): Result } interface View { fun showError() fun showData()...

I'm facing the same issue. lint violations are not detected inside Svelte scripts though they work in plain `.ts` files. This is my `.eslintrc.cjs` ```javascript module.exports = { root: true,...

I'm fine with the MIT license, too.

Now that [Android Studio Flamingo](https://android-developers.googleblog.com/2023/04/android-studio-flamingo-is-stable.html) with AGP 8.0 enabled [R8 full mode](https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode) by default, I'm facing the same issue. Could you please release a new version of Retrofit with the...