Skip to content
#

good-first-issue

Here are 529 public repositories matching this topic...

Files
manfromarce
manfromarce commented Feb 8, 2022

Description

Some file types (e.g. bitmap image and microsoft access database) are present in the Explorer "New" menu but are not displayed in Files (see screenshot below).

Steps To Reproduce

No response

Expected behavior

The same entries as Windows Explorer should be shown.

Files Version

Version: 2.1.7.0

Windows Version

Windows 11 21H2 22000.469

Relevant Assets/

responsively-app
HugoHeneault
HugoHeneault commented Jan 10, 2022

🚀 Feature Request

📝 Description

Add an export (& import) button allowing to export settings and devices list.
As a team, or if you change computer, it's an easy way to work/ test the same way.

Describe the solution you'd like

In the settings view, add an export button, allowing to export defined config as JSON, XML or any format that can later be re-imported in Responsivel

Hacktoberfest-2020
14
bnb
bnb commented Nov 5, 2018

The module is currently lacking tests. This is something that is 100% needed but also something I'm entirely unfamiliar with. Would 💚 some help on this!

Tasks:

  • good-first-issue -o exits appropriately
  • log returns a properly formatted output without any undefined (the repo name is especially tricky!)
  • `require('good-first-issue') operates and returns an object
Arfey
Arfey commented Apr 16, 2020

Will be great have approach to put some arguments for make test or commands some like this.

For that we need add some like that into Makefile.

# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))

%:
	@:

and after that add ${ARGS} to our commands

te
AlgoBook
GoogleKickStart2020_Solutions
Hacktoberfest_2021
SanjayDevTech
SanjayDevTech commented Oct 3, 2020

Requirements of the project:

  • SDK version must be of android 10 or above
  • Custom icon is not mandatory
  • Deprecated methods or classes can be used but it is not recommended
  • Folder name should be in the format username_projectname

Optional

Improve this page

Add a description, image, and links to the good-first-issue topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the good-first-issue topic, visit your repo's landing page and select "manage topics."

Learn more