Skip to content
#

Java

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

javabeanz
javabeanz commented Jul 19, 2018
  • Add labels appropriate to the issue
    bug

  • Describe the expected behaviour and the actual behaviour
    .....
    ervice/rabbitmq created
    deployment.extensions/session-db created
    service/session-db created
    deployment.extensions/shipping created
    service/shipping created
    deployment.extensions/user-db created
    service/user-db created
    deployment.extensions/user created
    service/user created
    Er

sealmove
sealmove commented Mar 11, 2020

Kaitai Struct uses a specific JSON schema for test output.
I want to target it directly from my target language (Nim) but it is not documented anywhere.

After some experimenting I found out the following keys are supported:

  • status
  • elapsed
  • is_kst

Questions:

  1. Are there other keys supported?
  2. What exactly does the key elapsed mean?
  3. What are all the possible values for th
Paper
Zefferis
Zefferis commented Dec 7, 2018

What behaviour is expected:

Proper tab complete for alias commands from commands.yml
The /give command is shared between EssentialsX and Vanilla; ideal fix would be assigning it an alias in the commands.yml file to direct /give to the /minecraft:give command, and retain tab completion to the alias.

What behaviour is observed:

Tab completion for /give only provides usernames,

ceefour
ceefour commented May 4, 2020

Currently these settings are not configurable via environment variable, but need to use run args.

Run args tend to be harder to configure in non "pure Docker" environments, e.g. Kubernetes.

For example, my first attempt:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: camunda
spec:
  selector:
    matchLabels:
      app: camunda
  replicas: 1
  template:
    meta
You can’t perform that action at this time.