Arteev Raina
Arteev Raina
### Description In fpm we currently have the syntax to define macros as a list in the manifest file that is fpm.toml. Something like : ``` [preprocess] [preprocess.cpp] macros =...
Currently, we do not have any tooling for checking the copyright headers in the dart files of the apps in the repo which results in accidentally pushing the code without...
### Screenshot  I would like to work on this.
This Pull Request makes few structural changes in `stdlib` to make get it compiled using the compiler wrapper script [here](https://github.com/fortran-lang/fpm/pull/729).
* This Pull Request adds a compiler wrapper script for preprocessing the `.fypp` files and storing them inside the `build` directory. * Also makes the macros defined in manifest available...
There was a minor bug in the application this happened when we do not give any query and click the search button the screen turned blank and for again getting...
### Stack trace - ``` Exception java.lang.RuntimeException: at android.app.ActivityThread.handleReceiver (ActivityThread.java:4890) at android.app.ActivityThread.-$$Nest$mhandleReceiver (ActivityThread.java) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2417) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loopOnce (Looper.java:226) at android.os.Looper.loop (Looper.java:313) at android.app.ActivityThread.main (ActivityThread.java:8741) at java.lang.reflect.Method.invoke...
This Pull Request adds the ability to read the `PROJECT_VERSION_MAJOR,` `PROJECT_VERSION_MINOR` & `PROJECT_VERSION_PATCH` and add them as macros. Discussed here : https://github.com/fortran-lang/stdlib/pull/675#discussion_r979434567
There can be possibility that the device gets rate limited, when you make multiple requests on the same URL `final res = await http.get(Uri.parse(Uri.encodeFull(url + "arteevraina" +"/?__a=1&__d=dis")));` I wanted to...