-
Updated
Aug 11, 2021 - Dart
cross-platform
Here are 4,527 public repositories matching this topic...
-
Updated
Aug 13, 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
Aug 15, 2021 - Go
-
Updated
Aug 15, 2021 - C++
-
Updated
Jun 26, 2021 - Python
-
Updated
Aug 12, 2021 - C++
-
Updated
Aug 15, 2021 - C++
-
Updated
Aug 1, 2021 - Dart
There's a potential for privacy-related incidents such as hitting "Enter" when opening flameshot from the toolbar. This action captures the screen but subsequently uploads it to imgur, even if it was not the user's intention.
There should be a confirmation required from the user before any upload takes place. For some reason, the upload stemming from this action (flameshot toolbar icon ->
ToolbarActions and MenuItems needs to be disableable for the similar reasons and coherence with DisableableWidgets. Last corresponds to solved #234 .
-
Updated
Aug 15, 2021 - Vue
-
Updated
Jul 20, 2021 - C++
-
Updated
Jul 19, 2021 - Dart
-
Updated
Aug 15, 2021 - Go
-
Updated
Jun 19, 2021 - Dart
-
Updated
Aug 13, 2021 - C++
-
Updated
Aug 15, 2021 - C++
-
Updated
Aug 14, 2021 - C#
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 15, 2021 - C#
-
Updated
Aug 15, 2021 - Python
--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
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