-
Updated
Mar 29, 2020 - Java
Java
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
Here are 99,628 public repositories matching this topic...
-
Updated
Apr 4, 2020 - Java
Rewriting exists queries to a MatchNoneQueryBuilder when the field is unmapped would help skip shards in the can_match phase.
In the "Creating your own starter" section we explain the "full" infrastructure for a starter: an auto-configuration module and a separate "starter pom" that brings the auto-configuration and the dependencies that are needed to get started.
We also mention that those two can be merged in a single artifact but we don't really explain the rationale behind the separate artifacts, i.e. that It star
- We have BFS and DFS images in both Breadth First Traversal and Depth First Traversal. We should have illustrations in the respective sections.
This is the overview of the suggested/planned changes to the Wiki. Text in bold are for extra considerations/options.
-
Additional-Reading.md: review links, add newer links to blogs and topics - [
Alphabetical-List-of-Observable-Operators.md](https://github.com/ReactiveX/RxJava/blob/2.x/docs/Alphabetical-Li
่ฑ้ๆๅ
ๆไธบ Doocs ้กน็ฎ็ปดๆค่
ๆฌ้กน็ฎ advanced-java๏ผๅ ๆฌ Doocs ๅผๆบ็ป็ปไธ็ๆๆ้กน็ฎ๏ผ้ฝๆฌข่ฟๅไฝๆๅๅไธๅฎๅใ
ๅฆๆไฝ ๆไบค็ๅ
ๅฎนๆไปทๅผ๏ผไธๅ
ทๅค่ง่ๆง๏ผๅฐๆๆบไผๆๅไธบ้กน็ฎ็็ปดๆค่
๏ผ็ดๆฅๅไธ้กน็ฎ็ reviewใmerge ็ญ็ปดๆคๅทฅไฝ๏ผๆไบคๅ
ๅฎนๆถไนๅฏไปฅ็ดๆฅ push ๅฐ doocs/advanced-java ไธปๅๆฏ master ไธ๏ผๆ ้กปๆไบค PR ็ญๅพ
reviewใ
็ฎๅ advanced-java ๅชๆ [yanglbme](http
...assuming that that's how we feel nowadays; it's been a while :) There are probably exceptions, including maybe for cases in which one service wants to express a dependency on another, but again, I'm not sure how we feel about that today.
I'd like to be able to limit the retry count in Authenticator to 3. At the moment it appears to be 20. I don't see anything to do this and didn't get an answer in StackOverflow, so assuming it's not possible at the moment.
- Documentation:
It would be nice if the official documentation explains how to use Retrofit together with co-routines together with the best practices regarding the asynchronous handling of requests. My students need to implement their calls using Retrofit and co-routines (following the tutorials in the Udacity course, but for documentatio
-
Updated
Apr 5, 2020 - Java
Summary
incorrect highlight whole stack bar negative chart.setHighlightFullBarEnabled(true);
Expected Behavior
highlight whole stack bar
Possible Solution
i think because i have a negative value
Device (please complete the following information):
- Device: meizu mx5
- Android Version: 5.1
- Library Version: v3.1.0
Add a screenshot:
![device-2019-06-05-1
ใๆฏๆฅไธ้ขใ- 2020-03-23 - ๅฆไฝไผๅๅๆณกๆๅบๅจๆฐ็ป่ฟไนๆๅบ็ๆ ๅตไธ็ๆ็
ๅฏนไบๆฐ็ป[1, 2, 3, 4] ๅ [4, 3, 2, 1] ไฝ ็ๅๆณกๆๅบ็ฎๆณๆฏๅฆ้ฝ่ฝ่ทๅพไธ้็ๆ็๏ผ
-
Updated
Feb 16, 2020 - Java
Run following commands and enjoy the stream of warnings from Dokka:
rm -rf docs/api
./gradlew leakcanary-android-core:dokka leakcanary-android-instrumentation:dokka leakcanary-android-process:dokka leakcanary-object-watcher-android:dokka leakcanary-object-watcher:dokka shark-android:dokka shark-graph:dokka shark-hprof:dokka shark-log:dokka shark:dokka
Review errors and see if any of t
-
Updated
Apr 5, 2020 - Java
Contributing.md is dead.
I wanna contribute to this project.
If you are ok, I would like to update the Contributing.md with reference to your project "python".
If not, I want you to fix it.
-
Updated
Mar 31, 2020 - Java
FAQ rev
There are grammatical errors in the English FAQ section:
https://github.com/alibaba/fastjson/wiki/FAQ(English-Version)
I propose that these grammatical errors be revised for readability.
Here are some examples below:
5. fastjson v.s. gson?
fastjson is 6 times faster than gson, here is the testing result: https://github.com/eishay/jvm-serializers/wiki/Staging-Results
fastjson is 6 tim
-
Updated
Apr 5, 2020 - Java
Ruby has updated the Profile code (SeleniumHQ/selenium#7376) in preparation for 4.0. Ensuring the proper working order of this code will require manual evaluation in addition to unit testing. This shouldn't be too complicated. @kapoorlakshya volunteered to look at it, but I'm creating this issue to make sure it doesn't fall by the wayside.
What's the ETA for updating the massively outdated documentation?
Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.
Issue details
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.
Searched documentation and issues
- https://exoplayer.dev
- Stackoverflow
- Google...
Question
I need to remove the progress-/seekbar from the default cast notification that appears after a cast session started, because the progress is not in-sync with the actual progress showing in the receiver app.

The project is using SonarCloud static code analysis. The latest results are showing that it has found several blocker and critical severity code smells. In this task those are fixed or marked as false positives. To mark false positives, SuppressWarnings annotation should be used in code as explained in the linked documentation.
Links:
[Blocker and critical severity code smells in SonarCloud](