The Wayback Machine - https://web.archive.org/web/20200413163112/https://github.com/topics/jvm
Skip to content
#

jvm

java logo

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 1,127 public repositories matching this topic...

ignasi35
ignasi35 commented Nov 26, 2019

The Java minimal imports:

https://github.com/playframework/playframework/blob/576c0def93c7abe8df7802fb3549b2e02475005b/dev-mode/build-link/src/main/java/play/TemplateImports.java#L32

imports scala.collection.JavaConverters which is deprecated in scala 2.13. This triggers the warning/error (dependinc on your scalac options):

[error] /Users/ignasi/git/projects/lightbend/playframewo
InfoSec812
InfoSec812 commented Mar 20, 2020

Version

3.8.5

Context

When attempting to use Future.otherwise and Future.recover it was not clear what the intended differences were meant to be.

Do you have a reproducer?

No, N/A

Extra

I intend to submit a PR with a proposed update to the JavaDocs and perhaps the Vert.x documentation in order to make the use of these methods more clear in a broader context

bug
malortie
malortie commented Nov 28, 2019

According to Assimp's documentation (see anim.h, line 269). The description of aiNodeAnim says the following:

The transformation matrix computed from these values replaces the node's original transformation matrix at a specific time. This means all keys are absolute and not relative to the bone default pose.

From my understanding, I believe the original transformation refers to aiNode's

mikehearn
mikehearn commented Apr 25, 2016

I have some code that is throwing an exception in a post-park action (i.e. inside the handler passed to parkAndSerialize). Quasar silently eats this exception in RunnableFiberTask.onException(). It's really confusing to have the framework eat exceptions without any kind of logging or error printing at all.

I suggest changing this code such that if the exception isn't handled here, it's either re-

krichter722
krichter722 commented Mar 24, 2020

docker-compose files which contain container_name are not supported and the creation of DockerComposeContainer fails due to IllegalStateException. This has been introduced in #1151 as a quick fix for unintuitive feedback. If I understand correctly, the option of an implementation was however not discarded, but postponed. This issue is now about the implementation.

simonbasle
simonbasle commented Feb 11, 2020

See also #2007

Motivation

Some particularities of dealing with window* operators and their produced windows are not exposed explicitly enough. Most notably, the fact that a window should be "consumed" (subscribed to at least) as often as possible.

One flavor that is particularly exposed is windowUntil/windowWhile, with its prefetch. Other windows generally ensure enough request

fitzn
fitzn commented Mar 29, 2019

A jar is simply a zip file, but manipulating the mill assembly jar with some Unix-like utilities produces different, incorrect output when compared to that of a "normal" jar produced by the Java jar command. See the following example for details on these differences.

Consider a simple project:

$ find .
.
./build.sc
./foo
./foo/src
./foo/src/example
./foo/src/example/Hello.java
$

Created by James Gosling

Released May 23, 1995

Website
www.oracle.com/technetwork/java/javase/overview/index.html
Wikipedia
Wikipedia
You can’t perform that action at this time.