closure
Here are 189 public repositories matching this topic...
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
REPLadd a new flag for examplegravity --repl gravity new [project]- a new simple command to create new project. (A wizard which helps with co
-
Updated
Jan 15, 2019 - HTML
-
Updated
May 7, 2020 - Swift
-
Updated
Jul 3, 2020 - C#
-
Updated
Jun 29, 2020 - PHP
A linter for closure stylesheets could detect a lot of simple style issues like unsorted @requires, whitespace conventions, etc.
Probably there would be some obvious problems to point out globally and some Google style guidelines documented at https://github.com/google/styleguide that could be enabled via a flag.
-
Updated
Jun 26, 2019 - HTML
-
Updated
Oct 25, 2019 - Swift
-
Updated
Feb 13, 2019 - Swift
-
Updated
May 4, 2018 - Swift
-
Updated
Jun 12, 2019
-
Updated
Jun 16, 2017 - Clojure
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
-
Updated
Oct 6, 2017 - Swift
Documentation can be combined from multiple sources. Probably the best option atm is to gather type documentation from apiDescriptions.json as most of the hard work is done and it seems to be kept uptodate.
The per function and property documentation could be grabbed from either:
- the closure e
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-
Updated
Jun 18, 2020 - Ruby
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Nov 12, 2017 - JavaScript
-
Updated
Dec 1, 2017 - Swift
Improve this page
Add a description, image, and links to the closure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the closure topic, visit your repo's landing page and select "manage topics."
Is the documentation currently maintained/updated?
https://developers.google.com/closure/library/docs/overview
https://google.github.io/closure-library
Is there interest in having a single source of truth that people can point to? There are a few issues open regarding documentation: #968, #963, #856, #861