-
Updated
Jul 5, 2022 - Java
Hacktoberfest
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...
-
Updated
Jul 8, 2022 - Java
sentinel-dashboard angular前端开发编译环境 Node.js 版本要求 | Dashboard frontend Node.js version restriction
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
-
Updated
Jul 8, 2022 - Java
Is your feature request related to a problem? Please describe.
Usually I totally against codegen options which modifies one line of code, but this one looks really handy.
Describe the solution you'd like
Add declareStrictTypes switch option to AbstractPhpCodegen class, then:
-
Updated
Jul 7, 2022 - Java
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
-
Updated
Jul 9, 2022 - Java
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
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.
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
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
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
-
Updated
Apr 12, 2022 - Java
-
Updated
Jul 8, 2022 - Java
Round widget
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
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.
-
Updated
Jun 6, 2022 - Java
-
Updated
Jul 8, 2022 - Java
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
-
Updated
Jul 8, 2022 - Java

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:
Stacktrace: