🇮🇱🎗✡EmanuelBronshtein 🇮🇱🎗✡
🇮🇱🎗✡EmanuelBronshtein 🇮🇱🎗✡
Add Dockerfile to allow easy building of container that contain enjairfy from git repo, which use COPY . instruction and .dockerignore file if needed. Currently I use (which do git...
**Is your feature request related to a problem? Please describe.** Using jscpd require installing node, running from command-line, downloading the source to compare (if it's hosted on github/gitlab), and may...
**Is your feature request related to a problem? Please describe.** avoiding building the jscpd image, see #356 in order to run it inside container, by using already built image published...
**Is your feature request related to a problem? Please describe.** Running software not in containers is less secure (no isolation) and less stable (software stop working due to system updates/modifications)....
Currently using this tool require to supply email&password for google account, this issue is about avoiding it by supporting Anonymous mode that use shared account, see for example other projects...
The usage of `pbjs` & `pbts` from `protobufjs` package in `yarn gen-proto` step require `npm` installed, as `npm install` is called by it, this bad+weird behavior will be fixed by...
This issue is about testing reproducible builds of android app via Minimal Containers, currently comparing compilation to mainnet file in v2 tag at: https://github.com/hsjoberg/blixt-wallet/releases/download/v0.2.0/blixt-wallet-mainnet-0.2.0.apk remaining tasks: 1. Run jadx/apktool/diffoscope to...
1. Use newer lockfile format https://github.com/eladnava/pikud-haoref-api/blob/7dd639c5d0c672131d44687cf9107e95e519af66/package-lock.json#L4 There is newer lockfileVersion `2` (different file format) which is available & generated by `npm 7`: https://github.blog/2021-02-02-npm-7-is-now-generally-available/#changes-to-the-lockfile 2. Upgrade packages https://github.com/eladnava/pikud-haoref-api/blob/7abeaa809f643434dcc9ba09a975099c2e32f07b/package.json#L20 latest version of...
funding.yml file https://docs.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository github sponsors https://github.blog/2020-03-24-getting-started-with-github-sponsors/ Also consider adding Cryptocurrency address like for bitcoin, monero, etc... as currently only PayPal is shown in donation section: https://github.com/eladnava/redalert-android/blob/master/README.md#donations
### Description The `./gradlew` & `./gradlew.bat` files are old, the ./gradlew require bash dependency which is removed in newer version, gradle version in distributionUrl (in file `gradle/wrapper/gradle-wrapper.properties`) was updated in...