kOrriO

Results 11 issues of kOrriO

Some language (for example Thai) doesn't support on crudkit ? It displays (on column's name) ??????? instead.

DO you have any idea if we can change font by font selector/spinner ?

I have db.json and db2.json I want to create json-server for both db in the same server with different endpoints. How would I implement that ?

my card.xml ``` ``` my adapter ``` ... @Override public View getView(final int position, View convertView, ViewGroup parent) { holder = null; if (convertView == null) { holder = new...

Any help in supporting for this feature? I can support you my (unused) Cast Developer accounts

Enhancement

` Caused by: java.lang.IllegalStateException: Cannot add header view to list -- setAdapter has already been called. at android.widget.ListView.addHeaderView(ListView.java:255) at android.widget.ListView.addHeaderView(ListView.java:284) at com.tuesda.watch.activities.UsersActivity.initView(UsersActivity.java:96) at com.tuesda.watch.activities.UsersActivity.onCreate(UsersActivity.java:76) ` caused from this code ```...

``` /********************************* * ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ * * ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ * * ░░░░░░█████████░░█████████░░░ * * ░░░░░░██░░░████░░██░░░████░░░ * * ░░██████░░░████████░░░████░░░ * * ░░██░░██░░░████░░██░░░████░░░ * * ░░██░░██░░░████░░██░░░████░░░ * * ░░░░░░█████████░░█████████░░░ * * ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ * *...

Now it can fire the event to make a game object running on the scene. What if I want to click on a Phaser's object and can interact with React's...