user-documentation icon indicating copy to clipboard operation
user-documentation copied to clipboard

Documentation for those that use HHVM and write Hack code.

Results 132 user-documentation issues
Sort by recently updated
recently updated
newest added

Please complete the information below: # Where is the problem? Section "Functions: Format Strings" # What is the problem? We provide an example to show defining functions with format string....

guides-content

Please complete the information below: # Where is the problem? In the documentation for Interfaces. Likely in other locations too. # What is the problem? We shouldn't say that Hack...

good first issue
guides-content

Please complete the information below: # Where is the problem? Code examples. - - - eg "The section describing how widgets work" - - - # What is the problem?...

good first issue
site-enhancement
guides-enhancement

Please complete the information below: # Where is the problem? ```HACK $v = 30; switch ($v) { case 30.0: //

guides-content

We really need a page that outlines all visibility modifiers and their consequences on scope. Start with a page with sections on `public`, `private`, `protected`, and a table like https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html...

good first issue
guides-content

Is there any documentation on options in .hhconfig, please?

good first issue
guides-content

Numerous typos found: Types: Shapes * `Consider a shape type S2 whose field set is a superset of that in shape type S1. As such, S2 is a subtype of...

good first issue
guides-content

For example, searching for: - `(string): string` could return `Str\uppercase` - `(vec): vec` could return `Vec\map` - `(vec): vec` should also return `Vec\map` - `(dict): vec` should also return `Vec\map`...

good first issue
search-enhancement

The examples on this page are prose-heavy and hard to understand. -------------------------------- Please don't change anything below this point. -------------------------------- - Build ID: HHVM=HHVM-4.154.0:HSL=v4.108.1:2022-05-03T20:54:00+0000:1fa47f258c6b68f8ec01899aa82fd6ffa0957109 - Page requested: /hack/generics/type-constraints - Page...

guides-content

Please complete the information below: # How I got to this page: 404 logs # What I expected to find here: Documentation on typechecker options -------------------------------- Please don't change anything...

guides-content
guides-bug