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 6,017 public repositories matching this topic...

Boiarshinov
Boiarshinov commented Jun 21, 2022

MinHeap and MaxHeap implementation are broken.
Instance of these heaps couldn't be instanciated with any not empty list of elements.

Here is a test code to reproduce:

@Test
void createFromList() {
    var elements = List.of(
            new HeapElement(5)
    );
    MaxHeap heap = new MaxHeap(elements);
    //similar with MinHeap
}

Stacktrace:

java.lang.IndexOut
jgzl
jgzl commented Jun 11, 2022

Issue Description

Type: feature request

Describe what happened (or what feature you want)

相应的README.md和README_zh.MD中提示需要使用的node环境

Describe what you expected to happen

使用node>=12的版本进行本地开发时会抛出 ReferenceError: primordials is not defined

good first issue area/dashboard area/document
DeLuca92
DeLuca92 commented May 2, 2022

Is your feature request related to a problem?

The Traditional and Traditional Plus JSON reports treat "Other Info" as consistent between alerts which is not always the case. A new JSON report should be added which treats "Other Info" as potentially unique per alert instance.

As per the original issue a perfect way to test/experience this need is the Retire.JS passive scan alerts which i

enhancement IdealFirstBug add-on good first issue
questdb
puzpuzpuz
puzpuzpuz commented Jul 6, 2022

Is your feature request related to a problem?

We have users periodically asking for week-based partitioning.

Describe the solution you'd like.

Add WEEK to the PARTITION BY options.

Describe alternatives you've considered.

No response

Additional context.

This PR should give enough hints on how to implement this feature: questdb/questdb#1571

Help wanted New feature Good first issue Core
tszlek
tszlek commented Aug 17, 2021

Hi, I have discovered issue when using feign.httpclient.ApacheHttpClient.
In some cases Apache client throws ProtocolException which is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.
In such case Feign proxy throws UndeclaredThrowableException instead of invoking ErrorDecoder.

bug help wanted hacktoberfest good first issue
grishick
grishick commented Jun 30, 2022

Tell us about the documentation you'd like us to add or update.

On this page https://docs.airbyte.com/integrations/contributing-to-airbyte/ , this link building new connectors is broken. Clicking it results in a 404 error.

If applicable, add links to the relevant docs that should be updated

  • [Link to relevant docs pag
type/bug area/documentation good first issue autoteam
lynxplay
lynxplay commented Jun 12, 2022

Is your feature request related to a problem?

As of right now, the plugin update logic uses a rather questionable spigot-made method to copy the updated plugin jar into the plugin folder: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/util/FileUtil.java#22

As a side effect of this, IOExceptions that occure while copying the updated plugin jar

type: feature status: accepted good first issue version: 1.19
gimmic
gimmic commented Sep 27, 2019

I have noticed when ingesting backlog(older timestamped data) that the "Messages per minute" line graph and "sources" data do not line up.

The Messages per minute appear to be correct for the ingest rate, but the sources breakdown below it only show messages for each type from within the time window via timestamp. This means in the last hour if you've ingested logs from 2 days ago, the data is

iJahangard
iJahangard commented Oct 12, 2021

Widgets letting us to access some stuff without opening the actual app
But without a good widget UI, I prefer don't use it

The current widget has Sharp corners,as you may know, these days rounded dialog and boxes are common
It seems that current widget has been carried on from Kit-Cat 👊😅

So may you do that little change?
(Actually this can be done with some other UI parts in the app too
Like

trustin
trustin commented Apr 16, 2022

AnnotatedServiceBindingBuilder and VirtualHostAnnotatedServiceBindingBuilder currently don't share a common interface for its methods, such as pathPrefix() and exceptionHandlers(). This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interface AnnotatedServiceConfigSetters, we could prevent such a mistake.

Terasology
jdrueckert
jdrueckert commented Mar 30, 2022

Motivation

Dependency injection via @In is a widely used mechanism throughout our code-base.
However, it doesn't seem to be supported for all kinds of classes yet.

While it is implemented for world generators, it is not yet implemented for world-gen plugins.
If used for these, it can/will lead to NPEs due to fields not being properly initialized before being accessed.

Example

Topic: Architecture Good First Issue Type: Improvement Size: S

Created by DigitalOcean and GitHub

Released October 2014

Website
hacktoberfest.digitalocean.com