-
Updated
Aug 29, 2021 - Dart
cross-platform
Here are 4,593 public repositories matching this topic...
-
Updated
Sep 2, 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 30, 2021 - Go
-
Updated
Sep 3, 2021 - C++
-
Updated
Sep 4, 2021 - Python
-
Updated
Sep 2, 2021 - C++
-
Updated
Aug 22, 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 ->
Describe the bug:
I tried to package my application like this
fyne package -name "Result Converter" -sourceDir src/gui -os windows -icon src/gui/assets/icon.png
However, instead of "Result Converter.exe", the app is named
-
Updated
Sep 5, 2021 - Vue
-
Updated
Sep 5, 2021 - C++
-
Updated
Jul 19, 2021 - Dart
-
Updated
Sep 3, 2021 - Go
-
Updated
Jun 19, 2021 - Dart
-
Updated
Sep 4, 2021 - C++
-
Updated
Sep 5, 2021 - C++
-
Updated
Sep 5, 2021 - C#
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Sep 5, 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
Sep 5, 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