farfromrefuge
farfromrefuge
Right now in npm or yarn it's impossible to ignore packages. This makes it very difficult to package small ```node_modules``` folder. Let me explain: In my apps i use many...
**Description:** I want to have textfield with disabled floating hint but with custom hint color for when the textfield is empty. Let say i have a textfield with floating hint...
Some users of my app have been reporting issues with min/max temp not corresponding between hourly and daily https://github.com/Akylas/oss-weather/issues/84 Looking at my code i see i simply uses `temperature_2m_max` from...
It would nice to have more daily fields to be able to have the same kind of data as OWM or other weather APIs. I am think right now `cloud_cover`,...
### Platform iOS ### Environment Production, Develop ### Installed CocoaPods ### Version 8.20.0 ### Did it work on previous versions? _No response_ ### Steps to Reproduce 1. disable `SentryCrashIntegration` with...
Thought it was time to make that big PR. It is quite impossible now to divide everything as each part depends on the other. I really hope we can make...
…nfig (`android.gradleVersion`). We also now allows `buildToolsVersion` to be correctly overriden Also we now replace `{{pluginNamespace}}` for plugins as requirement for gradle 8 Same `__PACKAGE__` is replaced in app build.gradle...
also send the changed files in `IFilesChangeEventData` so that hooks can know what files have changed I needed those changes to handle all cases in localization plugin. I need to...
## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...
my material components all depend on @nativescript-community/ui-material-core. If you build an app using multiple of them you ll see something like that We should only need to build it once....