fice-t
fice-t
It would be nice if there was a way to copy the Exec key from the .desktop file in drun mode, as it would be a good way to easily...
Hi, by default SML doesn't have a space between the `sml/modified-char` and the directory/file info. Fixing that was just appending a space to that variable and `sml/read-only-char`, but unfortunately now...
Would automatically setting `tab-width` to the value of `c-basic-offset` in C/C++ buffers be a good idea? For example, if `tab-width` is 8 and `c-default-style` for C/C++ is a style that...
Building on Windows with the git config `core.autocrlf=true` (sorry) results in a line ending of `\r\n` in `version.txt`, so just removing `\n` leaves trailing whitespace in the resulting Java code...
This makes Reader mode check the current dark mode status and default to the dark theme if either the system or app-level dark mode is active. Sample: using Fenix [Device-2022-09-27-150312-reencoded.webm](https://user-images.githubusercontent.com/13156601/192635456-18457858-b12d-47ad-9958-b2f61ff5e8a0.webm)...
Issue for Fenix: mozilla-mobile/fenix/issues/3289 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FNXV2-21713)
The link https://pontoon.mozilla.org/projects/android-l10n/ shows a `Page Not Found` error. Perhaps this was moved to https://pontoon.mozilla.org/projects/firefox-for-android/? @Delphine ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FNXV2-21677)
Without adding `#!/bin/sh` to the top of the file, making a symlink from `.git/hooks/pre-push` to `../config/pre-push-hook` gives the following error: ``` $ git push error: cannot spawn .git/hooks/pre-push: No such...
Each time running `./gradlew` I see a few dozen of these corresponding to most modules: > Configure project :browser-engine-system WARNING:Software Components will not be created automatically for Maven publishing from...
## Describe the feature you'd like Some [voice commands for playback](https://developer.roku.com/en-ca/docs/developer-program/media-playback/voice-controls/overview.md) are missing, namely the `Enhanced` and `Additional enhanced` categories. This includes common operations like skipping back/forwards a specified amount...