-
Since we have union types and explicit null now, it is easy to represent nullable type in Java as `T | Null`, but that is verbose compared to peers in Kotlin and Swift.
The union types and intersec…
lilac updated
4 years ago
-
For now this is just a placeholder to track future K2 support, and to document that Anvil is currently incompatible with K2 as folks start testing it out in projects that may be using Anvil.
-
### Description of the bug:
When installing and enabling the plugin, navigation and inspection stops working (for python sources at least). The error:
```
java.lang.IllegalArgumentException: Co…
-
### Minecraft Version
1.19.4
### Iris Version
iris-mc1.19.4-1.6.1
### Sodium Version
sodium-fabric-mc1.19.4-0.4.11+build.26.jar
### Operating System
windows 10
### What is your GPU?
NVIDIA MX…
-
Given a user provide octal number N, get the decimal equivalent of N.
Also given a number N in decimal, convert it to Octal.
Implement the following conversion in the following Languages:
- [ ] C…
-
Given a user provide Hexadecimal number N, get the decimal equivalent of N.
Also given a number N in decimal, convert it to Hexadecimal.
Implement the following conversion in the following Languag…
-
This is to gather details on moving to java17 as minimum requirement and start with the implementation.
The plan is to release this in 2.0.0.
Acceptance criteria:
- java17 is the minimal java ver…
-
create any common interview programming test, which often asked on interviews.
Do not specify the employer name who's giving the test.
Main language: Kotlin.
ha-yi updated
5 years ago
-
Travis is nice enough to let OSS libraries build for free. We should take advantage of that for PR bulders.
https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci
-
A Dart function invocation requires parentheses, e.g., `f(42)`. Other languages can be more concise.
Functional languages like Haskell and SML use an "empty" operator (a space), e.g., `f 42`. With …