Kiru

Results 6 issues of Kiru

### Summary of changes This is a syntax error, I am not sure how it could work until now. ### Checklist - [ ] New functions have typespecs, changed functions...

Is it possible to show the total number of gems? I keep running in trying to get 3 gems and after first or second realizing that I hit the 10...

Hello, Thank you for this clean and simple implementation of Splendor! We played it few times. There were few points, which could be improved (IMHO): - It is hard to...

SQLite does support selects with multiple joins, but with ecto I get an exception: An exception is thrown at this place: https://github.com/elixir-sqlite/sqlite_ecto2/blob/7ba0b627108b0e1eb73d46741210bd7a11d4fd8b/lib/sqlite_ecto/connection.ex#L242 Is this just a not-implemented case? What is...

Pippo allows providing the settings via "application.properties" files. In our application, we already have a custom setting file. Right now we have our own settings and the Pippo settings file....

Hello, These are the route bindings: public class MyApp extends ControllerApplication { public MyApp() { } @Override protected void onInit() { super.onInit(); GET("one", routeContext -> {}); GET("one/", routeContext -> {});...