Skip to content
#

closure

Here are 189 public repositories matching this topic...

Dohxis
Dohxis commented Mar 9, 2017

Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co
brunovinicius
brunovinicius commented Sep 8, 2015

Javadoc is not yet available online. Add it to a folder in gh-pages:

zbra-solutions.gitub.io/android-linq/JavaDoc/v1.0.X/
zbra-solutions.gitub.io/android-linq/JavaDoc/v1.1.X/

And so on...

Also:

  • add Wiki page listing versions and links to their javadocs
  • add a direct link from Readme.MD to the latest version
  • update website page to according to Readme.MD
justdoit0823
justdoit0823 commented Aug 5, 2017

I have found an interesting aspect about MySQL index. When I create a multi column index, the prefix key field length can't be greater than a specified value.

I create a test table s_prefix_index;

create table s_prefix_index(id int, name varchar(1024), age int);

Then I create a multi column index,

mysql> create index `idx_name_age` on s_prefix_index(name, age

Improve this page

Add a description, image, and links to the closure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the closure topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.