-
We may deprecate `hack-example-site` soon; the examples there could be useful in our docs.
https://github.com/hhvm/hack-example-site/issues/20
-
Please complete the information below:
# Where is the problem?
https://docs.hhvm.com/hhvm/getting-started/getting-started, under **Learning Hack and PHP**
# What is the problem?
Link is br…
-
# These issues may be closed after a short inspection
- #209 has been merged in 2018
- #242 since hack-example-site is dead
- #243 since it mentions xdebug, which is nolonger supported
- #24…
-
Currently, (as written in [twitter post](https://twitter.com/OndrejMirtes/status/1178944031038070784)), PhpStan supports "of" keyword as type boundary of generic parameter.
I'd like to suggest **u…
hrach updated
4 years ago
-
Maybe at the bottom of the front page? Or in the sidebar?
Possibly in the footer, but not sure about that.
-
Will there be some syntactic convergence with Hack (Facebooks PHP extension)?
Because it has generics and async and that syntax could be used for interop with .NET generics and Task.
The real q…
-
Use Psalm technology to create a transpiler, from a new programming language to PHP. Psalm's language server would help people write code in the language.
I'm not really suggesting this is a good i…
-
Hi,
I know probably this is not the place for this question but I don't know where to ask.
So, will this plugin be maintained in the future?
will slack keep working with hacklang even though th…
-
Hi,
What was the reasoning by the Facebook team to go with a Node back-end implementation as a reference system instead of using HHVM and Hack?
Scott
-
Please allow to access type alias from outside class
```php
class Test1
{
/**
* @psalm-type _BB=array{code:int,name:string}
*/
}
/**
* @psalm-param Test1::_BB $p
*/
…