Skip to content
#

help-wanted

Here are 506 public repositories matching this topic...

authpass
hpoul
hpoul commented Sep 12, 2021

I previously tried to build ppa packages for ubuntu at https://github.com/authpass/authpass-deb but I don't think this works anymore.
It would be nice to make AuthPass available as deb packages. Maybe using a custom repository on https://data.authpass.app.

This issue is for creating a github workflow which builds a debian package and maybe a directory archive or hierarchy which can be rsyn

help wanted good first issue platform-linux hacktoberfest
plots2
jywarren
jywarren commented Dec 1, 2018

We have some great new features by @ValentinaTironi -- a thumbnail grid -- see the Activities section of https://publiclab.org/micro 👍

One thing that would be great is to have the built-in buttons below that we see on non-thumbnail Activity grids, such as at https://publiclab.org/coqui

![image](https://user-images.githubusercontent.com/24359/49331305-d3959680-f568-11e8-988c-ecfdf66cecc2.png

help wanted Ruby fto-candidate HTML
duncanspumpkin
duncanspumpkin commented Mar 26, 2022

Whilst looking at #1352 i noticed a refactoring opportunity a big amount of callers of Audio::playSound are wasting time calculating a value that is never used.
The problem is with void playSound(SoundId id, const Map::Pos3& loc, int32_t pan); this function should ONLY be used by the audio hooks. Never by code we are writing. This is because we have `void playSound(SoundId id, const Map::Po

rishabh-bansal
rishabh-bansal commented Oct 4, 2019

Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!

Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech

P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on

go-feature-flag
LeetCode-Solutions
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
help wanted good first issue easy

Improve this page

Add a description, image, and links to the help-wanted 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 help-wanted topic, visit your repo's landing page and select "manage topics."

Learn more