haruna
haruna
@abhishekgupta-mset @mohammadhaseeb-mset @muhammadsabeelahmed-mset You can fork and modify this repo under Apache License freely.
@t1d > I could push the changes to a branch This one? https://github.com/t1d/frag-nav-reworked
@t1d Failed to build on JitPack. https://jitpack.io/com/github/t1d/FragNav/misc~dump-dependencies-8c36037dd3-1/build.log It appears that Gradle 8.2 requires Java 11, whereas some dependencies require Java 8. error ``` FAILURE: Build failed with an exception. *...
@t1d Try: https://github.com/t1d/FragNav/blob/misc/dump-dependencies/frag-nav/build.gradle#L62-L65 To: ```diff java { - sourceCompatibility = JavaVersion.VERSION_1_8 - targetCompatibility = JavaVersion.VERSION_1_8 + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 } ``` References: https://docs.gradle.org/current/javadoc/org/gradle/api/JavaVersion.html#VERSION_11 https://stackoverflow.com/questions/72117858
In my view, we should not accept unreliable builds by third parties.
Just published on Docker Hub: https://hub.docker.com/repository/docker/eggplanter/mikopbx-arm64
In [2024.2.28-dev](https://hub.docker.com/repository/docker/eggplanter/mikopbx-arm64/tags/2024.2.28-dev/sha256:413229c1b63c3f002f111350a0919fd3ff6fa4178ba0a2f5483edc5419c7e7a5) the following error is happened when the user accesses to web page: ``` Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in /offload/rootfs/usr/www/vendor/symfony/options-resolver/OptionsResolver.php on line 141 ```...
@boffart Could you add `mikopbx-2024.2.111-dev-arm_64.tar` to Pre-release [2024.2.111-dev](https://github.com/mikopbx/Core/releases/tag/2024.2.111-dev)?
It's been a while! I tried [the arm64 image](https://hub.docker.com/layers/mikopbx/mikopbx/2024.2.29-dev/images/sha256-d7b34f3c503821ba786b9216642a960957b27b4a0aa6db4370dcef46fb6e57df), but I get the following error when called from another PBX. ``` channel.c: Unable to find a codec translation path: (opus)...
How to generate `eslint-suppressions.json`: 1. Create `eslint.config.js` with [xoToEslintConfig](https://github.com/xojs/xo?tab=readme-ov-file#xotoeslintconfig) 2. `pnpm eslint --suppress-all` But xo ignores it for now.