Skip to content
#

Hacktoberfest

hacktoberfest logo

Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.

Here are 12,965 public repositories matching this topic...

cardosofede
cardosofede commented Jul 8, 2022

Description

I'm trying to add options like log-opt max-size 5 and I can't.

Use case/motivation

I'm working in Hummingbot and I would like to offer the community a system to manage multiple bots, rebalance portfolio, etc. Our system needs a terminal to execute commands so currently I'm not able to use airflow to accomplish this task.

Related issues

No response

Are you willi

danieleades
danieleades commented May 30, 2022

We should audit Poetry's dependencies to ensure they are rock solid.

Some of the dependencies could do with a refresh-

Dependency maintained?/last updated notes
cachy 7/8/19 some tidying required. No type annotations. Deps out of date
entrypoints unmaintained ~~this dep should be replaced wit
Good First Issue Dependency
tacaswell
tacaswell commented Jul 7, 2022

Currently when a job fails on GHA we upload all 109 MB across ~7k files which takes a surprisingly long time. What we really want is just the images that failed and the computed difference.

This is labeled as "good first issue" because there are no API designs here (it is all configuring CI).

Steps:

  • sort out how to identify the failed test images (there is a systematic naming conventi
Good first issue
ethanfurman
ethanfurman commented Apr 25, 2022

The warnings at

https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html

do not mention the issues with reloading modules with enums:

  • Enum and Flag are compared by identity (is, even if == is used (similarly to None))
  • reloading a module, or importing the same module by a different name, creates new enums (look the same, but are not the same)
SobhanMP
SobhanMP commented Dec 6, 2021

Is your feature request related to a problem?

While setting the target interface's ip should work in most cases, it's possible that multiple devices have the same ip.

Also i'm having trouble using a wireguard vpn when i set Table=off. Table=off disables setting up the routes for the vpn and it justs shows up as a regular device. The connection is fine as pycurl can access it when i set

enhancement good first issue need pull request Hacktoberfest
SkeletalDemise
SkeletalDemise commented Sep 21, 2020

Hey Hackers of this spoopy month! 👻
Welcome to the Ciphey repo(s)!
This issue requires you to add a decoder.

This wiki section walks you through EVERYTHING you need to know, and we've added some more links at the bottom of this issue to detail more about the decoder.
https://github.com/Ciphey/Ciphey/wiki#adding-your-own-crackers--decoders

https://www.dcode.fr/t9-cipher
https://en.wikipe

enhancement good first issue feature_request hacktoberfest
dvc
shortcipher3
shortcipher3 commented Jul 1, 2022

dvc metrics represent scalar numbers

This is nice for finding the difference in a metric between two models, however a couple metrics I'm interested in would benefit from being made more human readable by adding units. Specifically:

  • model file size (kilobytes, megabytes, and gigabytes)
  • inference latency (milliseconds, seconds)

There are

good first issue feature request A: metrics
DMRobertson
DMRobertson commented May 26, 2022

These need to remain on any existing events so that hashes and signatures etc remain valid. But there is no reason for them hang around. As Rich wrote on MSC2176:

The following event keys are to be removed from the list of those to be
preserved by a redaction:

  • membership
  • prev_state

(Note this refers to the event-level membership property, rather than the

good first issue T-Task A-DAG
smichr
smichr commented Jun 2, 2022

ordered_partitions is significantly faster than the multiset-outputting partitions function but no mention is made of it in partitions. It should be mentioned in partitions that this alternate function exists if the user desires the flat partition. The API is not the same, however, and I'm not sure if ordered_partitions could be non-destructively modified to permit the same input paramet

combinatorics good first issue

The Mobile Security Testing Guide (MSTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).

  • Updated Jul 8, 2022
  • Python

Created by DigitalOcean and GitHub

Released October 2014

Website
hacktoberfest.digitalocean.com