Francesco Saltori
Francesco Saltori
Support using `SKIP_JS_INSTALL` env variable as an alias for `SKIP_YARN_INSTALL`/`SKIP_BUN_INSTALL`
Support for NPM/PNPM was recently merged, but the name of the environment variable used to skip dependencies installation still refers to Yarn or Bun. This PR introduces a new unified...
Hello! We noticed that the default type that gets added to Swagger docs is `string` for all fields unless otherwise specified, which is already good in most cases. However, when...
**Describe the bug** After the UI design upgrade in 0.3.1, preference titles are now constrained to a single line, unlike previous versions of microG. This causes some preference titles to...
We've developed a module for the scaffolder that includes a template action to generate a new [Phoenix framework](https://www.phoenixframework.org/) (Elixir) project by running the `mix phx_new` command in a Docker container,...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/graphql/overview/rate-limits-and-node-limits-for-the-graphql-api ### What part(s)...
This PR includes some small additions and adjustments to enable further improvements in the app (I'd recommend to review it commit-by-commit): - updated dependencies and removed OkHttp logging interceptor. Since...
This PR implements full support for viewing and toggling reactions on releases. Here's an example:  The implementation has been harder than I initially hoped for a few reasons: -...
This PR includes some fixes for a few minor issues I noticed on Weblate and while using the microG settings app: - removed some leftover strings related to Mozilla Location...
I think it would be useful to have an option to stop the logging service as soon as the user exits the app with the back button. Otherwise, at least...
I've noticed that filters that have no log levels selected (which is the default for new filters) exhibit a buggy - or at least counterintuitive - behavior. An exclusion filter...