castle icon indicating copy to clipboard operation
castle copied to clipboard

A structured database with a local web service to edit it

Results 56 castle issues
Sort by recently updated
recently updated
newest added

In the constructor of the `TileBuilder`, what is the point of the `total` argument? It seems no matter what its value is, it works the same way (even with negative...

There is a delay in the update of the layer stride: if I change the file for a given layer, the stride is not updated straight away, only after I...

The doc states: > You can select one row by clicking on its index, then select several of them by clicking while holding shift and clicking on other row indices....

New Column -> Column type = Custom type. The `[create]` button next to `Type` gives a `Uncaught TypeError: undefined is not a function` error. CastleDB version 1.5

I don't really care much because I can just use lowercase names, but this threw me off a bit when initially trying to use castledb. Having a sheet name like...

Fullscreen tile picker Minor css sexyness

Is it possible to add a formula type so I can add a formula in a column instead of float or integer. Usage example : 1. create a formula :...

When scrolling a sheet with many rows, the headers scroll with the rows; ie. the headers are visible only when looking at the top _screenful_ of rows. The feature is...

The selection made for a column of type Tiles is not correct. ![image](https://cloud.githubusercontent.com/assets/4760796/12004373/74cdd592-ab54-11e5-96e4-c5b37ce523c4.png) You can see on the above screen that the red square representing the selection, is not correctly...

When a custom type is defined, it can't contain List or Array structures enum EventConsequence { Goto( e : events ); IfThenElse( if : List, then : List, else :...