-
Updated
Jul 15, 2021 - Dart
cross-platform
Here are 4,443 public repositories matching this topic...
-
Updated
Jul 14, 2021 - TypeScript
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
-
Updated
Jul 16, 2021 - Go
-
Updated
Jul 16, 2021 - C++
-
Updated
Jun 26, 2021 - Python
-
Updated
Jul 16, 2021 - C++
-
Updated
Jul 15, 2021 - C++
-
Updated
Jun 30, 2021 - Dart
ToolbarActions and MenuItems needs to be disableable for the similar reasons and coherence with DisableableWidgets. Last corresponds to solved #234 .
The documentation recommends https://github.com/Ubuntu/gnome-shell-extension-appindicator on Gnome but I found that the extension is not available for Gnome 40 (and it seems deprecated now).
I tried the built-in extension (I'm on Fedora 34) called "KStatusNotifierItem/AppIndicator Support" and it works for flameshot.
-
Updated
Jul 13, 2021 - Vue
-
Updated
Jun 29, 2021 - C++
-
Updated
Jul 15, 2021 - Dart
-
Updated
Jul 16, 2021 - Go
-
Updated
Jun 19, 2021 - Dart
-
Updated
Jul 16, 2021 - C++
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Jul 17, 2021 - C++
-
Updated
Jul 17, 2021 - C#
-
Updated
May 30, 2021 - TypeScript
-
Updated
Jul 17, 2021 - C#
--presume-input-tty
is an undocumented option of rm
.
https://bug-coreutils.gnu.narkive.com/AMUZEL4V/rm-p
It is relatively difficult to ensure that there is a tty on stdin.
Since rm acts differently depending on that, without this option,
it'd be harder to test the parts of rm that depend on that setting.
GNU testsuite:
`2021-06
-
Updated
Jul 18, 2021 - Python
Would it be possible to see if you already "thumbed up" a song by clicking on the menu bar button (to get to the menu, shown in the attached screenshot) via a check mark icon or a thumbs up icon next to the "Thumbs Up" option or via a separate entry within the menu (that would say, for example, "Thumbed Up")? This would be so much easier than having to open a new window by clicking on "Show" every
Improve this page
Add a description, image, and links to the cross-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cross-platform topic, visit your repo's landing page and select "manage topics."
First
When run command
pip install six
return error because pip is not installed. In result resolved commandsbrew install python; pip3 install six
Second
Before
brew cask install <SOMETHING>
return errorError: Unknown command: cask. Resolved by use commands without cask:
brew install `Both cases is not obvious for users which not used homebrew before (MacOS Big