Jaro

Results 90 issues of Jaro

I would like to use this tool for puzzles that provide their ciphertext in non-standard formats, for example there might be a code like this: ``` 00002020100201002111 ``` This can...

Proposal

I have based this on @lexi-lambda's branch because it seemed more up-to-date, but I've removed `eff` because it needs special GHC and Hackage versions. This also uses a version of...

Lack of explicit export list can degrade performance. The Main module in particular should always have an explicit export list that contains just the main function. Fixes #9889 --- **Template...

**Describe the bug** cabal init does not always generate explicit export lists. Export lists can be important for performance. Especially the `Main` module should always have an explicit export list...

type: enhancement
cabal-install: cmd/init

It should be possible to save a world to disk and load it from disk.

enhancement

Enabling physics should make the player fall to the ground and give her the ability to jump around. This is the first step towards a "survival mode".

enhancement

Ideas: - Stone - Dirt - Grass - Wood - Leaves - Sand

enhancement

To make the gpu do less work we can split the VBO's into multiple parts. For example 1 for each direction (north,south,east,west,up,down). Then we only have to render three of...

performance