-
Updated
Aug 1, 2021 - Dart
cross-platform
Here are 4,483 public repositories matching this topic...
-
Updated
Jul 31, 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 21, 2021 - Go
-
Updated
Jul 31, 2021 - C++
-
Updated
Jun 26, 2021 - Python
-
Updated
Jul 22, 2021 - C++
-
Updated
Jul 26, 2021 - C++
-
Updated
Aug 1, 2021 - Dart
Is your feature request related to a problem?
Please allow to disable update checker for the packaged builds with a special compile-time flag. Eg. -DDISABLE_UPDATE_CHECKER:BOOL=ON
.
ToolbarActions and MenuItems needs to be disableable for the similar reasons and coherence with DisableableWidgets. Last corresponds to solved #234 .
-
Updated
Jul 25, 2021 - Vue
-
Updated
Jul 20, 2021 - C++
-
Updated
Jul 19, 2021 - Dart
-
Updated
Jul 28, 2021 - Go
-
Updated
Jun 19, 2021 - Dart
-
Updated
Aug 1, 2021 - C++
-
Updated
Jul 30, 2021 - C++
-
Updated
Aug 1, 2021 - C#
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
May 30, 2021 - TypeScript
-
Updated
Aug 1, 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
Aug 1, 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