-
git has a number of subcommands implemented as shell scripts. They use a common library called git-sh-setup that contains useful functions. You might want to give it a try. Use it by setting some env…
-
### Describe the bug
This shows up in the console when loading the server: https://mcpaste.io/ba37a158a1525415
Also, the resource pack on the server now fails to download for players (self-hosted)…
-
When setting up a simple, 2-part Fluentd (TCP -> forwarder) -> (forwardee -> disk configuration) and giving it 5 million JSON objects to process all at once, resident-set memory consumption jumps from…
joell updated
3 months ago
-
Original report: https://github.com/chromiecraft/chromiecraft/issues/965
#### WHAT CLIENT DO YOU PLAY ON?
- [ ] enGB
- [x] enUS
- [ ] other (specify)
##### FACTION
…
-
```js
var viewport_size = 1;
var projection_plane_z = 1;
```
it contradicts with
```js
var s2 = 1.0 / Math.sqrt(2);
camera.clipping_planes = [
Plane(Vertex(0, 0, 1), -1), // Near
Plane(Ve…
-
Support for podman will be great. Podman has compatibility with Docker and works with docker images too. So I am guessing implementation in digdag should be straight forward.
> What is [Podman](ht…
-
Hello! I use many modded structures in my game, and would like to know how to make the Rings of Ascension spawn in those modded structures' chests.
Honestly, I don't know much about making datapack…
-
A la Amazon and other private sector recommendations:
![screen shot 2015-03-10 at 3 30 08 pm](https://cloud.githubusercontent.com/assets/1725454/6583421/6ff42084-c73a-11e4-8480-d38caa83f3ec.png)
Que…
-
1. Don't load map from XML. This is too slow. Instead, hard-code each level. This is worse in every way except for performance, which is important. Of course, there's no guarantee that hard-coded leve…
-
```
SELECT translate('012345', '135', 'abc');
```
- see: [Hadoop利用者ならきっと知ってる、Hive/Prestoクエリ関数の挙動の違い - Qiita](http://qiita.com/y-ken/items/400b7c70c324ac67af02 "Hadoop利用者ならきっと知ってる、Hive/Prestoクエリ関数…