-
The Controller, is this the place to write all business logic, or do you have Services, Repositories too?
-
version 0.11.940-ALPHA / Minecraft 1.15.2
Expected behavior
- Supply Camp Placement
- Supply camp gets placed onto the world, successfully, and visibly
Actual behavior
- Supply camp disap…
-
Part of https://github.com/asyncapi/shape-up-process/issues/21 issue:
Check correlations between languages - similarities and differences in how a given language handles similar tasks and their ove…
-
There have been many proposals for how to simplify error handling in Go, all based on the general complaint that too much Go code contains the lines
```
if err != nil {
return err
}
```
…
-
We have seen a couple of reports related to clicks on Marker and MarkerViews (#8158 / #8118). The root cause of these issues is the way we handle touch interaction with these components.
Both imple…
-
Just testing the waters to see how many modders would be receptive to the idea of a Permissions API in Forge, and how we should get around to doing it. I intend such a Permissions API to be extended b…
-
_Nick Glencross (nick.glencross) wrote:_
This patch fixes a number of typos in the user-visible documentation.
I have separated out the logger file because there are some mis-spelt method names whic…
-
```
The webpage http://projectlombok.org/features/GetterSetter.html says "Any
variation on boolean will not result in using the is prefix instead of the get
prefix; for example, returning java.lang.…
-
I've tried to implement a convenient method `hasChildNodes` in a FlexibleEntity sub class. This method determines its boolean return value from other attributes. There is no field `child_nodes` in the…
tlode updated
9 years ago
-
```
The webpage http://projectlombok.org/features/GetterSetter.html says "Any
variation on boolean will not result in using the is prefix instead of the get
prefix; for example, returning java.lang.…