-
New file type icons to be added
- [x] php.inc #219
- [x] Swift #217
- [x] .gitattributes #210
- [x] C #205
- [x] C++ #205
- [x] Rust #200
- [x] gulpfile.babel.js #191
- [x] Grails #181
- [x] PerlScrip…
-
The `atom-linter` package intends to implement functionality for dealing with temp files. When that happens, `linter-haml` should use that instead of custom code.
Depends on: AtomLinter/atom-linter#…
-
I'm wondering if anyone is using HHVM to run Symfony apps?
Travis only runs legacy HHVM, which means we do not verify that Symfony really works on current HHVM.
-
It is like that because `register_globals` wouldn't work with dots, but now that we all know the benefits of it ( :laughing: ) how about we have a ini setting that disables it?
/cc @sgolemon @SiebelsT…
-
Is there an interest in, or work underway to, implement support for Hack in addition to PHP?
-
``` php
$Existing = $DB->selectCollection('domains')->findOne(['DomainName' => $BaseDomain]);
```
`$Existing` has a several elements inside, for example, `DomainName` or its `_id`. How do we access t…
-
Currently a user has to go in and manually update a migration if they want to allow the field to be nulled out, which is a bit annoying. It would be nice to be able to specify a nullable field, simila…
-
-
Is there something similar to `` (as in HackLang) in FlowType? `` is a transparent wrapper when you dont have a wrapper for elements.
``` hack
Home
Log In
```
will be rendered into:
``` html
…
-
I did a setup of Ubuntu 14.04+HHVM on a virtual machine. When I try to **execute a hacklang script using a secure shell (ssh) hhvm fails to execute** and returns below message
```
(unknown exception …