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 3,873 public repositories matching this topic...

sberyozkin
sberyozkin commented Nov 11, 2020

Describe the extension
Quarkus OIDC CodeAuthenticationMechanism uses a default TokenStateManager implementation which stores all the session content in a cookie, which, by default, will include 3 tokens: ID, access and refresh tokens. When all 3 of them are in a JWT format as is with Keycloak, the cookie value size may exceed 4096 when JWTs have a lot of claims, at which point some brow

robinroos
robinroos commented Oct 16, 2020

Targetting 4.1

Proposal

Take the existing:

hazelcast/hazelcast/src/main/java/com/hazelcast/map/impl/proxy/MapProxyImpl.java

Line 916 in 4fed159

 public <R> Iterator<R> iterator(int fetchSize, int partitionId, Projection<Map.Entry<K, V>, R> projection, 

And create a public API in IMap which differs from the above in that it:

  1. does not require partitionId but work
Terasology
armeria
ikhoon
ikhoon commented Mar 19, 2020

In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:

try (SafeCloseable ignored = ctx.push()) {
    logger.trace(decorate(msg));
}

If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.

ctx.run(() -> logger.trace(decorate(msg));

This is inspired by g

mfussenegger
mfussenegger commented Sep 9, 2020

We should remove Guava as a dependency from the server module.

Most of the functionality we used from Guava are provided by the JDK by now.
The stuff that is missing from the JDK has mostly been added in the utilities we inherited from Elasticsearch, due to their decision to remove Guava completely.
Any functionality that we use which isn't present in the JDK can be co

cowtowncoder
cowtowncoder commented Oct 21, 2020

(note: follow-up to #2291 in which basic example added on README)

So: beyond initial simple Builder usage shown on README it would be nice to have more in-depth usage example(s).
This could be a wiki page on this repo or jackson-docs, or blog post to link to.

For purposes of Hacktoberfest whoever works on this could do PR for change in README to link to whatever resource gets added.

vikjovanov
vikjovanov commented Jun 13, 2020

Hello,

when I go to the "Share Single" category in the documentation, I realize that there is a list of applications supported by the react-native-share package.

So, to start with, I was already wondering what "Share Single" meant exactly. I didn't really understand the associated example gifs.

Then, why are some applications, like FACEBOOK_STORIES, only supported on iOS and others only

Created by DigitalOcean and GitHub

Released October 2014

Website
hacktoberfest.digitalocean.com
You can’t perform that action at this time.